Skip to content

Fix space-around-equal QA warnings#209

Merged
jlian merged 1 commit into
Azure:mainfrom
jlian:fix/space-around-equal-207
Jun 12, 2026
Merged

Fix space-around-equal QA warnings#209
jlian merged 1 commit into
Azure:mainfrom
jlian:fix/space-around-equal-207

Conversation

@jlian

@jlian jlian commented Jun 11, 2026

Copy link
Copy Markdown
Member

Summary

Fixes #207.

Adds whitespace around the assignment operators in the recipe .inc files so the Yocto / OpenEmbedded space-around-equal QA check no longer warns when building meta-iotedge.

These warnings were log noise only and did not affect builds, but newer bitbake/OpenEmbedded surfaces them and other layers keep their recipes clean of them.

Changes

19 assignment lines across 5 files:

  • recipes-core/aziot-edged/aziot-edged.inc
  • recipes-core/aziot-keys/aziot-keys.inc
  • recipes-core/aziotctl/aziotctl.inc
  • recipes-core/aziotd/aziotd.inc
  • recipes-core/iotedge/iotedge.inc

Two patterns fixed: export VAR="..." to export VAR = "...", and SRC_URI+= "..." to SRC_URI += "...". No functional change.

Validation

bitbake -p (parse only) in the Scarthgap devcontainer parses all recipes with 0 errors after the change.

Add whitespace around assignment operators in recipe .inc files to
clear the Yocto/OpenEmbedded space-around-equal QA warnings. These were
log noise only and did not affect builds.

Fixes Azure#207
@patheikkinen

Copy link
Copy Markdown

Looks good to me. Still, I'll run a test build in the name of paranoia. Will take a couple of hours.

@patheikkinen

Copy link
Copy Markdown

As expected, clean build with no warnings.

@jlian jlian requested a review from damonbarry June 12, 2026 20:36
@jlian jlian merged commit a38559b into Azure:main Jun 12, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Space-around-equal QA warnings from building

3 participants