diff options
author | Holger Behrens <holger.behrens@windriver.com> | 2012-12-14 22:22:02 +0100 |
---|---|---|
committer | Holger Behrens <holger.behrens@windriver.com> | 2012-12-14 22:22:02 +0100 |
commit | d6f732a308cdbcf529d04f86ac6bb63a81263c9c (patch) | |
tree | a568613ed56962efcda3af52ea64e2da9d1b145e | |
parent | 806d99abd8ec6196759bbec2a65520e8d921eb38 (diff) | |
download | meta-ivi-d6f732a308cdbcf529d04f86ac6bb63a81263c9c.tar.gz meta-ivi-d6f732a308cdbcf529d04f86ac6bb63a81263c9c.tar.bz2 meta-ivi-d6f732a308cdbcf529d04f86ac6bb63a81263c9c.zip |
excalibur: prepare 3.0.2 release
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
-rw-r--r-- | conf/distro/poky-ivi-systemd.conf | 2 | ||||
-rw-r--r-- | recipes-yocto-ivi/images/excalibur-image.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/poky-ivi-systemd.conf b/conf/distro/poky-ivi-systemd.conf index e7ec650..242efba 100644 --- a/conf/distro/poky-ivi-systemd.conf +++ b/conf/distro/poky-ivi-systemd.conf @@ -1,6 +1,6 @@ require ${COREBASE}/meta/conf/distro/defaultsetup.conf -DISTRO_VERSION = "3.0.1" +DISTRO_VERSION = "3.0.2" VIRTUAL-RUNTIME_init_manager = "systemd" VIRTUAL-RUNTIME_initscripts = "" diff --git a/recipes-yocto-ivi/images/excalibur-image.bb b/recipes-yocto-ivi/images/excalibur-image.bb index 9bf2c29..91fcb1a 100644 --- a/recipes-yocto-ivi/images/excalibur-image.bb +++ b/recipes-yocto-ivi/images/excalibur-image.bb @@ -1,7 +1,7 @@ # Base this image on generic IVI image include recipes-yocto-ivi/images/ivi-image.inc -PV = "3.0.1" +PV = "3.0.2" PR = "r1" IMAGE_INSTALL_append = " packagegroup-core-p1 packagegroup-core-p2" |