diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-11-14 23:12:57 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-11-27 22:42:39 +0200 |
commit | a74544ac375c5d613dfeee97bb0f0a3fc089057a (patch) | |
tree | 7fb9acfb9dd14b7db2eace75a6ca0dd077f17cc4 | |
parent | 4ed04f40736ed438bcd779fdd37a554b1ca01bbc (diff) | |
download | meta-raspberrypi-a74544ac375c5d613dfeee97bb0f0a3fc089057a.tar.gz |
linux-libc-headers-raspberrypi: Add headers for raspberrypi kernel
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-kernel/linux-libc-headers/linux-libc-headers-raspberrypi_3.2.27.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-kernel/linux-libc-headers/linux-libc-headers-raspberrypi_3.2.27.bb b/recipes-kernel/linux-libc-headers/linux-libc-headers-raspberrypi_3.2.27.bb new file mode 100644 index 0000000..a5964ab --- /dev/null +++ b/recipes-kernel/linux-libc-headers/linux-libc-headers-raspberrypi_3.2.27.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require recipes-kernel/linux-libc-headers/linux-libc-headers.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | PROVIDES = "linux-libc-headers" | ||
6 | RPROVIDES_${PN}-dev = "linux-libc-headers-dev" | ||
7 | RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg" | ||
8 | |||
9 | SRCREV = "10182a3bc434b27740f81c2b836a1af943060241" | ||
10 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \ | ||
11 | " | ||
12 | S = "${WORKDIR}/git" | ||