summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel BORNAZ <daniel.bornaz@enea.com>2019-09-23 09:07:09 +0200
committerDaniel BORNAZ <daniel.bornaz@enea.com>2019-09-23 09:07:36 +0200
commit89aa77c93b14cd6aa49833be71422d8971a4c3b9 (patch)
tree5dcbf57a73e2977c23b3fae6a7e71e49a48d03cb
parent4d209bf979f040f2ecc024b9e1333ac8d77707d3 (diff)
downloadmeta-el-standard-89aa77c93b14cd6aa49833be71422d8971a4c3b9.tar.gz
Include kernel source code in SDK
Modified enea-image-standard recipe to include kernel source code in the SDK and eSDK generation. Change-Id: I66aa8261c918b2124b57252d14f64442ff9bed1f
-rw-r--r--images/enea-image-standard-common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/enea-image-standard-common.inc b/images/enea-image-standard-common.inc
index a4d2cc7..e4fcabf 100644
--- a/images/enea-image-standard-common.inc
+++ b/images/enea-image-standard-common.inc
@@ -6,6 +6,7 @@ IMAGE_INSTALL += " \
6 " 6 "
7 7
8CORE_IMAGE_EXTRA_INSTALL_append = " kernel-modules" 8CORE_IMAGE_EXTRA_INSTALL_append = " kernel-modules"
9TOOLCHAIN_TARGET_TASK_append = " kernel-devsrc"
9 10
10IMAGE_FSTYPES = "tar.gz ext4" 11IMAGE_FSTYPES = "tar.gz ext4"
11NOHDD = "1" 12NOHDD = "1"