Skip to content
Snippets Groups Projects
Commit e43b3215 authored by Esben Haabendal's avatar Esben Haabendal
Browse files

bitbake-builder: Remove flex and bison host OS tools


We will be using flex-native and bison-native recipes instead from now on.

Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent 3c4a6f2f
No related branches found
No related tags found
1 merge request!26Various changes in preparation for integration with meta-oniro-core
......@@ -14,7 +14,7 @@
# limitations under the License.
variables:
BITBAKE_CONTAINER_VERSION: "0.6"
BITBAKE_CONTAINER_VERSION: "0.7"
OPENHARMONY_CONTAINER_VERSION: "0.1"
.kaniko:
......
......@@ -28,7 +28,6 @@ COPY --chown=root:root ppa/zyga-ubuntu-oh-tools.gpg /etc/apt/trusted.gpg.d/
RUN eatmydata apt-get update -qq \
&& eatmydata apt-get install -qq -y \
bash git-repo apt-utils build-essential chrpath cpio diffstat gawk git sudo wget \
flex bison \
language-pack-en-base time locales python-is-python3 python3-distutils libssl-dev \
iproute2 iputils-ping curl jq ca-certificates git-lfs \
lz4 zstd git-restore-mtime \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment