Skip to content

Commit

Permalink
Bumping all submodules for modular builds, many fixes, new buildroot … (
Browse files Browse the repository at this point in the history
#86)

* Bumping all submodules for modular builds, many fixes, new buildroot base, new configs defaulting to CMA

* Updated travis and sdk make to test minimum and maximum eyrie-rt build

* Bumped sdk and runtime for options fix
  • Loading branch information
dkohlbre committed Apr 29, 2019
1 parent 73fe930 commit fff96eb
Show file tree
Hide file tree
Showing 8 changed files with 2,756 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
- source ./source.sh
- travis_wait 120 make -j2
- travis_wait 10 ./scripts/travis.sh
- cd sdk; make clean; OPTIONS_FLAGS="" make
- cd ..
- make
- travis_wait 10 ./scripts/travis.sh
- cd riscv-qemu; git clean -fxd > /dev/null;git reset --hard > /dev/null;rm -rf .git;mv ../riscv-qemu-git .git;cd ..
- cd riscv-linux;git clean -fxd > /dev/null;git reset --hard > /dev/null;rm -rf .git;mv ../riscv-linux-git .git;cd ..
after_failure:
Expand Down
2 changes: 1 addition & 1 deletion buildroot
Submodule buildroot updated 9977 files
15 changes: 9 additions & 6 deletions hifive-conf/buildroot_initramfs_config
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
BR2_riscv64=y
BR2_riscv=y
BR2_riscv=y
BR2_RISCV_64=y
BR2_RISCV_g=y
BR2_RISCV_ABI_LP64D=y
BR2_JLEVEL=2
BR2_ROOTFS_POST_BUILD_SCRIPT="board/keystone/br_copy_bins.sh"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_PATH="$(RISCV)"
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="$(ARCH)-unknown-linux-gnu"
BR2_TOOLCHAIN_EXTERNAL_GCC_7=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_6=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_13=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
BR2_TOOLCHAIN_EXTERNAL_INET_RPC=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
BR2_TARGET_GENERIC_ROOT_PASSWD="sifive"
BR2_SYSTEM_DHCP="eth0"
BR2_PACKAGE_DHRYSTONE=y
BR2_PACKAGE_LMBENCH=y
BR2_PACKAGE_E2FSPROGS=y
BR2_PACKAGE_MTD=y
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
BR2_PACKAGE_BASH=y
BR2_PACKAGE_STRACE=y
# BR2_PACKAGE_MTD_NANDDUMP is not set
# BR2_PACKAGE_MTD_NANDTEST is not set
# BR2_PACKAGE_MTD_NANDWRITE is not set
Expand All @@ -38,4 +42,3 @@ BR2_PACKAGE_PCIUTILS=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_SCREEN=y
BR2_PACKAGE_HTOP=y
BR2_PACKAGE_HOST_MKE2IMG=y

0 comments on commit fff96eb

Please sign in to comment.