Skip to content

Commit

Permalink
meta-nuvoton: add new layer and conf for npcm845
Browse files Browse the repository at this point in the history
For features and configurations of npcm845 in OpenBMC.

Tested: build pass and boot successfully.

Signed-off-by: Tim Lee <[email protected]>
Change-Id: I567a6ef62acae992b4e888a4a0d5f90828939c79
  • Loading branch information
timlee66 committed Nov 16, 2023
1 parent 4a2d35f commit 343bce9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions meta-nuvoton/meta-evb-npcm845/conf/layer.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"

LAYERSERIES_COMPAT_evb-npcm845 = "langdale mickledore"

0 comments on commit 343bce9

Please sign in to comment.