diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2020-11-12 19:04:32 +0800 |
---|---|---|
committer | Robert Yang <liezhi.yang@windriver.com> | 2020-11-12 19:24:17 +0800 |
commit | 9d68429be743586fd36b8f76f086fea16968054f (patch) | |
tree | 44f4b2d3e327d771ed85de9ab2f9f8854418bce8 /contrib | |
parent | 4dce4e01cfa153fb12cfd1684d36e0432bef6741 (diff) | |
download | openembedded-core-contrib-9d68429be743586fd36b8f76f086fea16968054f.tar.gz |
oe-buildenv-internal: Support extra settingsrbt/path
This can make it possible to do extra settings such as PATH for other layers,
for exampole, other layers may also have scripts directories as oe-core, we
have to run them with path since they are not in PATH, for example, there is a
tool meta-browser/scripts/firefox-gen-l10n-recipes, we have to use
/path/to/meta-browser/scripts to run it. Make oe-buildenv-internal check and
enable $OEROOT/extrasettings, and set a line like the following can fix the
problem:
PATH=/relative/to/$OEROOT/meta-browser/scripts:$PATH
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions