Skip to content

Commit

Permalink
debug more
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 13, 2024
1 parent 51af65e commit 9065864
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 5 additions & 5 deletions external/buildroot/configs/cvitek_CV181X_musl_riscv64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,11 @@ BR2_PACKAGE_LIVE555=y
#
# Interpreter languages and scripting
#
BR2_PACKAGE_NODEJS_ARCH_SUPPORTS=y
BR2_PACKAGE_NODEJS=y
BR2_PACKAGE_NODEJS_NPM=y
BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL="[email protected]"
BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL_DEPS=""
# BR2_PACKAGE_NODEJS_ARCH_SUPPORTS=y
# BR2_PACKAGE_NODEJS=y
# BR2_PACKAGE_NODEJS_NPM=y
# BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL="[email protected]"
# BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL_DEPS=""

BR2_PACKAGE_PYTHON3=y
BR2_PACKAGE_PYTHON3_PY_PYC=y
Expand Down
7 changes: 7 additions & 0 deletions external/buildroot/package/openhd/openhd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,12 @@ OPENHD_CONF_OPTS = \
-DPCAP_LIBRARY=$(STAGING_DIR)/usr/lib/libpcap.so \
-DPCAP_INCLUDE_DIR=$(STAGING_DIR)/usr/include

# Print the staging directory
$(info The Staging Directory is: $(STAGING_DIR))

# List all files in the staging directory
$(info Listing all files in the staging directory:)
$(shell find $(STAGING_DIR) -type f | xargs -I {} echo {})

# Use Buildroot's CMake package infrastructure to handle the build
$(eval $(cmake-package))

0 comments on commit 9065864

Please sign in to comment.