diff options
-rw-r--r-- | recipes-images/images/angstrom-lxde-image.bb | 2 | ||||
-rw-r--r-- | recipes-images/images/angstrom-qt-x11-image.bb | 2 | ||||
-rw-r--r-- | recipes-images/images/angstrom-qt5-x11-image.bb | 2 | ||||
-rw-r--r-- | recipes-images/images/console-trdx-image.bb | 2 | ||||
-rw-r--r-- | recipes-images/images/qt4e-demo-image.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb index 204bb7d..ae413c6 100644 --- a/recipes-images/images/angstrom-lxde-image.bb +++ b/recipes-images/images/angstrom-lxde-image.bb @@ -2,7 +2,7 @@ SUMMARY = "Toradex Embedded Linux Demo with LXDE" LICENSE = "MIT" -PV = "V2.7" +PV = "${TDX_VER_INT}" #start of the resulting deployable tarball name IMAGE_NAME_apalis-imx6 = "Apalis_iMX6_LinuxImage" diff --git a/recipes-images/images/angstrom-qt-x11-image.bb b/recipes-images/images/angstrom-qt-x11-image.bb index fcb95b3..5cdaf4d 100644 --- a/recipes-images/images/angstrom-qt-x11-image.bb +++ b/recipes-images/images/angstrom-qt-x11-image.bb @@ -2,7 +2,7 @@ SUMMARY = "Toradex Embedded Linux Qt4 Demo With X11" LICENSE = "MIT" -PV = "V2.7" +PV = "${TDX_VER_INT}" #start of the resulting deployable tarball name IMAGE_NAME_apalis-imx6 = "Apalis_iMX6_LinuxImage-qt" diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb index cefce19..59e95f1 100644 --- a/recipes-images/images/angstrom-qt5-x11-image.bb +++ b/recipes-images/images/angstrom-qt5-x11-image.bb @@ -6,7 +6,7 @@ SUMMARY = "Toradex Embedded Linux Qt5 Demo With X11" LICENSE = "MIT" -PV = "V2.7" +PV = "${TDX_VER_INT}" #start of the resulting deployable tarball name IMAGE_NAME_apalis-imx6 = "Apalis_iMX6_LinuxImage-qt5" diff --git a/recipes-images/images/console-trdx-image.bb b/recipes-images/images/console-trdx-image.bb index b41ce68..6f09992 100644 --- a/recipes-images/images/console-trdx-image.bb +++ b/recipes-images/images/console-trdx-image.bb @@ -2,7 +2,7 @@ SUMMARY = "Toradex Embedded Linux Console Demo" LICENSE = "MIT" -PV = "V2.7" +PV = "${TDX_VER_INT}" #start of the resulting deployable tarball name IMAGE_NAME_apalis-imx6 = "Apalis_iMX6_LinuxConsoleImage" diff --git a/recipes-images/images/qt4e-demo-image.bb b/recipes-images/images/qt4e-demo-image.bb index dba065b..b94a5de 100644 --- a/recipes-images/images/qt4e-demo-image.bb +++ b/recipes-images/images/qt4e-demo-image.bb @@ -2,7 +2,7 @@ SUMMARY = "Toradex Embedded Linux Qt4 Demo With QWS" LICENSE = "MIT" -PV = "V2.7" +PV = "${TDX_VER_INT}" #start of the resulting deployable tarball name IMAGE_NAME_colibri-pxa = "Colibri_PXA_LinuxImage-qte" |