linux-yocto/3.8: qemuarm boot fix

The preempt-rt kernel was wasn't inheriting the standard kernel
configuration and hence was not able to boot on qemuarm due to
missing ABI options.

Changing the main preempt-rt kernel include to inherit standard
configuration again fixes this boot issue.

(From OE-Core rev: d569f44c296f6de1f7bb6ad9f581c237d5947321)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2013-03-26 07:46:38 -07:00
committed by Richard Purdie
parent 64b3a377e8
commit 27bc091173
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "8844013c81e9ad80246aabca6573eed9dbaac646"
SRCREV_machine_qemux86 ?= "15a0766b3d007e5fafce3503375694dff2b0603e"
SRCREV_machine_qemux86-64 ?= "15a0766b3d007e5fafce3503375694dff2b0603e"
SRCREV_machine ?= "15a0766b3d007e5fafce3503375694dff2b0603e"
SRCREV_meta ?= "2a6d36e75ca0a121570a389d7bab76ec240cbfda"
SRCREV_meta ?= "1b534b2f8bbe9b8a773268cfa30a4850346f6f5f"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"