Skip to content

Commit 59f345a

Browse files
committed
Install cargo-bitbake in dev environment.
Using `cargo bitbake` it is possible to generate a Bitbake recipe.
1 parent 4848750 commit 59f345a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile-devel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apt-get update && \
1313

1414
RUN rustup target add armv5te-unknown-linux-gnueabi
1515
RUN rustup target add arm-unknown-linux-gnueabihf
16+
RUN cargo install cargo-bitbake
1617

1718
RUN echo '[target.armv5te-unknown-linux-gnueabi]\n\
1819
linker = "arm-linux-gnueabi-gcc"\n\

0 commit comments

Comments
 (0)