summaryrefslogtreecommitdiffstats
path: root/scripts/oe-git-proxy-command
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-10-07 11:22:56 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-09 10:58:07 +0100
commit66c528b9c52e1fcbaa5667c7e7bd72ecf23e1319 (patch)
tree7c0b381b5a9d34214c9dfc20dc09ac7052325333 /scripts/oe-git-proxy-command
parent83e523af784d567a24a96615cca13c17d8f7c9e3 (diff)
downloadpoky-66c528b9c52e1fcbaa5667c7e7bd72ecf23e1319.tar.gz
u-boot: Add specifying make options as part the config looping
There is a need to generate alternative versions of the uboot files using the existing config looping system, but we need to add additional settings to the make call rather simply specifying a different config. Specifically we have two use cases: 1) We want to sign the same uboot files with two different keys where the key will be passed on the make call. 2) We want to include the alternative defconfigs from a different repository and need to add the path to this new location on the make command line. This introduces a fourth value for the UBOOT_CONFIG settings: config,images,binary,make_opts The values are placed into a new generated variable UBOOT_CONFIG_MAKE_OPTS which is a '?' separated list since space can be present if you need to specify multiple options. This is handled by changing IFS in the shell code when looping over the variable. Additionally, add in a new variable UBOOT_MAKE_OPTS which is added to the make calls in the various do_compile functions that do the actual compiling. (From OE-Core rev: 3338330e0c46b83e33c7e982c012459c89a7ec5c) Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-git-proxy-command')
0 files changed, 0 insertions, 0 deletions