File tree Expand file tree Collapse file tree 4 files changed +2
-254
lines changed Expand file tree Collapse file tree 4 files changed +2
-254
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ ENV MAKE_TARBALLS 1
7070ENV LLVM_SRC_URL https://github.com/llvm/llvm-project/archive/llvmorg-${VER}.tar.gz
7171ENV LLVM_TESTS_SRC_URL https://github.com/llvm/llvm-test-suite/archive/llvmorg-${VER}.tar.gz
7272ENV MUSL_SRC_URL https://github.com/quic/musl/archive/hexagon-mar1-2025.tar.gz
73- ENV HEXMVM_SRC_URL https://github.com/quic/hexagonMVM/archive/v0.1.1.tar.gz
7473ENV LINUX_SRC_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.13.5.tar.xz
7574ENV BUSYBOX_SRC_URL https://busybox.net/downloads/busybox-1.36.1.tar.bz2
7675ENV BUILDROOT_SRC_URL https://github.com/quic/buildroot/archive/hexagon-2025.01.26.tar.gz
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Or instead you can check out the trunk of those projects' repos using
2222
2323Once the source repos are setup, build the toolchain using ` build-toolchain.sh ` .
2424
25- ` build-toolchain.sh ` / ` build-rootfs .sh ` expect the inputs below as environment
25+ ` build-toolchain.sh ` / ` build-buildroot .sh ` expect the inputs below as environment
2626variables:
2727
2828* ` ARTIFACT_TAG ` - the tag from the llvm-project repo with which this release
@@ -45,7 +45,7 @@ Sample usage:
4545
4646 ./build-toolchain.sh 2>&1 | tee build_${ARTIFACT_TAG}.log
4747 BUSYBOX_SRC_URL=https://busybox.net/downloads/busybox-1.33.1.tar.bz2 \
48- ./build-rootfs .sh 2>&1 | tee build_root .log
48+ ./build-buildroot .sh 2>&1 | tee build_buildroot .log
4949
5050Alternatively, you can run ` build-in-container.sh ` to build everything in Docker
5151container and extract the results to ` ./hexagon-artifacts ` .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -31,14 +31,6 @@ get_src_tarballs() {
3131 git log -3 HEAD >> ${MANIFEST_DIR} /qemu.txt
3232 cd -
3333
34- wget --quiet ${HEXMVM_SRC_URL} -O hexagonMVM.tar.xz
35- mkdir hexagonMVM
36- cd hexagonMVM
37- tar xf ../hexagonMVM.tar.xz --strip-components=1
38- rm ../hexagonMVM.tar.xz
39- echo ${HEXMVM_SRC_URL} > ${MANIFEST_DIR} /hexagonMVM.txt
40- cd -
41-
4234 wget --quiet ${MUSL_SRC_URL} -O musl.tar.xz
4335 mkdir musl
4436 cd musl
You can’t perform that action at this time.
0 commit comments