diff options
-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 |