mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
This small patch introduces a a very simple and basic way to script
the combo-layer conf file. With that a combo can be shared with no
need to change its config - associated to the use of environment
variables for example.
*Similar* to bitbake it considers every value starting with @ to be
a python script. So local_repo could be easily configured as:
[bitbake]
local_repo = @os.getenv("LOCAL_REPO_DIR") + "/bitbake"
or any more sophisticated python syntax.
This version updates the config file description so users can be
aware of.
(From OE-Core rev: 62269642ce0e0e56d68d495b6c4d27327c9ed649)
Signed-off-by: Leandro Dorileo <ldorileo@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|---|---|---|
| .. | ||
| contrib | ||
| jhbuild | ||
| native-intercept | ||
| qemuimage-tests | ||
| bitbake | ||
| combo-layer | ||
| combo-layer-hook-default.sh | ||
| combo-layer.conf.example | ||
| create-lsb-image | ||
| create-pull-request | ||
| gen-site-config | ||
| hob | ||
| multilib_header_wrapper.h | ||
| oe-buildenv-internal | ||
| oe-find-native-sysroot | ||
| oe-git-proxy-command | ||
| oe-git-proxy-socks-command | ||
| oe-git-proxy-socks.c | ||
| oe-setup-builddir | ||
| oe-setup-rpmrepo | ||
| oe-trim-schemas | ||
| qemuimage-testlib | ||
| README | ||
| rootfs_rpm-extract-postinst.awk | ||
| rpm2cpio.sh | ||
| runqemu | ||
| runqemu-addptable2image | ||
| runqemu-export-rootfs | ||
| runqemu-extract-sdk | ||
| runqemu-gen-tapdevs | ||
| runqemu-ifdown | ||
| runqemu-ifup | ||
| runqemu-internal | ||
| runqemu.README | ||
| send-pull-request | ||
| swabber-strace-attach | ||
This directory contains Various useful scripts for working with OE builds