From e982465a526fcc85ad61e8244c9c3ac5e07537c5 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 2 Sep 2013 20:59:56 +0200 Subject: images: use consistent image names - use consistent image names - while at it build the GLES samples only for a tegra machine --- recipes/images/angstrom-qt-x11-image.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'recipes/images/angstrom-qt-x11-image.bb') diff --git a/recipes/images/angstrom-qt-x11-image.bb b/recipes/images/angstrom-qt-x11-image.bb index 6774ca6..1bb2cc0 100644 --- a/recipes/images/angstrom-qt-x11-image.bb +++ b/recipes/images/angstrom-qt-x11-image.bb @@ -4,14 +4,15 @@ DESCRIPTION = "Image based on qt4-x11-free" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PV = "V2.0" +PV = "V2.1" PR = "r3" #start of the resulting deployable tarball name -IMAGE_NAME_colibri-t20 = "T20_LinuxImage-qt" -IMAGE_NAME_colibri-t30 = "T30_LinuxImage-qt" +IMAGE_NAME_colibri-t20 = "Colibri_T20_LinuxImage-qt" +IMAGE_NAME_colibri-t30 = "Colibri_T30_LinuxImage-qt" IMAGE_NAME_apalis-t30 = "ApalisT30_LinuxImage-qt" IMAGE_NAME_colibri-pxa = "PXA_LinuxImage-qt" +IMAGE_NAME = "${MACHINE}_LinuxImage-qt" #create the deployment directory-tree require trdx-image-fstype.inc @@ -34,7 +35,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" -- cgit v1.2.3