diff options
author | Holger Behrens <holger.behrens@windriver.com> | 2014-07-11 14:07:45 +0200 |
---|---|---|
committer | Holger Behrens <holger.behrens@windriver.com> | 2014-07-11 14:07:45 +0200 |
commit | e4ba89c742447b458c15e3bf8e7ce415fffbdc0b (patch) | |
tree | 5e2f58dca714ddf4e90e85688e80a7752048662f | |
parent | c9b5d48eba4c3832ae5d56cf92369d694139c55d (diff) | |
download | meta-ivi-6.0.tar.gz meta-ivi-6.0.tar.bz2 meta-ivi-6.0.zip |
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
-rw-r--r-- | meta-ivi/conf/distro/poky-ivi-systemd.conf | 2 | ||||
-rw-r--r-- | meta-ivi/recipes-yocto-ivi/images/horizon-image.bb | 2 | ||||
-rw-r--r-- | meta-ivi/recipes-yocto-ivi/images/ivi-image.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-ivi/conf/distro/poky-ivi-systemd.conf b/meta-ivi/conf/distro/poky-ivi-systemd.conf index 00d77a6..b2e5f5b 100644 --- a/meta-ivi/conf/distro/poky-ivi-systemd.conf +++ b/meta-ivi/conf/distro/poky-ivi-systemd.conf @@ -1,6 +1,6 @@ DISTRO = "poky-ivi-systemd" DISTRO_NAME = "Yocto GENIVI Baseline (Poky/meta-ivi)" -DISTRO_VERSION = "6.0.1" +DISTRO_VERSION = "6.0.2" DISTRO_CODENAME ="horizon" MAINTAINER = "meta-ivi <genivi-meta-ivi@lists.genivi.org>" diff --git a/meta-ivi/recipes-yocto-ivi/images/horizon-image.bb b/meta-ivi/recipes-yocto-ivi/images/horizon-image.bb index 7186861..84eb348 100644 --- a/meta-ivi/recipes-yocto-ivi/images/horizon-image.bb +++ b/meta-ivi/recipes-yocto-ivi/images/horizon-image.bb @@ -1,5 +1,5 @@ # Base this image on generic IVI image include recipes-yocto-ivi/images/ivi-image.bb -PV = "6.0.1" +PV = "6.0.2" diff --git a/meta-ivi/recipes-yocto-ivi/images/ivi-image.bb b/meta-ivi/recipes-yocto-ivi/images/ivi-image.bb index c4de687..3593976 100644 --- a/meta-ivi/recipes-yocto-ivi/images/ivi-image.bb +++ b/meta-ivi/recipes-yocto-ivi/images/ivi-image.bb @@ -1,7 +1,7 @@ # Base this image on generic IVI image include recipes-yocto-ivi/images/ivi-image.inc -PV = "6.0.1" +PV = "6.0.2" IMAGE_INSTALL_append = " \ packagegroup-abstract-component-p1 \ |