summaryrefslogtreecommitdiffstats
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:06:36 +0100
commit61018fda65fcb7a08d74b57abfe8e8809fcdaae0 (patch)
tree49e4f016b760d9ba0431e79cfd97e027e30ae53e /meta/recipes-kernel/linux/linux-yocto_git.bb
parentb5adb300dda792d128e9d1a7c33646437dbe73e4 (diff)
downloadpoky-61018fda65fcb7a08d74b57abfe8e8809fcdaae0.tar.gz
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>
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 7279793978..8a46e02406 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
17 17
18LINUX_VERSION ?= "2.6.37" 18LINUX_VERSION ?= "2.6.37"
19LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" 19LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
20
21SRCREV_machine_qemuarm = "e5ca41def834db9d18b28393a45d53a8d18f3d05"
22SRCREV_machine_qemumips = "9bbc8e3432406429923fab0de038af5d3e647901"
23SRCREV_machine_qemuppc = "f0ff494e62bfaa921e844c1ec7fe6cf4a977980a"
24SRCREV_machine_qemux86 = "cb0537a40dadea20f12bc10e0986fd2a70290b42"
25SRCREV_machine_qemux86-64 = "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
26SRCREV_machine_emenlow = "2215a346eb4f9e09053d00bdf61ed999ff80e029"
27SRCREV_machine_atom-pc = "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
28SRCREV_machine_routerstationpro = "8db69980d76e1f863af409e70175963f23de83ab"
29SRCREV_machine_mpc8315e-rdb = "6861d8a4d58f8aa75997f7678cc454791544507a"
30SRCREV_machine_beagleboard = "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
31SRCREV_machine = "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
32SRCREV_meta = "ecab1e2bc12a8b0c4d064a00acc3260f6e8528c5"
33
20PR = "r16" 34PR = "r16"
21PV = "${LINUX_VERSION}+git${SRCPV}" 35PV = "${LINUX_VERSION}+git${SRCPV}"
22SRCREV_FORMAT = "meta_machine" 36SRCREV_FORMAT = "meta_machine"