https://knowledge.windriver.com/en-us/000_Products/000/010/040/030/000_Wind_River_Linux_Platform_Developer's_Guide%2C_8.0/060/0A0/010 /opt/installs/wrlinux8/wrlinux-8/wrlinux/configure --enable-board=qemux86-64 --enable-kernel=standard --enable-rootfs=glibc_std --with-custom-distro=distroName The following error appears: --with-custom-distro can not be used with --with-distro or --enable-distro In wrlinux 7, this option outputs the following: ERROR: --with-custom-distro has been replaced by --with-distro. If you use --with-distro, the behaviour is the one expected with using "--with-custom-distro". However, this is not the case for wrlinux 8. ( DISTRO 'distroName' not found. Please set a valid DISTRO in your local.conf )
https://knowledge.windriver.com/en-us/000_Products/000/010/040/030/000_Wind_River_Linux_Platform_Developer's_Guide%2C_8.0/060/0A0/010 1. /opt/installs/wrlinux8/wrlinux-8/wrlinux/configure --enable-board=qemux86-64 --enable-kernel=standard --enable-rootfs=glibc_std --with-custom-distro=distroName 2. According to the manual, "a custom distro configuration file with the name you specified as distroName.conf is created in the projectDir/layers/local/conf/distro directory. " 3. The following error appears instead: --with-custom-distro can not be used with --with-distro or --enable-distro