Skip to content

Commit

Permalink
Reinstate all missing os-release fields
Browse files Browse the repository at this point in the history
These fields are read by Balena when registering a device in the cloud.
Balena depends on the default os-release.bb recipe which adds these
fields. Balena then appens their own fields to the list. However, the
Kontron BSP overrides the list of fields to include. Therefor, we
reinstate the missing ones in our meta-balena-kontron layer.
  • Loading branch information
Niels Avonds committed Sep 13, 2023
1 parent 5256c52 commit 895b8bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
OS_RELEASE_FIELDS:append = " PRETTY_NAME"
# Reinstate the fields present in Poky but not in meta-ked-bsp
OS_RELEASE_FIELDS:append = " PRETTY_NAME ID_LIKE VERSION_ID PRETTY_NAME DISTRO_CODENAME"

0 comments on commit 895b8bd

Please sign in to comment.