mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
ac879f9e21
commit
808f5e54f8
|
@ -1,12 +0,0 @@
|
|||
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
|
||||
|
||||
PR = "r0"
|
||||
|
||||
PROVIDES = "linux-libc-headers"
|
||||
RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
|
||||
RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
|
||||
|
||||
SRCREV = "10182a3bc434b27740f81c2b836a1af943060241"
|
||||
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
Loading…
Reference in New Issue
Block a user