update recipe to use workspace as root dir

This commit is contained in:
NADAL Jean-Baptiste
2019-04-16 18:02:08 +02:00
parent c7be80baf3
commit 3cdd67a4f2
14 changed files with 13 additions and 71 deletions

View File

@@ -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