summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/linux/linux-yocto_git.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-04-28 15:15:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-04 15:05:55 +0100
commit0a57bd226cdb8332707fa0f46fcf0b067f03701a (patch)
tree99a1cdcdaf132f6c2d15e351b8892a5135d7359e /meta/recipes-kernel/linux/linux-yocto_git.bb
parent413e7e5a5d6db45a6fbca5044246d6696d9d5711 (diff)
downloadopenembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.gz
openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.bz2
openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.xz
openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.zip
poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_git.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb
index 727979397..8a46e0240 100644
--- a/meta/recipes-kernel/linux/linux-yocto_git.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_git.bb
@@ -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"