TCF: specify ARCH when creating initconfig
Fix "TCF: especify ARCH when building" missed feeding ARCH to the initconfig phase, that some projects require. Change-Id: Ie44c9056d2d44198abbac6aeb6e0df05aff4dc36 Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
8dac292b9d
commit
4562b77295
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
||||||
#
|
#
|
||||||
# ^build \
|
# ^build \
|
||||||
# make -j -C %(srcdir)s/ %(extra_args)s \
|
# make -j -C %(srcdir)s/ %(extra_args)s \
|
||||||
# BOARD=%(board)s O=outdir-%(tchash)s-%(board)s \
|
# BOARD=%(board)s ARCH=%(bsp)s O=outdir-%(tchash)s-%(board)s \
|
||||||
# initconfig
|
# initconfig
|
||||||
#
|
#
|
||||||
# Once we have the configuration generated, for Sanity Check test
|
# Once we have the configuration generated, for Sanity Check test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue