Skip to content

Commit

Permalink
Merge pull request #54 from leenaS-d/main
Browse files Browse the repository at this point in the history
RDKVREFPLT-3009: Add kirkstone distro and update machine overrides
  • Loading branch information
arun-madhavan-013 authored Aug 26, 2024
2 parents 03957c6 + 6879725 commit 885926d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ BBFILE_PATTERN_raspberrypi4 = "^${LAYERDIR}/"
BBFILE_PRIORITY_raspberrypi4 = "6"

LAYERDEPENDS_raspberrypi4 = "core"
LAYERSERIES_COMPAT_raspberrypi4 = "dunfell"
LAYERSERIES_COMPAT_raspberrypi4 = "kirkstone"
4 changes: 2 additions & 2 deletions conf/machine/include/product.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ TCLIBCAPPEND = ""
#MACHINEOVERRIDES .= ":arm"

# This override is needed for systemd 2.30 patches to get applied. Refer RDKCentral jira RDKE-12
MACHINEOVERRIDES .= ":dunfell"
DISTRO_FEATURES_append = " dunfell"
MACHINEOVERRIDES .= ":kirkstone"
DISTRO_FEATURES_append = " kirkstone"

require conf/multilib.conf
MULTILIBS = "multilib:lib32"
Expand Down

0 comments on commit 885926d

Please sign in to comment.