diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-04-03 12:48:13 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-04-03 12:48:13 +0200 |
commit | 6a6072794ddaf0e847b4c62b10969193ce9b282b (patch) | |
tree | b5e5c38c3b3ff0248b9d54df3386bfe2bb3f6c3b /recipes | |
parent | 6a042e9ea0633c92dfdb87cef542c320334d82e1 (diff) |
images: set PV to V2.2
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/images/angstrom-lxde-image.bb | 4 | ||||
-rw-r--r-- | recipes/images/angstrom-qt-x11-image.bb | 4 | ||||
-rw-r--r-- | recipes/images/console-trdx-image.bb | 4 | ||||
-rw-r--r-- | recipes/images/qt4e-demo-image.bb | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb index 3d1bf90..4625280 100644 --- a/recipes/images/angstrom-lxde-image.bb +++ b/recipes/images/angstrom-lxde-image.bb @@ -4,8 +4,8 @@ DESCRIPTION = "Image based on the LXDE desktop" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PV = "V2.1" -PR = "r5" +PV = "V2.2" +PR = "r0" #start of the resulting deployable tarball name IMAGE_NAME_colibri-t20 = "Colibri_T20_LinuxImage" diff --git a/recipes/images/angstrom-qt-x11-image.bb b/recipes/images/angstrom-qt-x11-image.bb index 245a57c..6782011 100644 --- a/recipes/images/angstrom-qt-x11-image.bb +++ b/recipes/images/angstrom-qt-x11-image.bb @@ -4,8 +4,8 @@ DESCRIPTION = "Image based on qt4-x11-free" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PV = "V2.1" -PR = "r3" +PV = "V2.2" +PR = "r0" #start of the resulting deployable tarball name IMAGE_NAME_colibri-t20 = "Colibri_T20_LinuxImage-qt" diff --git a/recipes/images/console-trdx-image.bb b/recipes/images/console-trdx-image.bb index dc95d4e..196d787 100644 --- a/recipes/images/console-trdx-image.bb +++ b/recipes/images/console-trdx-image.bb @@ -4,8 +4,8 @@ DESCRIPTION = "Image booting to a console" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PV = "V2.1" -PR = "r4" +PV = "V2.2" +PR = "r0" #start of the resulting deployable tarball name IMAGE_NAME_colibri-t20 = "Colibri_T20_LinuxConsoleImage" diff --git a/recipes/images/qt4e-demo-image.bb b/recipes/images/qt4e-demo-image.bb index 63fc127..e3f0fb4 100644 --- a/recipes/images/qt4e-demo-image.bb +++ b/recipes/images/qt4e-demo-image.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Image based on qt4e-demo-image.bb" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PV = "V2.1" +PV = "V2.2" PR = "r0" #start of the resulting deployable tarball name |