Skip to content

Commit

Permalink
layer.conf: Move specific changes for Raspberry Pi and Freescale to d…
Browse files Browse the repository at this point in the history
…ynamic-layer

- Introduced BBFILES_DYNAMIC entries in layer.conf to support dynamic layers
  for Raspberry Pi and Freescale platforms.
- Moved recipes and configurations to respective dynamic-layer directories:
  - Freescale-related kernel recipes and configs moved to `dynamic-layers/freescale-layer`.
  - Raspberry Pi kernel and bootfiles recipes relocated to `dynamic-layers/raspberrypi`.

Change-type: minor
  • Loading branch information
psaavedra committed Jan 22, 2025
1 parent 40dbebd commit 3f07fd0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ BBFILES += " \
${LAYERDIR}/recipes-*/*/*.bbappend \
"

BBFILES_DYNAMIC += " \
raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \
raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bbappend \
freescale-layer:${LAYERDIR}/dynamic-layers/freescale-layer/*/*/*.bb \
freescale-layer:${LAYERDIR}/dynamic-layers/freescale-layer/*/*/*.bbappend \
"

BBFILE_COLLECTIONS += "wpeimage"
BBFILE_PATTERN_wpeimage := "^${LAYERDIR}/"
BBFILE_PRIORITY_wpeimage = "10"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_INPUT_UINPUT=y

0 comments on commit 3f07fd0

Please sign in to comment.