summaryrefslogtreecommitdiff
path: root/recipes/images/console-trdx-image.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-07-02 11:54:47 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-12 15:15:41 +0200
commit7424dbe152295fb25b45d9f3a5066369279fe4cc (patch)
treec2152a2843ee94f0adf1ca29ca9c42e4dc510890 /recipes/images/console-trdx-image.bb
parent45292bc24e9810213c1eb04b0684ccd0e4ba53bb (diff)
images: use append operator
Cleanup: Use the append operator to add soc-arch/machine specific packages to IMAGE_INSTALL. No change in the image is intended.
Diffstat (limited to 'recipes/images/console-trdx-image.bb')
-rw-r--r--recipes/images/console-trdx-image.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/images/console-trdx-image.bb b/recipes/images/console-trdx-image.bb
index 25a7d76..b3bc61a 100644
--- a/recipes/images/console-trdx-image.bb
+++ b/recipes/images/console-trdx-image.bb
@@ -43,9 +43,10 @@ CONMANPKGS_libc-uclibc = ""
#don't install some id databases
#BAD_RECOMMENDATIONS_append_colibri-vf += " udev-hwdb cpufrequtils "
-#this adds a few MB to the image
-IMAGE_INSTALL_X11_tegra = "${XSERVER} xterm xclock"
-IMAGE_INSTALL_X11 = ""
+#deploy the X server for the tegras
+#this adds a few MB to the image, but all graphical HW acceleration is
+#available only on top of X
+IMAGE_INSTALL_append_tegra = "${XSERVER} xterm xclock"
IMAGE_INSTALL += " \
angstrom-packagegroup-boot \
@@ -54,10 +55,8 @@ IMAGE_INSTALL += " \
${ROOTFS_PKGMANAGE_PKGS} \
timestamp-service \
packagegroup-base-extended \
- ${IMAGE_INSTALL_X11} \
"
-
require recipes/images/trdx-extra.inc
IMAGE_DEV_MANAGER = "udev"