[meta-freescale] Sanity check please...

Otavio Salvador otavio at ossystems.com.br
Mon Jul 8 17:09:07 PDT 2013


On Mon, Jul 8, 2013 at 6:20 PM, Chris Tapp <opensource at keylevel.com> wrote:
> I'm trying to build for the wandboard-quad from meta-fsl-arm-extras, so I've updated and switched to master-next by running:
>
>    git checkout master-next
>    git fetch origin
>    git pull
>
> for "poky", "meta-fsl-arm" and "meta-fsl-arm-extras".

I'd use:

git checkout -b master-next origin/master-next
git fetch origin
git rebase origin/master-next

> However, if I try and build I get:
>
> ERROR: No recipes available for:
>   /media/SSD-RAID/meta-fsl-arm-git/recipes-qt/qt4/qt4-embedded_4.8.5.bbappend
>   /media/SSD-RAID/meta-fsl-arm-git/recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend
> ERROR: Command execution failed: Exited with 1

It was my fault. I did not resend the master-next after fixing the Qt
bbappend files. I just did it now.

> So, I thought I should try master instead of master-next (not for meta-fsl-arm-extras as I need the quad machine), but then the kernel fails to build with:
>
> | arch/arm/mach-mx6/built-in.o: In function `wand_sata_init':
> | :(.text+0x102ac): undefined reference to `sata_init'
> | arch/arm/mach-mx6/built-in.o: In function `wand_board_init':
> | :(.init.text+0x2424): undefined reference to `imx6q_ahci_data'
> | :(.init.text+0x30f8): undefined reference to `imx_add_ahci'
> | make: *** [.tmp_vmlinux1] Error 1

Yes;  I think it lackes a defconfig fix.

I am using John's Linux kernel for testing and I got it building fine.
I hadn't an opportunity to boot it yet (I am finishing a customer BSP
based on dylan) but you can give it a try.

> There is a sample Yocto image on wandboard.org (http://www.wandboard.org/index.php/downloads), so I know it builds.

Right but its source is not merged and neither public (bad).

> What am I doing wrong? I suspect it's just down to my poor git skills ;-)

We both were wrong ;)

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750



More information about the meta-freescale mailing list