diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-02-16 10:46:35 -0800 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-02-16 20:53:01 +0100 |
| commit | d9c6b7903e653e57cae5a7cacf9ca48f12a33a79 (patch) | |
| tree | b2e3895c6edddd26ddc411b1d6b543511d1ffda5 | |
| parent | 0be123e5b881f70612eec587392b1d9ca9906590 (diff) | |
| download | meta-raspberrypi-d9c6b7903e653e57cae5a7cacf9ca48f12a33a79.tar.gz | |
linux-raspberrypi_dev.bb: Add recipe for tracking development tip
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_dev.bb | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | ||
| 2 | |||
| 3 | LINUX_VERSION ?= "4.10.0-rc8" | ||
| 4 | |||
| 5 | SRCREV = "9aa91f43583fdb07306f962e6ee6797fba1cc62d" | ||
| 6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.10.y \ | ||
| 7 | " | ||
| 8 | require linux-raspberrypi.inc | ||
