diff options
author | Leandro Dorileo <ldorileo@gmail.com> | 2011-08-10 01:09:05 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-11 19:13:37 +0100 |
commit | 62269642ce0e0e56d68d495b6c4d27327c9ed649 (patch) | |
tree | 6e3a1d929a3344ac42b174ba6fab20dd04878147 /meta/recipes-extended/cups/cups-1.4.6 | |
parent | a752b23767189f2678367e47ca0b41f49c56a631 (diff) | |
download | openembedded-core-62269642ce0e0e56d68d495b6c4d27327c9ed649.tar.gz openembedded-core-62269642ce0e0e56d68d495b6c4d27327c9ed649.tar.bz2 openembedded-core-62269642ce0e0e56d68d495b6c4d27327c9ed649.tar.xz openembedded-core-62269642ce0e0e56d68d495b6c4d27327c9ed649.zip |
scripts/combo-layer: a simple way to script the combo-layer conf
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.
Signed-off-by: Leandro Dorileo <ldorileo@gmail.com>
Diffstat (limited to 'meta/recipes-extended/cups/cups-1.4.6')
0 files changed, 0 insertions, 0 deletions