meta-digi-arm: Add linux-dey_3.10.
This kernel will have support only for the ccardimx28js. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
1cc0fddc44
commit
aa1f21aae2
|
|
@ -1,9 +1,9 @@
|
|||
# Digi BSP default providers
|
||||
PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-dey"
|
||||
PREFERRED_VERSION_linux-libc-headers-dey ?= "2.6.35.14"
|
||||
PREFERRED_PROVIDER_u-boot ?= "u-boot-dey"
|
||||
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)}"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
# 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"
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,9 @@
|
|||
# Copyright (C) 2012 Digi International
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "45e300431bc39eb658cb9de84723d84dbc423bf7"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git"
|
||||
SRC_URI_internal = "${DIGI_LOG_GIT}linux-2.6.git;protocol=git"
|
||||
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright (C) 2012 Digi International
|
||||
|
||||
require recipes-kernel/linux/linux-dtb.inc
|
||||
|
||||
include linux-dey.inc
|
||||
include linux-dey-rev_${PV}.inc
|
||||
|
||||
PR = "${DISTRO}.${INC_PR}.0"
|
||||
|
||||
LOCALVERSION_mxs = "mxs"
|
||||
LOCALVERSION_cpx2_mxs = "mxs+gateways"
|
||||
|
||||
KERNEL_CFG_FRAGS ?= ""
|
||||
|
||||
SRC_URI += " \
|
||||
file://defconfig \
|
||||
${KERNEL_CFG_FRAGS} \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/${DTSNAME}.dts"
|
||||
|
||||
FILES_kernel-image += "/boot/config*"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mxs)"
|
||||
Loading…
Reference in New Issue