diff options
-rw-r--r-- | recipes-kernel/linux/linux-xlnx_%.bbappend | 8 |
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 @@ | |||
1 | KENEABRANCH = "xilinx-4.14" | 1 | KENEABRANCH = "xilinx-4.19" |
2 | SRCREV_metaenea = "3ad4487e93fcbfeead0a29457e803b43c2e38468" | 2 | SRCREV_metaenea = "593852dac9e67d5a3ee42919f592b9c075250c93" |
3 | 3 | ||
4 | KERNEL_CONFIG = "xilinx-amp-4.14.config" | 4 | KERNEL_CONFIG = "xilinx-amp-4.14.config" |
5 | 5 | ||
@@ -12,11 +12,9 @@ SRC_URI_append = " \ | |||
12 | " | 12 | " |
13 | 13 | ||
14 | KERNEL_FEATURES_append_zcu102-zynqmp = " \ | 14 | KERNEL_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 | ||
20 | do_configure_prepend() { | 18 | do_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 |