From 46c7ae687e7a2e94bf3f1bab42aa68ff194da3af Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 2 Nov 2018 09:43:42 +0106 Subject: layer-building: add scripts to automatically build yocto layers The yocto training requires a lot of data to be prebuilt/downloaded (about 15GB). These scripts can be used to automatically download/prebuild all that data and create the various layer tarballs. Signed-off-by: John Ogness --- schulung_tools/layer-building/yocto/machines/qemux86.source | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 schulung_tools/layer-building/yocto/machines/qemux86.source (limited to 'schulung_tools/layer-building/yocto/machines/qemux86.source') diff --git a/schulung_tools/layer-building/yocto/machines/qemux86.source b/schulung_tools/layer-building/yocto/machines/qemux86.source new file mode 100644 index 0000000..7e8b837 --- /dev/null +++ b/schulung_tools/layer-building/yocto/machines/qemux86.source @@ -0,0 +1,5 @@ +setup_extra() { +cat << EOF >> conf/local.conf +EXTRA_IMAGE_FEATURES = "debug-tweaks eclipse-debug" +EOF +} -- cgit v1.2.3