Skip to content

Commit

Permalink
meta-freescale-distro: add necessary dependent layers for meta-freesc…
Browse files Browse the repository at this point in the history
…ale-distro

When parsing yocto project with command "bitbake -p", there is below
error reported:
layers/meta-freescale-distro/conf/distro/include/fslc-base.inc:1:
Could not include required file conf/distro/poky.conf
Because the necessary dependent layers of meta-freescale-distro
are not downloaded when setting up project, add them to avoid building
issue.

Signed-off-by: Meng Li <Meng.Li@windriver.com>
  • Loading branch information
limeng-linux committed Sep 5, 2023
1 parent b09c18a commit 6e3d556
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/layer.conf
Expand Up @@ -9,4 +9,6 @@ BBFILE_COLLECTIONS += "freescale-distro"
BBFILE_PATTERN_freescale-distro := "^${LAYERDIR}/"
BBFILE_PRIORITY_freescale-distro = "4"

LAYERDEPENDS_freescale-distro = "core yocto"

LAYERSERIES_COMPAT_freescale-distro = "langdale mickledore"

0 comments on commit 6e3d556

Please sign in to comment.