diff options
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-devel/50_local.conf.inc | 20 | ||||
-rw-r--r-- | templates/feature/agl-netboot/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/feature/agl-netboot/50_local.conf.inc | 1 |
3 files changed, 22 insertions, 0 deletions
diff --git a/templates/feature/agl-devel/50_local.conf.inc b/templates/feature/agl-devel/50_local.conf.inc new file mode 100644 index 000000000..bde32dd62 --- /dev/null +++ b/templates/feature/agl-devel/50_local.conf.inc @@ -0,0 +1,20 @@ +EXTRA_IMAGE_FEATURES =+ "debug-tweaks eclipse-debug tools-debug tools-profile" + +IMAGE_INSTALL_append = " \ + strace \ + ldd \ + gdb \ + valgrind \ + perf \ + powertop \ + latencytop \ + systemtap \ + screen \ + usbutils \ +" + +# disable install of debug files in SDK +# initial value: SDKIMAGE_FEATURES="dev-pkgs dbg-pkgs staticdev-pkgs" +SDKIMAGE_FEATURES="dev-pkgs" + + diff --git a/templates/feature/agl-netboot/50_bblayers.conf.inc b/templates/feature/agl-netboot/50_bblayers.conf.inc new file mode 100644 index 000000000..3d2ed6460 --- /dev/null +++ b/templates/feature/agl-netboot/50_bblayers.conf.inc @@ -0,0 +1 @@ +BBLAYERS =+ "${METADIR}/meta-agl/meta-netboot" diff --git a/templates/feature/agl-netboot/50_local.conf.inc b/templates/feature/agl-netboot/50_local.conf.inc new file mode 100644 index 000000000..f7444d689 --- /dev/null +++ b/templates/feature/agl-netboot/50_local.conf.inc @@ -0,0 +1 @@ +INHERIT += "netboot" |