zeus migration: linux-libc-headers: update recipe to v5.4
Default version is defined in poky layer, this commit also modifies the preferred version to match with the new one. https://jira.digi.com/browse/DEL-7013 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
5a8cb53d20
commit
1703d3317e
|
|
@ -6,6 +6,9 @@ PREFERRED_PROVIDER_virtual/kernel ??= "linux-dey"
|
||||||
PREFERRED_PROVIDER_virtual/kernel_use-mainline-bsp ??= "linux-fslc"
|
PREFERRED_PROVIDER_virtual/kernel_use-mainline-bsp ??= "linux-fslc"
|
||||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
||||||
|
|
||||||
|
# Update default libc version
|
||||||
|
LINUXLIBCVERSION ?= "5.4%"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Linux and U-Boot supported versions:
|
# Linux and U-Boot supported versions:
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
|
||||||
|
|
||||||
|
FILESEXTRAPATHS_prepend := "${COREBASE}/meta/recipes-kernel/linux-libc-headers/linux-libc-headers:"
|
||||||
|
|
||||||
|
SRC_URI_append_libc-musl = "\
|
||||||
|
file://0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch \
|
||||||
|
file://0002-libc-compat.h-prevent-redefinition-of-struct-ethhdr.patch \
|
||||||
|
file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \
|
||||||
|
file://0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch \
|
||||||
|
file://0001-if_ether-move-muslc-ethhdr-protection-to-uapi-file.patch \
|
||||||
|
file://0001-include-linux-stddef.h-in-swab.h-uapi-header.patch \
|
||||||
|
"
|
||||||
|
SRC_URI_append = "\
|
||||||
|
file://0001-scripts-Use-fixed-input-and-output-files-instead-of-.patch \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "ce9b2d974d27408a61c53a30d3f98fb9"
|
||||||
|
SRC_URI[sha256sum] = "bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491"
|
||||||
|
|
||||||
|
DEPENDS += "rsync-native"
|
||||||
Loading…
Reference in New Issue