summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-01-19 09:45:56 +0100
committerMartin Borg <martin.borg@enea.com>2018-01-19 10:08:55 +0100
commit98dd3a7cae836be052eb52027ecf79119a9493c8 (patch)
tree876c414d6a172b629977f43ccfd647bdc0a64564
parent4379837c68cc854d9bc7ffb5c7e6d400734b7f08 (diff)
downloadmeta-el-common-98dd3a7cae836be052eb52027ecf79119a9493c8.tar.gz
enea-image-extra: Add kernel-vmlinux
This installs the kernel vmlinux image under /boot in both the rootfs and SDK. This is used for kernel debugging and profiling. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--images/enea-image-extra.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/enea-image-extra.inc b/images/enea-image-extra.inc
index a1281ec..4e39486 100644
--- a/images/enea-image-extra.inc
+++ b/images/enea-image-extra.inc
@@ -13,7 +13,6 @@ IMAGE_FEATURES += " \
13 tools-profile \ 13 tools-profile \
14 tools-sdk \ 14 tools-sdk \
15 " 15 "
16
17IMAGE_INSTALL += " \ 16IMAGE_INSTALL += " \
18 binutils \ 17 binutils \
19 dhcp-client \ 18 dhcp-client \
@@ -21,6 +20,7 @@ IMAGE_INSTALL += " \
21 gnutls \ 20 gnutls \
22 kernel-dev \ 21 kernel-dev \
23 kernel-modules \ 22 kernel-modules \
23 kernel-vmlinux \
24 lsb \ 24 lsb \
25 lsbinitscripts \ 25 lsbinitscripts \
26 mingetty \ 26 mingetty \