mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
core-image-sato-sdk: Use kernel-devsrc to ensure kernel module builds work
With the move of the kernel source to the kernel-devsrc, we need this package to ensure the kernel module sanity tests made on core-image-sato-sdk continue to pass. Therefore update the name of the package included in the image. (From OE-Core rev: 51c19b97f7282eaba0a6f6b04703a62a3fea2b4a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -10,5 +10,5 @@ QT4PKG_mips64 = ""
|
||||
IMAGE_FEATURES += "dev-pkgs tools-sdk ${QT4PKG} \
|
||||
tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh"
|
||||
|
||||
IMAGE_INSTALL += "kernel-dev"
|
||||
IMAGE_INSTALL += "kernel-devsrc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user