update recipe to use workspace as root dir
This commit is contained in:
@@ -24,7 +24,7 @@ buildroot: buildroot.config
|
||||
$(MAKE) $(BR_ENV) -C $(BR_PROJECT)/../../bsp/buildroot/ $(BR_TARGET)
|
||||
|
||||
buildroot.shell: buildroot.config
|
||||
$(MAKE) $(BR_ENV) -C $(BR_PROJECT)/../../bsp/buildroot/ dirs outputmakefile
|
||||
$(MAKE) $(BR_ENV) -C $(BR_PROJECT)/../../bsp/buildroot/ outputmakefile
|
||||
$(eval export $(BR_ENV))
|
||||
cd $(BR_STAGING)/buildroot/; $(BR_ENV) bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user