mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
a1934f3d95
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
17 lines
339 B
BlitzBasic
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"
|