The imx6qsabreauto configuration file is referencing meta-freescale-3rdparty and meta-freescale-distro ([AGL/meta-agl.git]/templates/machine/imx6qsabreauto/40_bblayers.conf.inc) while the AGL repo manifest file includes only the meta-freescale layer from git.yoctoproject.org. You can try to remove these two layers from the configuration file. Here is the patch to do so. diff --git a/templates/machine/imx6qsabreauto/40_bblayers.conf.inc b/templates/machine/imx6qsabreauto/40_bblayers.conf.inc index f091449..7790065 100644 --- a/templates/machine/imx6qsabreauto/40_bblayers.conf.inc +++ b/templates/machine/imx6qsabreauto/40_bblayers.conf.inc @@ -2,6 +2,4 @@ # recognized by meta-freescale/dynamic-layers BBLAYERS =+ "\ ${METADIR}/meta-freescale \ - ${METADIR}/meta-freescale-3rdparty \ - ${METADIR}/meta-freescale-distro \ " On Thu, Mar 21, 2019 at 12:24 PM QiaoHao(乔浩) <qiaohao@xxxxxxxxxxxxxxxx> wrote: > > Hi > > > > I’m new to AGL&yocto; > > > > Now, I want to build the [agl-cluster-demo-platform] to run on my imx6qsabreauto board with the command lines below: > > > > # source meta-agl/scripts/aglsetup.sh -m imx6qsabreauto agl-cluster-demo agl-netboot agl-appfw-smack > > # bitbake agl-cluster-demo-platform > > (Among that I also accept the EULA) > > > > But, I got these error: > > > > #ERROR: Unable to start bitbake server > > #ERROR: Server log for this session (/home/psdcd/workspace_agl/agl-guppy-7.0.0/build/bitbake-cookerdaemon.log): > > #--- Starting bitbake server pid 8355 at 2019-03-21 17:43:34.421229 --- > > #ERROR: Layer directory '/home/psdcd/workspace_agl/agl-guppy-7.0.0/meta-freescale-3rdparty' does not exist! Please check BBLAYERS in /home/psdcd/workspace_agl/agl-guppy-7.0.0/build/conf/bblayers.conf > > > > I found that since AGL 6.x [meta-freescale-3rdparty] and [meta-freescale-distro] have already been removed. > > > > Just for a workaround, I copied AGL 5.x’s recipes to AGL 7.x, but that not worked > > #ERROR: ParseError at /home/psdcd/workspace_agl/agl-guppy-7.0.0/meta-agl/meta-agl-distro/conf/distro/poky-agl.conf:139: Could not include required file conf/distro/include/INVALID-tune.inc > > > > That seems [imx6qsabreauto] is defined as INVALID TARGET TYPE. > > > > I have referred to the link below, but nothing useful was found. > > https://wiki.automotivelinux.org/agl-distro > > > > Does anyone meet this problem before? Any advice or help will be appreciated. > > > > Best Regards. > > _______________________________________________ > automotive-discussions mailing list > automotive-discussions@xxxxxxxxxxxxxxxxxxxxxxxxx > https://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions _______________________________________________ automotive-discussions mailing list automotive-discussions@xxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions