mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
linux-yocto: add qemuarm -tiny support
Adding a BSP definition to the kernel-cache, creating a tiny branch for board specific patches and finally setting the machine compatibility in the linux-yocto-tiny recipe. This is only the BSP definition and kernel configuration side of things, more changes are necessary for full tiny distro support on qemumarm. (From OE-Core rev: 9e88c4923a337ca8279feaa773884a9c26a092f3) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
be497feac1
commit
2f13188922
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "v4.15/standard/base"
|
||||
KBRANCH_qemux86-64 ?= "v4.15/standard/base"
|
||||
KBRANCH_qemumips64 ?= "v4.15/standard/mti-malta64"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "d16b10fb69974f1804a02f2678f40d22c80526cf"
|
||||
SRCREV_machine_qemuarm64 ?= "e25dbfe95302eeaa1a03a828d05c09479574488a"
|
||||
SRCREV_machine_qemumips ?= "182eaefab712f4360126e044c758e75d763d05c4"
|
||||
SRCREV_machine_qemuppc ?= "e25dbfe95302eeaa1a03a828d05c09479574488a"
|
||||
SRCREV_machine_qemux86 ?= "e25dbfe95302eeaa1a03a828d05c09479574488a"
|
||||
SRCREV_machine_qemux86-64 ?= "e25dbfe95302eeaa1a03a828d05c09479574488a"
|
||||
SRCREV_machine_qemumips64 ?= "ce3876a091477260fcb1197e3c6565dfbf9c6e80"
|
||||
SRCREV_machine ?= "e25dbfe95302eeaa1a03a828d05c09479574488a"
|
||||
SRCREV_meta ?= "45c256a5ca6f9478bce212fec19e2bc273472631"
|
||||
SRCREV_machine_qemuarm ?= "12c2b0077b13cf6a2f1096a0d51f3a6ed5cbbd3a"
|
||||
SRCREV_machine_qemuarm64 ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
|
||||
SRCREV_machine_qemumips ?= "c03f2971b07a79c5402f0d7126cc2cd856028e38"
|
||||
SRCREV_machine_qemuppc ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
|
||||
SRCREV_machine_qemux86 ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
|
||||
SRCREV_machine_qemux86-64 ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
|
||||
SRCREV_machine_qemumips64 ?= "b98c113571c72a0d34832dd6fe5585529b32988b"
|
||||
SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
|
||||
SRCREV_meta ?= "ff65711e13fa39d7fe2947a1ba196dad82eed327"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}"
|
||||
|
||||
Reference in New Issue
Block a user