diff options
author | Alexandru Palalau <ioan-alexandru.palalau@nxp.com> | 2019-05-20 14:15:29 +0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-06-13 14:06:41 -0300 |
commit | 5fd70394b71e57463abbe18c74797e062b883a69 (patch) | |
tree | ddb5da955649bd0de46354b17cee6c5adfa132a0 | |
parent | 08254b173bb1bba74c3a3cc18bc3d9d4dc02bbd0 (diff) | |
download | meta-freescale-5fd70394b71e57463abbe18c74797e062b883a69.tar.gz |
linux-imx-headers: update to version 4.14.98
Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
-rw-r--r-- | recipes-kernel/linux/linux-imx-headers-4.9.123/0001-uapi-Install-custom-headers.patch | 40 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx-headers_4.14.98.bb (renamed from recipes-kernel/linux/linux-imx-headers_4.9.123.bb) | 8 |
2 files changed, 3 insertions, 45 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers-4.9.123/0001-uapi-Install-custom-headers.patch b/recipes-kernel/linux/linux-imx-headers-4.9.123/0001-uapi-Install-custom-headers.patch deleted file mode 100644 index fd842bf1..00000000 --- a/recipes-kernel/linux/linux-imx-headers-4.9.123/0001-uapi-Install-custom-headers.patch +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | From 33c85073a35e697e080583ca8edb31400b45de60 Mon Sep 17 00:00:00 2001 | ||
2 | From: Tom Hochstein <tom.hochstein@nxp.com> | ||
3 | Date: Wed, 3 Oct 2018 18:02:43 -0500 | ||
4 | Subject: [PATCH] uapi: Install custom headers | ||
5 | |||
6 | Upstream-Status: Inappropriate [i.MX specific] | ||
7 | |||
8 | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> | ||
9 | --- | ||
10 | include/uapi/linux/Kbuild | 2 ++ | ||
11 | 1 file changed, 2 insertions(+) | ||
12 | |||
13 | Index: git/include/uapi/linux/Kbuild | ||
14 | =================================================================== | ||
15 | --- git.orig/include/uapi/linux/Kbuild | ||
16 | +++ git/include/uapi/linux/Kbuild | ||
17 | @@ -104,6 +104,7 @@ header-y += dlm_device.h | ||
18 | header-y += dlm.h | ||
19 | header-y += dlm_netlink.h | ||
20 | header-y += dlm_plock.h | ||
21 | +header-y += dma-buf.h | ||
22 | header-y += dm-ioctl.h | ||
23 | header-y += dm-log-userspace.h | ||
24 | header-y += dn.h | ||
25 | @@ -144,6 +145,7 @@ header-y += gigaset_dev.h | ||
26 | header-y += gpio.h | ||
27 | header-y += gsmmux.h | ||
28 | header-y += gtp.h | ||
29 | +header-y += hantrodec.h | ||
30 | header-y += hdlcdrv.h | ||
31 | header-y += hdlc.h | ||
32 | header-y += hdreg.h | ||
33 | @@ -152,6 +154,7 @@ header-y += hid.h | ||
34 | header-y += hidraw.h | ||
35 | header-y += hpet.h | ||
36 | header-y += hsr_netlink.h | ||
37 | +header-y += hx280enc.h | ||
38 | header-y += hyperv.h | ||
39 | header-y += hysdn_if.h | ||
40 | header-y += i2c-dev.h | ||
diff --git a/recipes-kernel/linux/linux-imx-headers_4.9.123.bb b/recipes-kernel/linux/linux-imx-headers_4.14.98.bb index 44bce42a..e55a795b 100644 --- a/recipes-kernel/linux/linux-imx-headers_4.9.123.bb +++ b/recipes-kernel/linux/linux-imx-headers_4.14.98.bb | |||
@@ -7,11 +7,10 @@ New headers are installed in ${includedir}/imx." | |||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
9 | 9 | ||
10 | SRCBRANCH = "imx_4.9.123_imx8mm_ga" | 10 | SRCBRANCH = "imx_4.14.98_2.0.0_ga" |
11 | LOCALVERSION = "-imx" | 11 | LOCALVERSION = "-imx" |
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 | file://0001-uapi-Install-custom-headers.patch" | 13 | SRCREV = "dfc78102d29f81d9316b281a3b8af3dff95174c8" |
14 | SRCREV = "6a71cbc089755afd6a86c005c22a1af6eab24a70" | ||
15 | 14 | ||
16 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
17 | 16 | ||
@@ -32,7 +31,6 @@ IMX_UAPI_HEADERS = " \ | |||
32 | mxcfb.h \ | 31 | mxcfb.h \ |
33 | pxp_device.h \ | 32 | pxp_device.h \ |
34 | pxp_dma.h \ | 33 | pxp_dma.h \ |
35 | version.h \ | ||
36 | videodev2.h \ | 34 | videodev2.h \ |
37 | " | 35 | " |
38 | 36 | ||