Wind River Support Network

HomeDefectsLIN1021-114
Fixed

LIN1021-114 : Failed to launch the menuconfig of linux-yocto after an exported shell function

Created: May 17, 2021    Updated: Sep 5, 2021
Resolved Date: Sep 5, 2021
Found In Version: 10.21.20.1
Fix Version: 10.21.20.4
Severity: Standard
Applicable for: Wind River Linux LTS 21
Component/s: Build & Config, Kernel

Description

$ setup.sh --machines=nxp-imx8 --dl-layers --accept-eula=yes && source environment-setup-x86_64-wrlinuxsdk-linux && source oe-init-build-env build

$

{ echo foobar }

$ export -f foobar

$ bitbake -c menuconfig linux-yocto

Can not launch menucofig
 WARNING: exit code 2 from a shell command.

Steps to Reproduce

 $ setup.sh --machines=nxp-imx8 --dl-layers --accept-eula=yes && source environment-setup-x86_64-wrlinuxsdk-linux && source oe-init-build-env build

$ function foobar
{
    echo foobar
}

$ export -f foobar

$ bitbake -c menuconfig linux-yocto
Live chat
Online