1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 06:17:51 +00:00
Files
meta-ti/recipes-kernel/linux/linux-keystone_3.6.6.bb
Murali Karicheri 64926476aa keystone: update kernel and bootloaders recipes for mcsdk alpha7 release
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-01-29 13:25:34 -05:00

17 lines
339 B
BlitzBasic

COMPATIBLE_MACHINE = "keystone"
require linux.inc
MACHINE_KERNEL_PR_append = "a"
CORTEXA8FIXUP = "no"
# The tree tends to rebase, use literal stable tags
SRCREV = "DEV.MCSDK-03.06.06.07"
SRC_URI = "git://arago-project.org/git/projects/linux-keystone.git;protocol=git \
file://defconfig \
"
S = "${WORKDIR}/git"