1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-16 06:00:02 +00:00

poky-default-revisions: move the SRCREV to recipe file

in this case, those non poky distro can also use these recipe normally

(From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a)

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yu Ke
2011-04-28 15:15:58 +08:00
committed by Richard Purdie
parent b5adb300dd
commit 61018fda65
105 changed files with 146 additions and 206 deletions
@@ -17,6 +17,20 @@ KMETA = meta
LINUX_VERSION ?= "2.6.37"
LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
SRCREV_machine_qemuarm = "e5ca41def834db9d18b28393a45d53a8d18f3d05"
SRCREV_machine_qemumips = "9bbc8e3432406429923fab0de038af5d3e647901"
SRCREV_machine_qemuppc = "f0ff494e62bfaa921e844c1ec7fe6cf4a977980a"
SRCREV_machine_qemux86 = "cb0537a40dadea20f12bc10e0986fd2a70290b42"
SRCREV_machine_qemux86-64 = "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
SRCREV_machine_emenlow = "2215a346eb4f9e09053d00bdf61ed999ff80e029"
SRCREV_machine_atom-pc = "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
SRCREV_machine_routerstationpro = "8db69980d76e1f863af409e70175963f23de83ab"
SRCREV_machine_mpc8315e-rdb = "6861d8a4d58f8aa75997f7678cc454791544507a"
SRCREV_machine_beagleboard = "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
SRCREV_machine = "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
SRCREV_meta = "ecab1e2bc12a8b0c4d064a00acc3260f6e8528c5"
PR = "r16"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRCREV_FORMAT = "meta_machine"