From 1c5e1f26af6e8b91115b45630902381051468dfa Mon Sep 17 00:00:00 2001 From: Corentin Labbe Date: Fri, 12 Apr 2019 13:11:44 +0000 Subject: meta-intel: Support the upsquare board This patch adds the necessary CONFIG for booting the upsquare board. The upsquare have an R8169 ethernet card and need it built-in for the kernel DHCP autoconf to work. The upsquare need some MFD_INTEL configs to boot. The meta-intel miss some CONFIG necessary for LAVA and NBD to works. Bug-AGL: SPEC-2075 Change-Id: I990732c78b53ac591dde83f4e372b420ea558fa7 Signed-off-by: Corentin Labbe --- meta-agl-bsp/meta-intel/recipes-kernel/linux/files/lava.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-agl-bsp/meta-intel/recipes-kernel/linux/files/lava.cfg (limited to 'meta-agl-bsp/meta-intel/recipes-kernel/linux/files/lava.cfg') diff --git a/meta-agl-bsp/meta-intel/recipes-kernel/linux/files/lava.cfg b/meta-agl-bsp/meta-intel/recipes-kernel/linux/files/lava.cfg new file mode 100644 index 000000000..4dcf4036d --- /dev/null +++ b/meta-agl-bsp/meta-intel/recipes-kernel/linux/files/lava.cfg @@ -0,0 +1,3 @@ +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_NBD=y +CONFIG_BLK_DEV_INITRD=y -- cgit 1.2.3-korg