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-kernel/linux | |
parent | 596586b7522256bcd664d28d1a7072a6f8831b4d (diff) | |
download | meta-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-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux-yocto_5%.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-yocto_5%.bbappend b/recipes-kernel/linux/linux-yocto_5%.bbappend index 33f4a97..e4cb8a5 100644 --- a/recipes-kernel/linux/linux-yocto_5%.bbappend +++ b/recipes-kernel/linux/linux-yocto_5%.bbappend @@ -22,7 +22,6 @@ SRC_URI_append_de0-nano += " \ file://socfpga-4.1-ltsi/cfg/bluetooth.cfg \ file://socfpga-4.1-ltsi/cfg/wireless.cfg \ file://socfpga-4.1-ltsi/patches/0001-Add-DE10-Nano-devicetree.patch \ - file://socfpga-4.1-ltsi/patches/0001-ARM-dts-socfpga-update-more-missing-reset-properties.patch \ file://socfpga-4.1-ltsi/patches/0001-ARM-dts-socfpga-add-missing-reset-names-for-dma.patch \ file://socfpga-4.1-ltsi/patches/0001-ARM-8906-1-drivers-amba-add-reset-control-to-amba-bu.patch \ " @@ -41,5 +40,3 @@ SRC_URI_append_de10-nano += " \ file://socfpga-4.1-ltsi/patches/0001-ARM-dts-socfpga-add-missing-reset-names-for-dma.patch \ file://socfpga-4.1-ltsi/patches/0001-ARM-8906-1-drivers-amba-add-reset-control-to-amba-bu.patch \ " - -# file://socfpga-4.1-ltsi/patches/0001-ARM-dts-socfpga-update-more-missing-reset-properties.patch |