meta-digi-arm: use Yocto's default headers
Following advise from: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=babbf7a46acaefd9b36031483cafce053f607e66 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
b381473a0f
commit
c1e524cb39
|
|
@ -1,10 +1,8 @@
|
|||
# Digi BSP default providers
|
||||
PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-dey"
|
||||
PREFERRED_PROVIDER_u-boot ?= "u-boot-dey"
|
||||
PREFERRED_VERSION_u-boot-dey ?= "2009.08"
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-dey"
|
||||
PREFERRED_VERSION_linux-dey ?= "2.6.35.14"
|
||||
PREFERRED_VERSION_linux-libc-headers-dey ?= "${PREFERRED_VERSION_linux-dey}"
|
||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
||||
PREFERRED_PROVIDER_virtual/libx11 ?= "${@base_contains('DISTRO_FEATURES', 'x11', 'libx11', '', d)}"
|
||||
PREFERRED_PROVIDER_jpeg-native ?= "jpeg-native"
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
# Copyright (C) 2012 Digi International
|
||||
|
||||
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
|
||||
|
||||
PROVIDES = "linux-libc-headers"
|
||||
RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
|
||||
RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
|
||||
|
||||
require recipes-kernel/linux/linux-dey-rev_${PV}.inc
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PR = "r0"
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
# Copyright (C) 2012 Digi International
|
||||
|
||||
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
|
||||
|
||||
PROVIDES = "linux-libc-headers"
|
||||
RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
|
||||
RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
|
||||
|
||||
require recipes-kernel/linux/linux-dey-rev_${PV}.inc
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PR = "r0"
|
||||
Loading…
Reference in New Issue