From 6fcdda011435640317adf8830e2a6ac07f9931cd Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 25 Jan 2020 21:25:53 +1300 Subject: Remove non-critical recipes failing during boot These recipes are mostly unneeded and are failing at boot in some way or another. For now, just remove them from the DE10 image. --- recipes-images/angstrom/de10-nano-image.bb | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'recipes-images/angstrom/de10-nano-image.bb') diff --git a/recipes-images/angstrom/de10-nano-image.bb b/recipes-images/angstrom/de10-nano-image.bb index 828bd28..4fba89e 100644 --- a/recipes-images/angstrom/de10-nano-image.bb +++ b/recipes-images/angstrom/de10-nano-image.bb @@ -6,8 +6,6 @@ LICENSE = "closed" PV = '1.0' PR = 'r0' -DEPENDS += "bash perl gcc i2c-tools" - # FIXME put these in distro conf VIRTUAL-RUNTIME_init_manager = "systemd" VIRTUAL-RUNTIME_initscripts = "systemd-compat-units" @@ -15,19 +13,15 @@ VIRTUAL-RUNTIME_initscripts = "systemd-compat-units" IMAGE_INSTALL += " \ kernel-image \ kernel-modules \ - kernel-dev \ - linux-firmware \ systemd \ - lighttpd \ - lighttpd-module-cgi \ - bash gcc i2c-tools ethtool \ + coreutils \ + bash \ + i2c-tools \ + ethtool \ curl \ - e2fsprogs \ - de10-nano-gpio-apps \ - de10-nano-fpga-init \ de10-nano-fpga-leds \ - de10-nano-usb-gadget \ de10-nano-linux-firmware \ + misc-tweaks \ " export IMAGE_BASENAME = "de10-nano-image" -- cgit v1.1