Skip to content

Commit

Permalink
Merge pull request #2000 from Freescale/backport-1996-to-scarthgap
Browse files Browse the repository at this point in the history
[Backport scarthgap] imx-system-manager: use `MACHINE_ARCH` as `PACKAGE_ARCH`
  • Loading branch information
otavio authored Oct 25, 2024
2 parents 479b666 + cabb62d commit 2d0bd1a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ PROVIDES += "virtual/imx-system-manager"

inherit deploy

PACKAGE_ARCH = "${MACHINE_ARCH}"

# Set monitor mode for none, one, or two
PACKAGECONFIG[m0] = "M=0,,,,,m1 m2"
PACKAGECONFIG[m1] = ",,,,,m0 m2"
Expand Down

0 comments on commit 2d0bd1a

Please sign in to comment.