From 59d111195d7d9c940ea327ad653326a7003aff4b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 24 Feb 2017 16:02:49 -0800 Subject: linux-raspberrypi_4.9.bb: Update to 4.9.13 drop upstreamed patch Signed-off-by: Khem Raj --- ...-Add-rules-for-.dtbo-files-for-dts-overla.patch | 29 ---------------------- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 5 ++-- recipes-kernel/linux/linux-raspberrypi_dev.bb | 1 - 3 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi-4.9/0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch diff --git a/recipes-kernel/linux/linux-raspberrypi-4.9/0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch b/recipes-kernel/linux/linux-raspberrypi-4.9/0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch deleted file mode 100644 index e8bc52e..0000000 --- a/recipes-kernel/linux/linux-raspberrypi-4.9/0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 922ce1fd0eb810b713f6ffa9a7ab97c11b6e38cf Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Fri, 10 Feb 2017 17:57:08 -0800 -Subject: [PATCH] build/arm64: Add rules for .dtbo files for dts overlays - -We now create overlays as .dtbo files. - -Signed-off-by: Khem Raj ---- - arch/arm64/Makefile | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile -index 3635b8662724..822fefeb1cd0 100644 ---- a/arch/arm64/Makefile -+++ b/arch/arm64/Makefile -@@ -113,6 +113,9 @@ zinstall install: - %.dtb: scripts - $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ - -+%.dtbo: | scripts -+ $(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@ -+ - PHONY += dtbs dtbs_install - - dtbs: prepare scripts --- -2.11.1 - diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index dcca369..7733bf1 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.9.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.9.bb @@ -1,9 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" -LINUX_VERSION ?= "4.9.10" +LINUX_VERSION ?= "4.9.13" -SRCREV = "095c4480e1f623bdc8a221a171ef13b2223706b1" +SRCREV = "28ea32b9afb5d813986c4ab940c26fe298d80ed2" SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \ - file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch \ " require linux-raspberrypi.inc diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb index bec0d23..b3a2a02 100644 --- a/recipes-kernel/linux/linux-raspberrypi_dev.bb +++ b/recipes-kernel/linux/linux-raspberrypi_dev.bb @@ -4,6 +4,5 @@ LINUX_VERSION ?= "4.10.0-rc8" SRCREV = "9aa91f43583fdb07306f962e6ee6797fba1cc62d" SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.10.y \ - file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch \ " require linux-raspberrypi.inc -- cgit v1.2.3-54-g00ecf