diff options
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-devel/50_local.conf.inc | 25 | ||||
-rw-r--r-- | templates/feature/agl-netboot/50_local.conf.inc | 7 |
2 files changed, 4 insertions, 28 deletions
diff --git a/templates/feature/agl-devel/50_local.conf.inc b/templates/feature/agl-devel/50_local.conf.inc index 3b7434f13..54a023cd1 100644 --- a/templates/feature/agl-devel/50_local.conf.inc +++ b/templates/feature/agl-devel/50_local.conf.inc @@ -1,23 +1,2 @@ -EXTRA_IMAGE_FEATURES =+ "debug-tweaks eclipse-debug tools-debug tools-profile" - -IMAGE_INSTALL_append = " \ - strace \ - ldd \ - less \ - lsof \ - gdb \ - valgrind \ - perf \ - powertop \ - latencytop \ - systemtap \ - screen \ - usbutils \ - rsync \ -" - -# disable install of debug files in SDK -# initial value: SDKIMAGE_FEATURES="dev-pkgs dbg-pkgs staticdev-pkgs" -SDKIMAGE_FEATURES="dev-pkgs" - - +#see meta-agl/meta-agl/conf/include/agl-devel.inc +require conf/include/agl-devel.inc diff --git a/templates/feature/agl-netboot/50_local.conf.inc b/templates/feature/agl-netboot/50_local.conf.inc index 47f0c08a6..77c313673 100644 --- a/templates/feature/agl-netboot/50_local.conf.inc +++ b/templates/feature/agl-netboot/50_local.conf.inc @@ -1,5 +1,2 @@ -INHERIT += "netboot" -OVERRIDES .= ":netboot" - -# add 256MB of extra space in ext4 output image -IMAGE_ROOTFS_EXTRA_SPACE ?= "262144" +#see meta-agl/meta-netboot/conf/include/agl-netboot.inc +require conf/include/agl-netboot.inc |