Skip to content

Commit

Permalink
Work around missing kernel-sample.scc file in recent poky/master.
Browse files Browse the repository at this point in the history
It looks like a bug on their part. See the code comment for details.

Changelog: None

Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
  • Loading branch information
kacf committed Jul 19, 2018
1 parent 76927a8 commit 537415a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meta-mender-qemu/recipes-kernel/linux/linux-yocto_%.bbappend
Expand Up @@ -14,3 +14,10 @@ SRC_URI_append_vexpress-qemu-flash = " file://defconfig \
"

COMPATIBLE_MACHINE_vexpress-qemu-flash = "vexpress-qemu-flash"

# See commit 28a1f5cd95cfd in poky. This was added in order to support running
# kernel tests. However it appears that this file is not present in the source
# at the time of writing. Rather than dig into this we will just remove this
# patch for now. This can probably be removed later when upstream has fixed this
# problem. (July 2018)
KERNEL_FEATURES_remove_qemuall = "features/kernel-sample/kernel-sample.scc"

0 comments on commit 537415a

Please sign in to comment.