kumquat-buildroot/support/testing
Romain Naour b1e4404c04 support/testing: test_systemd.py: add linux fragment to enable CONFIG_BINFMT_MISC
While investigating [1] one units failed due to missing kernel option
CONFIG_BINFMT_MISC needed by "proc-sys-fs-binfmt_misc.mount" service.

It's because the kernel support autofs4 but not MISC binaries.

Since the systemd test infra use the default defconfig (vexpress),
we need to provide a linux fragment to enable CONFIG_BINFMT_MISC.

[1] https://gitlab.com/buildroot.org/buildroot/-/jobs/454255917

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
[yann.morin.1998@free.fr:
  - move the kernel config with the others in conf/
]
Tested-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-03-01 18:43:42 +01:00
..
conf support/testing: test_systemd.py: add linux fragment to enable CONFIG_BINFMT_MISC 2020-03-01 18:43:42 +01:00
infra support/testing: basetest.py: fix code style 2019-11-25 21:40:52 +01:00
tests support/testing: test_systemd.py: add linux fragment to enable CONFIG_BINFMT_MISC 2020-03-01 18:43:42 +01:00
run-tests support/run-tests: reorder imports 2020-02-17 10:13:08 +01:00