mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 23:41:08 +00:00
Reorganize and clean-up the Linaro kernel recipes for migration to meta-kernel. Change-Id: I4291ae01b5679ee2c110b1deb38c963bde254177 Signed-off-by: Jon Mason <jon.mason@arm.com>
20 lines
728 B
PHP
20 lines
728 B
PHP
# Recipe for building linaro kernel
|
|
|
|
SUMMARY = "Linux Kernel Upstream, supported by Arm/Linaro"
|
|
SECTION = "kernel"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|
|
|
inherit kernel
|
|
inherit kernel-yocto
|
|
|
|
SRC_URI = "git://git.linaro.org/landing-teams/working/arm/kernel-release.git;branch=${KBRANCH} \
|
|
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${KMETA_BRANCH};destsuffix=kernel-meta \
|
|
file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch"
|
|
|
|
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
|
|
DEPENDS += "openssl-native util-linux-native"
|
|
|
|
LINUX_VERSION ?= "${PV}"
|
|
S = "${WORKDIR}/git"
|