Skip to content

Commit

Permalink
feat(yocto): add qemuarm and qemuarm64 machines
Browse files Browse the repository at this point in the history
  • Loading branch information
nikAizuddin committed Jun 6, 2023
1 parent 063f212 commit 9749a8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/yocto/build/conf/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ INIT_MANAGER = "systemd"
# Multiconfig build
#
BBMULTICONFIG = "\
qemuarm \
qemuarm64 \
raspberrypi0-wifi \
raspberrypi0-2w-64 \
raspberrypi3-64 \
Expand Down
1 change: 1 addition & 0 deletions project/yocto/build/conf/multiconfig/qemuarm.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MACHINE = "qemuarm"
1 change: 1 addition & 0 deletions project/yocto/build/conf/multiconfig/qemuarm64.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MACHINE = "qemuarm64"

0 comments on commit 9749a8f

Please sign in to comment.