From 7424dbe152295fb25b45d9f3a5066369279fe4cc Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 2 Jul 2015 11:54:47 +0200 Subject: 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. --- recipes/images/console-trdx-image.bb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'recipes/images/console-trdx-image.bb') 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" -- cgit v1.2.3