summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_git.bb
diff options
context:
space:
mode:
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"