diff options
author | David Phillips <david@yeah.nah.nz> | 2020-01-25 21:25:53 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2020-01-25 21:29:15 +1300 |
commit | 6fcdda011435640317adf8830e2a6ac07f9931cd (patch) | |
tree | 7bb2ec3c9816ef11408f7bf72b5acfaea4bc0c7e /recipes-images | |
parent | 596586b7522256bcd664d28d1a7072a6f8831b4d (diff) | |
download | meta-de10-nano-6fcdda011435640317adf8830e2a6ac07f9931cd.tar.xz |
Remove non-critical recipes failing during bootstrip
These recipes are mostly unneeded and are failing at boot in some way or
another. For now, just remove them from the DE10 image.
Diffstat (limited to 'recipes-images')
-rw-r--r-- | recipes-images/angstrom/de10-nano-image.bb | 16 |
1 files changed, 5 insertions, 11 deletions
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" |