summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2020-11-17 17:59:59 +0100
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2020-11-17 18:03:28 +0100
commitdd26ae0c44728a934848e7cdbffea270cd74160c (patch)
treeaead93feffe887a8782599c68e82ef298747096d
parentd89ee4aa5c9e1e398d64a8ff2c0bbbee7ebd7ecc (diff)
downloadmeta-enea-bsp-arm-dd26ae0c44728a934848e7cdbffea270cd74160c.tar.gz
Update to xilinx-4.19 kernel config
Change-Id: Ie9ad309c93a0258e3ab62966df3bf1f74fb41b2f Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
-rw-r--r--recipes-kernel/linux/linux-xlnx_%.bbappend8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-xlnx_%.bbappend b/recipes-kernel/linux/linux-xlnx_%.bbappend
index b7e04b0..780485c 100644
--- a/recipes-kernel/linux/linux-xlnx_%.bbappend
+++ b/recipes-kernel/linux/linux-xlnx_%.bbappend
@@ -1,5 +1,5 @@
1KENEABRANCH = "xilinx-4.14" 1KENEABRANCH = "xilinx-4.19"
2SRCREV_metaenea = "3ad4487e93fcbfeead0a29457e803b43c2e38468" 2SRCREV_metaenea = "593852dac9e67d5a3ee42919f592b9c075250c93"
3 3
4KERNEL_CONFIG = "xilinx-amp-4.14.config" 4KERNEL_CONFIG = "xilinx-amp-4.14.config"
5 5
@@ -12,11 +12,9 @@ SRC_URI_append = " \
12 " 12 "
13 13
14KERNEL_FEATURES_append_zcu102-zynqmp = " \ 14KERNEL_FEATURES_append_zcu102-zynqmp = " \
15 patches/usb/usb_dts.scc \
16 cfg/usb/usb.scc \ 15 cfg/usb/usb.scc \
17 patches/cve/4.14.x.scc \
18 " 16 "
19 17
20do_configure_prepend() { 18do_configure_prepend() {
21 # overwrite the .config file 19 # overwrite the .config file
22 install -m 0644 ${WORKDIR}/${KERNEL_CONFIG} ${B}/.config 20 install -m 0644 ${WORKDIR}/${KERNEL_CONFIG} ${B}/.config