From e147e12d94fa7b007cc6c61682b6adba458422f6 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Thu, 1 Jun 2017 07:01:29 +0100 Subject: linux-raspberrypi-dev: Rename recipe This recipe is now uniquely named instead of just being another version of linux-raspberrypi. Signed-off-by: Paul Barker --- recipes-kernel/linux/linux-raspberrypi-dev.bb | 19 +++++++++++++++++++ recipes-kernel/linux/linux-raspberrypi_dev.bb | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 recipes-kernel/linux/linux-raspberrypi-dev.bb delete mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-raspberrypi-dev.bb b/recipes-kernel/linux/linux-raspberrypi-dev.bb new file mode 100644 index 0000000..159e1a6 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi-dev.bb @@ -0,0 +1,19 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" + +LINUX_VERSION ?= "4.11" +LINUX_RPI_DEV_BRANCH ?= "rpi-4.11.y" + +SRCREV = "${AUTOREV}" +SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \ + file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch \ +" +require linux-raspberrypi.inc + +# A LOADADDR is needed when building a uImage format kernel. This value is not +# set by default in rpi-4.8.y and later branches so we need to provide it +# manually. This value unused if KERNEL_IMAGETYPE is not uImage. +KERNEL_EXTRA_ARGS += "LOADADDR=0x00008000" + +# Disable version check so that we don't have to edit this recipe every time +# upstream bumps the version +KERNEL_VERSION_SANITY_SKIP = "1" diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb deleted file mode 100644 index 239d630..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_dev.bb +++ /dev/null @@ -1,19 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-dev:" - -LINUX_VERSION ?= "4.11" -LINUX_RPI_DEV_BRANCH ?= "rpi-4.11.y" - -SRCREV = "${AUTOREV}" -SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \ - file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch \ -" -require linux-raspberrypi.inc - -# A LOADADDR is needed when building a uImage format kernel. This value is not -# set by default in rpi-4.8.y and later branches so we need to provide it -# manually. This value unused if KERNEL_IMAGETYPE is not uImage. -KERNEL_EXTRA_ARGS += "LOADADDR=0x00008000" - -# Disable version check so that we don't have to edit this recipe every time -# upstream bumps the version -KERNEL_VERSION_SANITY_SKIP = "1" -- cgit v1.2.3-54-g00ecf