diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-05-02 13:07:05 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-05-02 21:05:40 -0500 |
commit | 7e34c293e363190d451d6106645fa90b60696e8f (patch) | |
tree | 15bacf02927de59b5ba50cc65fa0c9d882a6c473 /recipes-kernel | |
parent | 8dab2cfab2b333ec36e508a5a0068683f99c861f (diff) | |
download | meta-freescale-7e34c293e363190d451d6106645fa90b60696e8f.tar.gz |
linux-imx-headers: Upgrade to 5.15
Drop ion.h as it is no longer needed.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-imx-headers_5.15.bb (renamed from recipes-kernel/linux/linux-imx-headers_5.10.bb) | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers_5.10.bb b/recipes-kernel/linux/linux-imx-headers_5.15.bb index 5d158031..b7fea42c 100644 --- a/recipes-kernel/linux/linux-imx-headers_5.10.bb +++ b/recipes-kernel/linux/linux-imx-headers_5.15.bb | |||
@@ -7,10 +7,10 @@ New headers are installed in ${includedir}/imx." | |||
7 | LICENSE = "GPL-2.0-only" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
9 | 9 | ||
10 | SRCBRANCH = "lf-5.10.y" | 10 | SRCBRANCH = "lf-5.15.y" |
11 | LOCALVERSION = "-5.10.72-2.2.0" | 11 | LOCALVERSION = "-5.15.5-1.0.0" |
12 | SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" |
13 | SRCREV = "a68e31b63f864ff71cd4adb40fbc9e1edc75c250" | 13 | SRCREV = "c1084c2773fc1005ed140db625399d5334d94a28" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
@@ -22,7 +22,6 @@ IMX_UAPI_HEADERS = " \ | |||
22 | dma-buf.h \ | 22 | dma-buf.h \ |
23 | hantrodec.h \ | 23 | hantrodec.h \ |
24 | hx280enc.h \ | 24 | hx280enc.h \ |
25 | ion.h \ | ||
26 | ipu.h \ | 25 | ipu.h \ |
27 | isl29023.h \ | 26 | isl29023.h \ |
28 | imx_vpu.h \ | 27 | imx_vpu.h \ |
@@ -50,9 +49,6 @@ do_install() { | |||
50 | # The ..install.cmd conflicts between various configure runs | 49 | # The ..install.cmd conflicts between various configure runs |
51 | find ${D}${includedir} -name ..install.cmd | xargs rm -f | 50 | find ${D}${includedir} -name ..install.cmd | xargs rm -f |
52 | 51 | ||
53 | # FIXME: The ion.h is still on staging so "promote" it for now | ||
54 | cp ${S}/drivers/staging/android/uapi/ion.h ${B}${includedir}/linux | ||
55 | |||
56 | # Install whitelisted headers only | 52 | # Install whitelisted headers only |
57 | for h in ${IMX_UAPI_HEADERS}; do | 53 | for h in ${IMX_UAPI_HEADERS}; do |
58 | install -D -m 0644 ${B}${includedir}/linux/$h \ | 54 | install -D -m 0644 ${B}${includedir}/linux/$h \ |