<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace;font-size:small">Hi Daiane,<br><br></div><div class="gmail_default" style="font-family:monospace,monospace;font-size:small">I need to set UBOOT_MAKE_TARGET to all, it doesn't call the all target by default.<br><br></div><div class="gmail_default" style="font-family:monospace,monospace;font-size:small">I'll move UBOOT_MAKE_TARGET to machine conf file and send v4<br></div><div class="gmail_default" style="font-family:monospace,monospace;font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 13, 2016 at 9:59 AM, Daiane Angolini <span dir="ltr"><<a href="mailto:daiane.list@gmail.com" target="_blank">daiane.list@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Apr 13, 2016 at 9:16 AM, Fabio Berton<br>
<<a href="mailto:fabio.berton@ossystems.com.br">fabio.berton@ossystems.com.br</a>> wrote:<br>
> Signed-off-by: Fabio Berton <<a href="mailto:fabio.berton@ossystems.com.br">fabio.berton@ossystems.com.br</a>><br>
<span class=""><br>
> diff --git a/recipes-bsp/u-boot/<a href="http://u-boot-variscite_2013.10.bb" rel="noreferrer" target="_blank">u-boot-variscite_2013.10.bb</a> b/recipes-bsp/u-boot/<a href="http://u-boot-variscite_2013.10.bb" rel="noreferrer" target="_blank">u-boot-variscite_2013.10.bb</a><br>
> new file mode 100644<br>
> index 0000000..1c07058<br>
> --- /dev/null<br>
> +++ b/recipes-bsp/u-boot/<a href="http://u-boot-variscite_2013.10.bb" rel="noreferrer" target="_blank">u-boot-variscite_2013.10.bb</a><br>
> @@ -0,0 +1,28 @@<br>
> +require recipes-bsp/u-boot/u-boot.inc<br>
> +<br>
> +DESCRIPTION = "bootloader for imx platforms"<br>
<br>
</span>Please, change the DESCRIPTION. It's not "bootloader for imx<br>
platforms" as its target is only variscite boards.<br>
<br>
Take a look in the other u-boot recipes to get some inspirations to<br>
write this description.<br>
<span class=""><br>
> +LICENSE = "GPLv2+"<br>
> +LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"<br>
> +COMPATIBLE_MACHINE = "(mxs|mx6)"<br>
> +<br>
> +PROVIDES += "u-boot"<br>
> +<br>
> +UBOOT_MAKE_TARGET = "all"<br>
<br>
</span>I'm not sure you need or want to set UBOOT_MAKE_TARGET to all.<br>
u-boot-inc already set this with override possibility.<br>
<br>
For the other boards we use to define UBOOT_MAKE_TARGET in the machine<br>
conf file instead.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
> +UBOOT_SUFFIX = "img"<br>
> +<br>
> +SPL_BINARY = "SPL"<br>
> +<br>
> +SRCREV = "a2bb081c08f8e18cee3ffbf577adb9bdb7d5a6f9"<br>
> +SRCBRANCH = "imx_v2013.10_var4"<br>
> +<br>
> +SRC_URI = "\<br>
> +  Â  git://<a href="http://github.com/varigit/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" rel="noreferrer" target="_blank">github.com/varigit/uboot-imx.git;protocol=git;branch=${SRCBRANCH}</a> \<br>
> +  Â  file://u-boot-002-gcc5-use_gcc_inline_version_instead_c99.patch \<br>
> +  Â  file://0001-Add-linux-compiler-gcc5.h-to-fix-builds-with-gcc5.patch \<br>
> +  Â  file://0002-ARM-asm-io.h-use-static-inline.patch \<br>
> +  Â  file://0003-gcc5-no-unalligned-access.patch \<br>
> +"<br>
> +<br>
> +S = "${WORKDIR}/git"<br>
> +<br>
> +PACKAGE_ARCH = "${MACHINE_ARCH}"<br>
</div></div></blockquote></div><br></div>