diff options
-rw-r--r-- | meta-emenlow/recipes/linux/linux-yocto-stable_git.bbappend (renamed from meta-emenlow/recipes/linux/linux-yocto_git.bbappend) | 0 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-stable_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_git.bb | 1 |
4 files changed, 3 insertions, 2 deletions
diff --git a/meta-emenlow/recipes/linux/linux-yocto_git.bbappend b/meta-emenlow/recipes/linux/linux-yocto-stable_git.bbappend index 9fa2937d4f..9fa2937d4f 100644 --- a/meta-emenlow/recipes/linux/linux-yocto_git.bbappend +++ b/meta-emenlow/recipes/linux/linux-yocto-stable_git.bbappend | |||
diff --git a/meta/recipes-kernel/linux/linux-yocto-stable_git.bb b/meta/recipes-kernel/linux/linux-yocto-stable_git.bb index 8ecd86fa9f..dd4d176ac5 100644 --- a/meta/recipes-kernel/linux/linux-yocto-stable_git.bb +++ b/meta/recipes-kernel/linux/linux-yocto-stable_git.bb | |||
@@ -17,6 +17,8 @@ PR = "r0" | |||
17 | PV = "${LINUX_VERSION}+git${SRCPV}" | 17 | PV = "${LINUX_VERSION}+git${SRCPV}" |
18 | SRCREV_FORMAT = "meta_machine" | 18 | SRCREV_FORMAT = "meta_machine" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|atom-pc|routerstationpro|mpc8315e-rdb|beagleboard)" | ||
21 | |||
20 | # this performs a fixup on the SRCREV for new/undefined BSPs | 22 | # this performs a fixup on the SRCREV for new/undefined BSPs |
21 | python __anonymous () { | 23 | python __anonymous () { |
22 | import bb, re | 24 | import bb, re |
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 095b3375fa..2a77f4a9c4 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
@@ -7,8 +7,6 @@ LICENSE = "GPL" | |||
7 | # and it can be specific to the machine or shared | 7 | # and it can be specific to the machine or shared |
8 | KMACHINE = "UNDEFINED" | 8 | KMACHINE = "UNDEFINED" |
9 | 9 | ||
10 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|atom-pc|routerstationpro)" | ||
11 | |||
12 | # Set this to 'preempt_rt' in the local.conf if you want a real time kernel | 10 | # Set this to 'preempt_rt' in the local.conf if you want a real time kernel |
13 | LINUX_KERNEL_TYPE ?= standard | 11 | LINUX_KERNEL_TYPE ?= standard |
14 | 12 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb index 1e3df478eb..f40fe38fcd 100644 --- a/meta/recipes-kernel/linux/linux-yocto_git.bb +++ b/meta/recipes-kernel/linux/linux-yocto_git.bb | |||
@@ -20,6 +20,7 @@ SRCREV_FORMAT = "meta_machine" | |||
20 | SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;fullclone=1;branch=${KBRANCH};name=machine \ | 20 | SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;fullclone=1;branch=${KBRANCH};name=machine \ |
21 | git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;noclone=1;branch=meta;name=meta" | 21 | git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;noclone=1;branch=meta;name=meta" |
22 | 22 | ||
23 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" | ||
23 | 24 | ||
24 | # Functionality flags | 25 | # Functionality flags |
25 | KERNEL_REVISION_CHECKING ?= "t" | 26 | KERNEL_REVISION_CHECKING ?= "t" |