summaryrefslogtreecommitdiff
path: root/recipes-images/images/console-tdx-image.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-23 11:27:19 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-23 12:42:02 +0200
commitc7fae0de5cae3b4bcf741d168101c06d5bdb8a8f (patch)
tree1de90216b756540aa5fc449c283a3de9f75755cb /recipes-images/images/console-tdx-image.bb
parent45677492bbb2bec8215e421c4db22ac9cf9eacaf (diff)
colibri-vf: drop machine
We decided we won't do a BSP 3.0 for Vybrid. For new designs we recommend ULL now. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-images/images/console-tdx-image.bb')
-rw-r--r--recipes-images/images/console-tdx-image.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-images/images/console-tdx-image.bb b/recipes-images/images/console-tdx-image.bb
index 69ea3d2..594f0dc 100644
--- a/recipes-images/images/console-tdx-image.bb
+++ b/recipes-images/images/console-tdx-image.bb
@@ -14,7 +14,6 @@ IMAGE_NAME_colibri-imx6ull = "Colibri-iMX6ULL_${IMAGE_BASENAME}"
IMAGE_NAME_colibri-imx7 = "Colibri-iMX7_${IMAGE_BASENAME}"
IMAGE_NAME_colibri-imx7-emmc = "Colibri-iMX7-eMMC_${IMAGE_BASENAME}"
IMAGE_NAME_colibri-pxa = "Colibri-PXA_${IMAGE_BASENAME}"
-IMAGE_NAME_colibri-vf = "Colibri-VF_${IMAGE_BASENAME}"
IMAGE_NAME = "${MACHINE}_${IMAGE_BASENAME}"
SYSTEMD_DEFAULT_TARGET = "graphical.target"
@@ -28,9 +27,6 @@ ROOTFS_PKGMANAGE_PKGS ?= '${@oe.utils.conditional("ONLINE_PACKAGE_MANAGEMENT", "
CONMANPKGS ?= "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-client"
-#don't install some id databases
-#BAD_RECOMMENDATIONS_append_colibri-vf += " udev-hwdb cpufrequtils "
-
#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, this is not required for nouveau based build.