[linux-yocto] Failed to launch the menuconfig after an exported shell function

2021-01-22 Thread Zhang, Qiang
Hello Bruce richard.purdie I want to ask for your help, when enter the following command: foobar() { echo "foobar"; } export -f foobar bitbake -c menuconfig linux-yocto the error occur, not launch menuconfig 0: linux-yocto-5.4.x+gitAUTOINC+d676bf5ff7_1b10854a10-r0 do_menuconfig - 0s (pid 639

[linux-yocto][yocto-kernel-cache][master/yocto-5.10/yoctoi-5.4][PATCH] bsp/intel-x86: don't override CONFIG_DRM_I915

2021-01-22 Thread Yongxin Liu
Intel-x86 BSP doesn't support kernel built-in firmware nor userspace firmware loading. Currently it only supports firmware loading through filesystem. Setting CONFIG_DRM_I915 to "y" will casue direct loading failure to all i915 firmware, since filesystem is not ready at that time. Signed-off-by: Y