From 274e29bb98464ed03dc13eede48bec71aa5dca89 Mon Sep 17 00:00:00 2001 From: Kotaro Hashimoto Date: Thu, 30 Nov 2017 11:10:09 +0900 Subject: Fix Linux Kernel fragment for netboot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previous change caused issue of missing nbd.cfg at bitbaking for non-netboot environment. This patch fix netboot setting. (*)https://gerrit.automotivelinux.org/gerrit/#/c/12063/ Change-Id: I61a9e2ac9aecc98b6a379c4587a025710aaebfbb Signed-off-by: Kotaro Hashimoto Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12217 Reviewed-by: Thomas Rini Reviewed-by: Stéphane Desneux Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- meta-agl-bsp/recipes-kernel/linux/linux-agl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc b/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc index 2c8dab4ad..b9d199c45 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc +++ b/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc @@ -46,7 +46,7 @@ KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/btusb.cfg" # Enable required features for the agl-netboot feature SRC_URI_append_netboot = " file://nbd.cfg \ file://ramdisk.cfg" -KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/nbd.cfg ${WORKDIR}/ramdisk.cfg" +KERNEL_CONFIG_FRAGMENTS_append_netboot = " ${WORKDIR}/nbd.cfg ${WORKDIR}/ramdisk.cfg" # Enable support for TP-Link TL-W722N USB Wifi adapter SRC_URI_append = " file://ath9k_htc.cfg" -- cgit 1.2.3-korg