Skip to content

Commit

Permalink
- adjusted bao makefile
Browse files Browse the repository at this point in the history
- added stress-ng to buildroot conf
- updated submodules
  • Loading branch information
xX7 committed Jan 27, 2023
1 parent 8e0d858 commit 1a0b55a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions bao.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ $(bao_cfg_repo):
$(bao_cfg_dest): | $(bao_cfg_repo)
cp -L $(bao_cfg) $(bao_cfg_dest)

$(bao_image): $(bao_cfg_dest) $(bao_src)
bao $(bao_image): $(bao_cfg_dest) $(bao_src)
$(MAKE) -C $(bao_src)\
PLATFORM=$(PLATFORM)\
CONFIG_REPO=$(bao_cfg_repo)\
CONFIG=$(bao_cfg_file) CONFIG_BUILTIN=y\
CPPFLAGS=-DIMG_PATH=$(imgPath)
cp $(bao_src)/bin/$(PLATFORM)/builtin-configs/$(bao_cfg_file)/bao.bin $(bao_image)

bao: $(bao_image)
cp $(bao_src)/bin/$(PLATFORM)/builtin-configs/$(bao_cfg_file)/bao.bin $(bao_image)
2 changes: 1 addition & 1 deletion configs/buildroot_aarch64.config
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ BR2_PACKAGE_PTM2HUMAN_ARCH_SUPPORTS=y
# BR2_PACKAGE_SPIDEV_TEST is not set
# BR2_PACKAGE_STRACE is not set
# BR2_PACKAGE_STRESS is not set
# BR2_PACKAGE_STRESS_NG is not set
BR2_PACKAGE_STRESS_NG=y

#
# sysdig needs a glibc or uclibc toolchain w/ C++, threads, gcc >= 4.8, dynamic library, a Linux kernel, and luajit or lua 5.1 to be built
Expand Down
2 changes: 1 addition & 1 deletion src/freertos
2 changes: 1 addition & 1 deletion src/freertos-neneco-hartstone

0 comments on commit 1a0b55a

Please sign in to comment.