mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
core-image-sato-sdk: Drop qt4 on mips64
qt4 doesn't build on mips64 so don't include it in sato-sdk images. (From OE-Core rev: 900584946698b5bb2c459ad9555709665843be2c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -4,7 +4,10 @@ DESCRIPTION = "Image with Sato support that includes everything within \
|
||||
core-image-sato plus meta-toolchain, development headers and libraries to \
|
||||
form a standalone SDK."
|
||||
|
||||
IMAGE_FEATURES += "dev-pkgs tools-sdk qt4-pkgs \
|
||||
QT4PKG = "qt4-pkgs"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user