diff options
author | 2014-02-25 10:08:11 +0200 | |
---|---|---|
committer | 2014-02-25 10:08:11 +0200 | |
commit | 4e70b36b61d294b22754d18b9316ee9f9f034ac1 (patch) | |
tree | ea846a6ab5388e1734f37a9e90b3fed89c7e8bbe | |
parent | 78d5224e3e0a407d5a7ffa2db072d44009a08f2a (diff) | |
download | meta-ivi-5.0.tar.gz meta-ivi-5.0.tar.bz2 meta-ivi-5.0.zip |
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
-rw-r--r-- | conf/distro/poky-ivi-systemd.conf | 2 | ||||
-rw-r--r-- | recipes-yocto-ivi/images/gemini-image.bb | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/conf/distro/poky-ivi-systemd.conf b/conf/distro/poky-ivi-systemd.conf index 6488778..b05a333 100644 --- a/conf/distro/poky-ivi-systemd.conf +++ b/conf/distro/poky-ivi-systemd.conf @@ -1,6 +1,6 @@ DISTRO = "poky-ivi-systemd" DISTRO_NAME = "Yocto GENIVI Baseline (Poky/meta-ivi)" -DISTRO_VERSION = "5.0.1" +DISTRO_VERSION = "5.0.2" DISTRO_CODENAME ="gemini" MAINTAINER = "meta-ivi <genivi-meta-ivi@lists.genivi.org>" diff --git a/recipes-yocto-ivi/images/gemini-image.bb b/recipes-yocto-ivi/images/gemini-image.bb index 55f17b5..7bb6c07 100644 --- a/recipes-yocto-ivi/images/gemini-image.bb +++ b/recipes-yocto-ivi/images/gemini-image.bb @@ -1,8 +1,7 @@ # Base this image on generic IVI image include recipes-yocto-ivi/images/ivi-image.inc -PV = "5.0.1" -#PR = "r1" +PV = "5.0.2" IMAGE_INSTALL_append = " \ packagegroup-abstract-component-p1 \ |