summaryrefslogtreecommitdiff
path: root/recipes/images/angstrom-lxde-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/angstrom-lxde-image.bb')
-rw-r--r--recipes/images/angstrom-lxde-image.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb
index efd119c..d1792f2 100644
--- a/recipes/images/angstrom-lxde-image.bb
+++ b/recipes/images/angstrom-lxde-image.bb
@@ -7,11 +7,12 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
PV = "V2.1"
PR = "r5"
-#start of the resulting deployable tarball
-IMAGE_NAME_colibri-t20 = "T20_LinuxImage"
-IMAGE_NAME_colibri-t30 = "T30_LinuxImage"
+#start of the resulting deployable tarball name
+IMAGE_NAME_colibri-t20 = "Colibri_T20_LinuxImage"
+IMAGE_NAME_colibri-t30 = "Colibri_T30_LinuxImage"
IMAGE_NAME_apalis-t30 = "Apalis_T30_LinuxImage"
-IMAGE_NAME_colibri-pxa = "PXA_LinuxImage"
+IMAGE_NAME_colibri-pxa = "Colibri_PXA_LinuxImage"
+IMAGE_NAME = "${MACHINE}_LinuxImage"
#create the deployment directory-tree
require trdx-image-fstype.inc
@@ -41,7 +42,7 @@ CONMANPKGS_libc-uclibc = ""
DEPENDS += "gst-plugins-good gst-plugins-bad gst-plugins-ugly"
#deploy the OpenGL ES headers to the sysroot
-DEPENDS += "nvsamples"
+DEPENDS_tegra += "nvsamples"
#build some ipk which are needed together with CAN, but do not yet install them
DEPENDS += "canutils libsocketcan iproute2"