Skip to content

Commit 4b760d7

Browse files
committed
rootfs: rename used host tools
One might want to add these tools to the target rootfs. To prevent any collisions, use a dedicated alias for the tools.
1 parent 6a6c1ac commit 4b760d7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

classes/rootfs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ depends:
3030
target-toolchain: host-compat-toolchain
3131
use: [tools]
3232
depends:
33-
- kernel::kmod
34-
- utils::brtools
33+
- name: kernel::kmod
34+
alias: kernel::kmod+host
35+
- name: utils::brtools
36+
alias: utils::brtools+host
3537

3638
buildToolsWeak: [kmod, brtools]
3739
buildVars: [CONFIG_HOSTNAME, CONFIG_TZ, CONFIG_ROOT_PW, CONFIG_ROOT_PW_SALT]

0 commit comments

Comments
 (0)