[yocto] [meta-raspberrypi][PATCH V4 04/14] linux-raspberrypi_dev.bb: Add recipe for tracking development tip

Khem Raj raj.khem at gmail.com
Thu Feb 16 10:46:35 PST 2017


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes-kernel/linux/linux-raspberrypi_dev.bb | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb

diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb
new file mode 100644
index 0000000..2a5b692
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_dev.bb
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
+
+LINUX_VERSION ?= "4.10.0-rc8"
+
+SRCREV = "9aa91f43583fdb07306f962e6ee6797fba1cc62d"
+SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.10.y \
+"
+require linux-raspberrypi.inc
-- 
2.11.1




More information about the yocto mailing list