Update script to be able to build with the new buildroot.
This commit is contained in:
2
bsp/buildroot_external/external.desc
Normal file
2
bsp/buildroot_external/external.desc
Normal file
@@ -0,0 +1,2 @@
|
||||
name: DOMO
|
||||
desc: Domo br2-external tree
|
||||
@@ -12,7 +12,7 @@ buildroot.menuconfig: buildroot.config
|
||||
fi
|
||||
|
||||
buildroot: buildroot.config
|
||||
$(MAKE) $(BR_ENV) -C $(BR_PROJECT)/../../bsp/buildroot/
|
||||
$(MAKE) LD_LIBRARY_PATH=$(BR_STAGING)/cross/opt/ext-toolchain/lib/ $(BR_ENV) -C $(BR_PROJECT)/../../bsp/buildroot/
|
||||
|
||||
buildroot.shell: buildroot.config
|
||||
$(eval export $(BR_ENV))
|
||||
|
||||
@@ -21,3 +21,5 @@ endif
|
||||
export BUILD_TYPE
|
||||
export BR_LOCAL_BUILDS_ROOT ?= $(BR_PROJECT)/../../_builds
|
||||
export BR_STAGING ?= $(BR_LOCAL_BUILDS_ROOT)/$(BR_PROJECT_NAME)$(BUILD_DIR)/
|
||||
|
||||
unexport DEBUG
|
||||
|
||||
Reference in New Issue
Block a user