mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
Split out the packages added for Eclipse remote debugging to a separate package group so that we can avoid pulling them in if not using Eclipse. Fixes [YOCTO #3251]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
375 B
BlitzBasic
11 lines
375 B
BlitzBasic
require core-image-lsb.bb
|
|
|
|
DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \
|
|
(LSB) implementations. It includes the full meta-toolchain, plus development \
|
|
headers and libraries to form a standalone SDK."
|
|
|
|
IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
|
|
|
|
IMAGE_INSTALL += "kernel-dev"
|
|
|