poky/scripts/lib
Yeoh Ee Peng 8d70c77678 resulttool/manualexecution: Enable configuration options selection
Current manualexecution required user to input configuration manually
where there were inconsistent inputs and human typo issues.

Enable manualexecution to have the optional feature where it
will use pre-compiled configuration options file where user will
be able to select configuration from the pre-compiled list instead
of manual key-in the configuration. This will eliminate human error.

Expect the pre-compiled configuration options file in json format below

{
    "bsps-hw": {
        "IMAGE_BASENAME": {
            "1": "core-image-sato-sdk"
        },
        "MACHINE": {
            "1": "beaglebone-yocto",
            "2": "edgerouter",
            "3": "mpc8315e-rdb",
            "4": "genericx86",
            "5": "genericx86-64"
        }
    },
    "bsps-qemu": {
        "IMAGE_BASENAME": {
            "1": "core-image-sato-sdk"
        },
        "MACHINE": {
            "1": "qemuarm",
            "2": "qemuarm64",
            "3": "qemumips",
            "4": "qemumips64",
            "5": "qemuppc",
            "6": "qemux86",
            "7": "qemux86-64"
        }
    }
}

(From OE-Core rev: 1af7e04223b415a64e100a9f91d60f5e9b0f789a)

Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-04-10 13:46:17 +01:00
..
build_perf oe-buildperf-report: highlight large changes in the HTML report 2018-05-11 07:49:38 +01:00
checklayer checklayer: Avoid adding the layer if it is already present 2019-02-14 11:20:55 +00:00
devtool devtool: standard: Handle exporting generated config fragments 2019-04-09 13:44:39 +01:00
recipetool logging: use warning instead warn 2018-07-26 13:16:40 +01:00
resulttool resulttool/manualexecution: Enable configuration options selection 2019-04-10 13:46:17 +01:00
wic wic/engine: Add missing newline 2019-04-03 14:50:14 +01:00
argparse_oe.py argparse_oe: Add int_positive type 2017-07-21 08:44:25 +01:00
buildstats.py lib/buildstats: Improve error message 2019-02-16 08:19:34 +00:00
scriptpath.py scripts: consolidate code to find bitbake path 2014-06-25 13:51:45 +01:00
scriptutils.py oe.scriptutils: enable color in a more flexible way 2019-03-06 10:39:25 +00:00