mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +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.14/standard/base"
|
||||
KBRANCH_qemux86-64 ?= "v4.14/standard/base"
|
||||
KBRANCH_qemumips64 ?= "v4.14/standard/mti-malta64"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "363723ef50c06df54e146c8fe78faa962e96a8c8"
|
||||
SRCREV_machine_qemuarm64 ?= "798d15552a4d5d9355a300290ed6bf72106b7e96"
|
||||
SRCREV_machine_qemumips ?= "6c2433d7c51c3e78b1be2c7d1fbfe840b13d04df"
|
||||
SRCREV_machine_qemuppc ?= "c03babad17499489b20216576d608c94e7fddc5d"
|
||||
SRCREV_machine_qemux86 ?= "65d1c849534179bbfa494f77947f8be615e9871a"
|
||||
SRCREV_machine_qemux86-64 ?= "65d1c849534179bbfa494f77947f8be615e9871a"
|
||||
SRCREV_machine_qemumips64 ?= "59f70381cbde371e41206b7902390ae78558c310"
|
||||
SRCREV_machine ?= "65d1c849534179bbfa494f77947f8be615e9871a"
|
||||
SRCREV_meta ?= "94457657b8d621868672917d1c2631df4a4fadd8"
|
||||
SRCREV_machine_qemuarm ?= "88755525aeeeb3c42e365208858f74b3be7bad22"
|
||||
SRCREV_machine_qemuarm64 ?= "ec98b274e0e668eb6e368fe5d9173f52c6b6d401"
|
||||
SRCREV_machine_qemumips ?= "9fd9713c5ba50d6610da19bb296b8f4954e1786b"
|
||||
SRCREV_machine_qemuppc ?= "cfe05303950568a871b746b1955181da1fb13847"
|
||||
SRCREV_machine_qemux86 ?= "97c8063d2df381b828b37608f88efa9b4dd9e379"
|
||||
SRCREV_machine_qemux86-64 ?= "97c8063d2df381b828b37608f88efa9b4dd9e379"
|
||||
SRCREV_machine_qemumips64 ?= "346488cf46ac4045fe257eb63836eb93c7c09859"
|
||||
SRCREV_machine ?= "97c8063d2df381b828b37608f88efa9b4dd9e379"
|
||||
SRCREV_meta ?= "34d4dc9c1d160ab3c514aa20cc82a7abdf2c29b4"
|
||||
|
||||
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.14;destsuffix=${KMETA}"
|
||||
|
||||
Reference in New Issue
Block a user