diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2020-02-10 16:33:24 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-01 21:36:00 +0100 |
commit | 39d22554f3a2cb0a8be05b7e00af2eff08304db7 (patch) | |
tree | e08cb46854b10ebd66db810cef4d1af584f10b9e /target | |
parent | 97491078f40d22b0de41675a35c8bcc667c885c3 (diff) | |
download | upstream-39d22554f3a2cb0a8be05b7e00af2eff08304db7.tar.gz upstream-39d22554f3a2cb0a8be05b7e00af2eff08304db7.tar.bz2 upstream-39d22554f3a2cb0a8be05b7e00af2eff08304db7.zip |
mvebu: uDPU: clean package selection
This device receipe selects bunch of packages which some are re-defined,
unnecessary or irrelevant. Clean them up, so only basic functionality
persist.
Cc: Scott Roberts <ttocsr@gmail.com>
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/image/cortexa53.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/mvebu/image/cortexa53.mk b/target/linux/mvebu/image/cortexa53.mk index 73bd61f22e..987d904597 100644 --- a/target/linux/mvebu/image/cortexa53.mk +++ b/target/linux/mvebu/image/cortexa53.mk @@ -62,9 +62,7 @@ define Device/methode_udpu KERNEL_LOADADDR := 0x00080000 KERNEL_INITRAMFS := kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb KERNEL_INITRAMFS_SUFFIX := .itb - DEVICE_PACKAGES := f2fs-tools e2fsprogs fdisk ethtool kmod-usb2 kmod-usb3 \ - kmod-e100 kmod-e1000 kmod-e1000e kmod-igb kmod-ixgbevf \ - kmod-mdio-gpio kmod-switch-mvsw61xx kmod-i2c-pxa + DEVICE_PACKAGES += f2fs-tools fdisk kmod-i2c-pxa IMAGE_NAME = $$(IMAGE_PREFIX)-$$(2) IMAGES := firmware.tgz IMAGE/firmware.tgz := boot-scr | boot-img-ext4 | uDPU-firmware | append-metadata |