Skip to content

Commit

Permalink
linux-iot2050: Enable binfmt_misc
Browse files Browse the repository at this point in the history
systemd now tries to set up this by default, causing
systemd-binfmt.service to fail. Fixing it allows to run pre-compiled
python scripts e.g.

Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka authored and BaochengSu committed Jun 25, 2023
1 parent 74e2d88 commit 5a33de8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-kernel/linux/files/iot2050_defconfig_extra.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,5 @@ CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_ARM64=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=y

CONFIG_BINFMT_MISC=m

0 comments on commit 5a33de8

Please sign in to comment.