priv-kweihmann / oelint-adv

Advanced oelint
BSD 2-Clause "Simplified" License
56 stars 27 forks source link

Fix wording in README regarding 'bitbake core-image-minimal' #471

Closed het-masteen closed 10 months ago

het-masteen commented 10 months ago

Fix this issue :

bitbake core-image-minial -e | grep ^MACHINEOVERRIDES | tr ':' '\n' | jq -Rn  '{replacements:{ machines: [inputs]}}' > $LAYER_PATH/.oelint-custom-machines.json
ERROR: Nothing PROVIDES 'core-image-minial'. Close matches:
  core-image-minimal
  core-image-minimal-dev
  core-image-lsb
priv-kweihmann commented 10 months ago

@het-masteen thanks a lot for spotting this, will merge once the CI is done