Please find the steps I've done:
==============================
> mkdir -p my-project
> cd my-project
> git clone --branch WRLINUX_9_LTS_CVE \
https://windshare.windriver.co
> ./wrlinux-9/setup.sh --machines qemux86-64
> echo "Obtainin the required information for STEP 2 at[Enabling Unsupported Packages with PNWHITELIST]"
> cat ./layers/meta-openembedded/met
>> BBFILE_COLLECTIONS += "openembedded-layer"
> source oe-init-build-env
> echo "PNBLACKLIST[flashrom] = \"\"" >> ./conf/local.conf
> echo "PNWHITELIST_openembedded-laye
> bitbake wrlinux-image-glibc-small
Please, consider this steps as a guide, not as a script.
==============================
The explanation is:
1. Create the project
2. Find the collection name in the layer configuration file
3. Initialize your project "source oe-init-build-env"
4. Edit your local.conf file with the desired information to unset the blacklist and add the desired package to the whitelist.
No comments:
Post a Comment