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.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb
index f40fe38fcd..6677f99abb 100644
--- a/meta/recipes-kernel/linux/linux-yocto_git.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_git.bb
@@ -1,15 +1,15 @@
1inherit kernel 1inherit kernel
2require linux-yocto.inc 2require linux-yocto.inc
3 3
4KMACHINE_qemux86 = "common_pc/base" 4KMACHINE_qemux86 = "yocto/standard/common_pc/base"
5KMACHINE_qemux86-64 = "common_pc_64" 5KMACHINE_qemux86-64 = "yocto/standard/common-pc-64"
6KMACHINE_qemuppc = "qemu_ppc32" 6KMACHINE_qemuppc = "yocto/standard/qemu-ppc32"
7KMACHINE_qemumips = "mti_malta32_be" 7KMACHINE_qemumips = "yocto/standard/mti-malta32-be"
8KMACHINE_qemuarm = "arm_versatile_926ejs" 8KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs"
9KMACHINE_atom-pc = "atom-pc" 9KMACHINE_atom-pc = "yocto/standard/common-pc/atom-pc"
10KMACHINE_routerstationpro = "routerstationpro" 10KMACHINE_routerstationpro = "yocto/standard/routerstationpro"
11KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb" 11KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb"
12KMACHINE_beagleboard = "beagleboard" 12KMACHINE_beagleboard = "yocto/standard/beagleboard"
13 13
14LINUX_VERSION ?= "2.6.37" 14LINUX_VERSION ?= "2.6.37"
15LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" 15LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"