diff options
author | Quentin Schulz <foss@0leil.net> | 2020-10-05 20:37:24 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-20 11:12:06 +0100 |
commit | 7db69417c182d3a59699671ee4d059f8d4faf356 (patch) | |
tree | c7fbb74c02be7f1a950e831e8db250b00d872c88 /documentation/poky.yaml | |
parent | 8dd785f120ab73ec78ebcc4c8dd65141b7472885 (diff) | |
download | poky-7db69417c182d3a59699671ee4d059f8d4faf356.tar.gz |
docs: remove OE_INIT_FILE variable
There's probably no need for such a variable (the name of the script is
unlikely to change any time soon) and not all instances of
oe-init-build-env were actually using this variable.
For consistency sake, let's just remove the OE_INIT_FILE variable.
Suggested-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(From yocto-docs rev: 6fd4421283005b0ecc980e9ef25770d383b93937)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.yaml')
-rw-r--r-- | documentation/poky.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/documentation/poky.yaml b/documentation/poky.yaml index ec21271a31..14f45055d7 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml | |||
@@ -58,7 +58,6 @@ YOCTO_DOCS_BRIEF_URL : "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/brief-yoctoprojectq | |||
58 | YOCTO_ADTPATH_DIR : "/opt/poky/&DISTRO;" | 58 | YOCTO_ADTPATH_DIR : "/opt/poky/&DISTRO;" |
59 | YOCTO_POKY_TARBALL : "&YOCTO_POKY;.tar.bz2" | 59 | YOCTO_POKY_TARBALL : "&YOCTO_POKY;.tar.bz2" |
60 | OE_INIT_PATH : "&YOCTO_POKY;/oe-init-build-env" | 60 | OE_INIT_PATH : "&YOCTO_POKY;/oe-init-build-env" |
61 | OE_INIT_FILE : "oe-init-build-env" | ||
62 | UBUNTU_HOST_PACKAGES_ESSENTIAL : "gawk wget git-core diffstat unzip texinfo gcc-multilib \ | 61 | UBUNTU_HOST_PACKAGES_ESSENTIAL : "gawk wget git-core diffstat unzip texinfo gcc-multilib \ |
63 | build-essential chrpath socat cpio python3 python3-pip python3-pexpect \ | 62 | build-essential chrpath socat cpio python3 python3-pip python3-pexpect \ |
64 | xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ | 63 | xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ |