|
@@ -13,10 +13,11 @@ class InitSystemSystemdBase(InitSystemBase):
|
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.11.3"
|
|
|
BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
|
|
|
+ BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="{}"
|
|
|
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="vexpress-v2p-ca9"
|
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
|
|
- """
|
|
|
+ """.format(infra.filepath("conf/binfmt-misc-kernel-fragment.config"))
|
|
|
|
|
|
def check_init(self):
|
|
|
super(InitSystemSystemdBase, self).check_init("/lib/systemd/systemd")
|