diff options
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" |