summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-21 16:21:50 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2013-06-23 23:07:28 +0300
commit808f5e54f8c9799de39436601b9b8474de3bb323 (patch)
treeb5089436bd782c56c8b872480a1e90bbc21afd2c
parentac879f9e21f622811e51c50a57990f44a9561137 (diff)
downloadmeta-raspberrypi-808f5e54f8c9799de39436601b9b8474de3bb323.tar.gz
linux-libc-headers-raspberrypi: Drop, its unneeded and bad practise
If we have this recipe, it means the whole armv6 (or whichever tune) is chosen depends on a machine specific recipe. This makes no sense as armX packages are meant to be machine independent. We've had this problem in other layers and it causes needed rebuilds of packages when you switch machines since the sstate checksums change. These headers are just part of the toolchain bootstrap process so "standard" kernel headers are fine. The kernel header version does need to be later of equal to the kernel version but we're fine in that regard since the core is on 3.8, the latest pi kernel is 3.6. There is nothing special about these headers so lets remove them and use the standard system provided recipe, avoding any rebuilds. I tested the various other recipes in the layer and there doesn't seem to be any dependency on these headers. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--recipes-kernel/linux-libc-headers/linux-libc-headers-raspberrypi_3.2.27.bb12
1 files changed, 0 insertions, 12 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
deleted file mode 100644
index a5964ab..0000000
--- a/recipes-kernel/linux-libc-headers/linux-libc-headers-raspberrypi_3.2.27.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
2
3PR = "r0"
4
5PROVIDES = "linux-libc-headers"
6RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
7RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
8
9SRCREV = "10182a3bc434b27740f81c2b836a1af943060241"
10SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \
11 "
12S = "${WORKDIR}/git"