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.krummenacher@toradex.com>2015-07-02 12:07:15 +0200
commit333ea3dd4b99cfcdf849488e02e9f88f8d9bac20 (patch)
tree173302eafbaf7243fd65574febe4c35070c2ff30 /recipes/images/console-trdx-image.bb
parent4ff83a63179238a67239be0fd58e37818d2c75bd (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"