Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Buildroot to "hexagon-2024.11.26" #39

Merged
merged 2 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ENV MUSL_SRC_URL https://github.com/quic/musl/archive/d125203fcb134febcde6ca3218
ENV HEXMVM_SRC_URL https://github.com/quic/hexagonMVM/archive/v0.1.1.tar.gz
ENV LINUX_SRC_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.11.tar.xz
ENV BUSYBOX_SRC_URL https://busybox.net/downloads/busybox-1.36.1.tar.bz2
ENV BUILDROOT_SRC_URL https://github.com/quic/buildroot/archive/hexagon-2024.10.18a.tar.gz
ENV BUILDROOT_SRC_URL https://github.com/quic/buildroot/archive/hexagon-2024.11.26.tar.gz

#ENV PYTHON_SRC_URL https://www.python.org/ftp/python/3.9.5/Python-3.9.5.tar.xz
#ADD get-host-clang-cmake-python.sh /root/hexagon-toolchain/get-host-clang-cmake-python.sh
Expand Down
1 change: 1 addition & 0 deletions build-buildroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export FORCE_UNSAFE_CONFIGURE=1
make -C buildroot/ O=../obj_buildroot/ qcom_dsp_qemu_defconfig
cd obj_buildroot
make -j
make legal-info
install -D ./images/* ${ARTIFACT_BASE}/${ARTIFACT_TAG}/
Loading