summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-extended/images/core-image-lsb-sdk.bb
diff options
context:
space:
mode:
authorToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
committerToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
commit5b80bfd7bffd4c20d80b7c70a7130529e9a755dd (patch)
treeb4bb18dcd1487dbf1ea8127e5671b7bb2eded033 /external/poky/meta/recipes-extended/images/core-image-lsb-sdk.bb
parent706ad73eb02caf8532deaf5d38995bd258725cb8 (diff)
agl-basesystem
Diffstat (limited to 'external/poky/meta/recipes-extended/images/core-image-lsb-sdk.bb')
-rw-r--r--external/poky/meta/recipes-extended/images/core-image-lsb-sdk.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/external/poky/meta/recipes-extended/images/core-image-lsb-sdk.bb b/external/poky/meta/recipes-extended/images/core-image-lsb-sdk.bb
new file mode 100644
index 00000000..a3d602ed
--- /dev/null
+++ b/external/poky/meta/recipes-extended/images/core-image-lsb-sdk.bb
@@ -0,0 +1,12 @@
+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-devsrc"
+
+# Reduce this to try and keep below the 4GB image size for now
+IMAGE_OVERHEAD_FACTOR = "1.2"