Skip to content
Snippets Groups Projects
Commit 8c6ed455 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

basesdk: Fix build, depend on devroot


Just like the full SDK, the base SDK image ships the `armhf` devroot
out-of-the-box, so it needs to depend on it.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent d5ffee63
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,10 @@ def architectures = [
image: true,
sysroot: false,
ostree: false,
requires: [
armhf: 'devroot',
]
]
]
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment