gemini: fix parallel build
authorMathias Kresin <dev@kresin.me>
Wed, 16 Jan 2019 20:57:53 +0000 (21:57 +0100)
committerMathias Kresin <dev@kresin.me>
Sat, 26 Jan 2019 14:23:36 +0000 (15:23 +0100)
commitec0d58ede42e5c8d9829933dd98265e452b7c63d
treefab885a3bb11d16ff17c969faad8cf4bcad6ca58
parent650df59e8a541e56b854ca03495c29db2f7cb846
gemini: fix parallel build

Due to the missing PROFILES all images are build, regardless of the
selected (or currently processed in case of a multi profile build).

Because of the race condition builds with eight parallel jobs fail,
which can be seen on the build bots as well.

Add the PROFILES variable for now, till the root cause is identified.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/gemini/image/Makefile