aboutsummaryrefslogtreecommitdiff
path: root/recipes-images/angstrom/de10-nano-image.bb
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2020-01-25 21:25:53 +1300
committerDavid Phillips <david@yeah.nah.nz>2020-01-25 21:29:15 +1300
commit6fcdda011435640317adf8830e2a6ac07f9931cd (patch)
tree7bb2ec3c9816ef11408f7bf72b5acfaea4bc0c7e /recipes-images/angstrom/de10-nano-image.bb
parent596586b7522256bcd664d28d1a7072a6f8831b4d (diff)
downloadmeta-de10-nano-strip.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/angstrom/de10-nano-image.bb')
-rw-r--r--recipes-images/angstrom/de10-nano-image.bb16
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"