diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2018-01-23 10:45:53 +0100 |
---|---|---|
committer | Martin Borg <martin.borg@enea.com> | 2018-01-23 11:15:54 +0100 |
commit | 5df155b5d9f88ebc12e7e21813b23f3fc5a23ba5 (patch) | |
tree | faf2410dfb7af572a5ab6a1ccdb7e2ddbe5637a5 /images/enea-image-extra.inc | |
parent | 1e218618002346dc5e24f1a41f592e1ef974d003 (diff) | |
download | meta-nfv-access-common-5df155b5d9f88ebc12e7e21813b23f3fc5a23ba5.tar.gz |
enea-image-extra: Add dev and dbg packages to the SDK
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'images/enea-image-extra.inc')
-rw-r--r-- | images/enea-image-extra.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/images/enea-image-extra.inc b/images/enea-image-extra.inc index 4e39486..60f9d98 100644 --- a/images/enea-image-extra.inc +++ b/images/enea-image-extra.inc | |||
@@ -13,6 +13,12 @@ IMAGE_FEATURES += " \ | |||
13 | tools-profile \ | 13 | tools-profile \ |
14 | tools-sdk \ | 14 | tools-sdk \ |
15 | " | 15 | " |
16 | SDKIMAGE_FEATURES += " \ | ||
17 | dev-pkgs \ | ||
18 | dbg-pkgs \ | ||
19 | staticdev-pkgs \ | ||
20 | " | ||
21 | |||
16 | IMAGE_INSTALL += " \ | 22 | IMAGE_INSTALL += " \ |
17 | binutils \ | 23 | binutils \ |
18 | dhcp-client \ | 24 | dhcp-client \ |