* Checksum for barebox
@ 2013-09-16 19:15 Fabio Estevam
2013-09-16 19:35 ` Eric Bénard
0 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2013-09-16 19:15 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
Hi,
Does anyone know what is the correct way to silence this warning?
bitbake core-image-minimal
WARNING: Unable to get checksum for barebox SRC_URI entry defconfig:
file could not be found
Thanks,
Fabio Estevam
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Checksum for barebox
2013-09-16 19:15 Checksum for barebox Fabio Estevam
@ 2013-09-16 19:35 ` Eric Bénard
2013-09-16 20:15 ` Fabio Estevam
0 siblings, 1 reply; 9+ messages in thread
From: Eric Bénard @ 2013-09-16 19:35 UTC (permalink / raw)
To: meta-freescale
Hi Fabio,
Le Mon, 16 Sep 2013 16:15:51 -0300,
Fabio Estevam <festevam@gmail.com> a écrit :
> Hi,
>
> Does anyone know what is the correct way to silence this warning?
>
> bitbake core-image-minimal
> WARNING: Unable to get checksum for barebox SRC_URI entry defconfig:
> file could not be found
>
add COMPATIBLE_MACHINE = "the_machine_supported_by_the_recipe"
as it was done in 2012.02.0
Eric
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Checksum for barebox
2013-09-16 19:35 ` Eric Bénard
@ 2013-09-16 20:15 ` Fabio Estevam
2013-09-16 20:34 ` Eric Bénard
0 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2013-09-16 20:15 UTC (permalink / raw)
To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org
Hi Eric,
On Mon, Sep 16, 2013 at 4:35 PM, Eric Bénard <eric@eukrea.com> wrote:
> add COMPATIBLE_MACHINE = "the_machine_supported_by_the_recipe"
> as it was done in 2012.02.0
Like this?
--- a/recipes-bsp/barebox/barebox_2013.08.0.bb
+++ b/recipes-bsp/barebox/barebox_2013.08.0.bb
@@ -6,3 +6,5 @@ SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \
SRC_URI[md5sum] = "a61b97a2fedebc808d4b182c2ca18a0c"
SRC_URI[sha256sum] = "d9e46dd3c68b04ab4cbc37135dc34907dbebef393da4b3e54abb203c2
+COMPATIBLE_MACHINE = "imx53qsb"
+
Thanks,
Fabio Estevam
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: Checksum for barebox
2013-09-16 20:15 ` Fabio Estevam
@ 2013-09-16 20:34 ` Eric Bénard
2013-09-16 21:47 ` Fabio Estevam
2013-09-17 13:32 ` Otavio Salvador
0 siblings, 2 replies; 9+ messages in thread
From: Eric Bénard @ 2013-09-16 20:34 UTC (permalink / raw)
To: Fabio Estevam; +Cc: meta-freescale@yoctoproject.org
Hi Fabio,
Le Mon, 16 Sep 2013 17:15:01 -0300,
Fabio Estevam <festevam@gmail.com> a écrit :
> On Mon, Sep 16, 2013 at 4:35 PM, Eric Bénard <eric@eukrea.com> wrote:
>
> > add COMPATIBLE_MACHINE = "the_machine_supported_by_the_recipe"
> > as it was done in 2012.02.0
>
> Like this?
>
> --- a/recipes-bsp/barebox/barebox_2013.08.0.bb
> +++ b/recipes-bsp/barebox/barebox_2013.08.0.bb
> @@ -6,3 +6,5 @@ SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \
> SRC_URI[md5sum] = "a61b97a2fedebc808d4b182c2ca18a0c"
> SRC_URI[sha256sum] = "d9e46dd3c68b04ab4cbc37135dc34907dbebef393da4b3e54abb203c2
>
> +COMPATIBLE_MACHINE = "imx53qsb"
> +
>
no because imx53qsb is no more supported (yet) so the message will
still appear when building for imx53qsb.
If you add COMPATIBLE_MACHINE = "Invalid!"
that will remove the message and people using bbappend can override
COMPATIBLE_MACHINE_theirmachine = "theirmachine" in their bbappend.
BTW, I've started again working on bringing back barebox to
meta-fsl-arm for i.MX28, 53 and 6 but that won't make it for this
release.
Eric
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: Checksum for barebox
2013-09-16 20:34 ` Eric Bénard
@ 2013-09-16 21:47 ` Fabio Estevam
2013-09-17 7:30 ` Alexandre Belloni
2013-09-17 13:32 ` Otavio Salvador
1 sibling, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2013-09-16 21:47 UTC (permalink / raw)
To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org
Hi Eric,
On Mon, Sep 16, 2013 at 5:34 PM, Eric Bénard <eric@eukrea.com> wrote:
> no because imx53qsb is no more supported (yet) so the message will
> still appear when building for imx53qsb.
>
> If you add COMPATIBLE_MACHINE = "Invalid!"
Ok, understood.
Will submit a patch for this tomorrow.
Thanks,
Fabio Estevam
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Checksum for barebox
2013-09-16 21:47 ` Fabio Estevam
@ 2013-09-17 7:30 ` Alexandre Belloni
2013-09-17 8:44 ` Eric Bénard
0 siblings, 1 reply; 9+ messages in thread
From: Alexandre Belloni @ 2013-09-17 7:30 UTC (permalink / raw)
To: Fabio Estevam; +Cc: meta-freescale@yoctoproject.org
Hi,
On 16/09/2013 23:47, Fabio Estevam wrote:
> Hi Eric,
>
> On Mon, Sep 16, 2013 at 5:34 PM, Eric Bénard <eric@eukrea.com> wrote:
>
>> no because imx53qsb is no more supported (yet) so the message will
>> still appear when building for imx53qsb.
>>
>> If you add COMPATIBLE_MACHINE = "Invalid!"
> Ok, understood.
>
> Will submit a patch for this tomorrow.
While you are at it, could you fix that one too ?
WARNING: Unable to get checksum for linux-imx SRC_URI entry defconfig:
file could not be found
Thanks!
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Checksum for barebox
2013-09-17 7:30 ` Alexandre Belloni
@ 2013-09-17 8:44 ` Eric Bénard
0 siblings, 0 replies; 9+ messages in thread
From: Eric Bénard @ 2013-09-17 8:44 UTC (permalink / raw)
To: Alexandre Belloni; +Cc: meta-freescale@yoctoproject.org
Hi Alexandre,
Le Tue, 17 Sep 2013 09:30:06 +0200,
Alexandre Belloni <alexandre.belloni@free-electrons.com> a écrit :
> On 16/09/2013 23:47, Fabio Estevam wrote:
> > On Mon, Sep 16, 2013 at 5:34 PM, Eric Bénard <eric@eukrea.com> wrote:
> >> no because imx53qsb is no more supported (yet) so the message will
> >> still appear when building for imx53qsb.
> >>
> >> If you add COMPATIBLE_MACHINE = "Invalid!"
> > Ok, understood.
> >
> > Will submit a patch for this tomorrow.
>
> While you are at it, could you fix that one too ?
>
> WARNING: Unable to get checksum for linux-imx SRC_URI entry defconfig:
> file could not be found
>
that seems to be caused by your machine being an mx28 (so
linux-imx_2.6.35 is compatible with your machine) but not using
linux-imx so that can't be fixed in meta-fsl-arm.
Eric
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Checksum for barebox
2013-09-16 20:34 ` Eric Bénard
2013-09-16 21:47 ` Fabio Estevam
@ 2013-09-17 13:32 ` Otavio Salvador
2013-09-17 13:34 ` Eric Bénard
1 sibling, 1 reply; 9+ messages in thread
From: Otavio Salvador @ 2013-09-17 13:32 UTC (permalink / raw)
To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org
On Mon, Sep 16, 2013 at 5:34 PM, Eric Bénard <eric@eukrea.com> wrote:
> Hi Fabio,
>
> Le Mon, 16 Sep 2013 17:15:01 -0300,
> Fabio Estevam <festevam@gmail.com> a écrit :
>> On Mon, Sep 16, 2013 at 4:35 PM, Eric Bénard <eric@eukrea.com> wrote:
>>
>> > add COMPATIBLE_MACHINE = "the_machine_supported_by_the_recipe"
>> > as it was done in 2012.02.0
>>
>> Like this?
>>
>> --- a/recipes-bsp/barebox/barebox_2013.08.0.bb
>> +++ b/recipes-bsp/barebox/barebox_2013.08.0.bb
>> @@ -6,3 +6,5 @@ SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \
>> SRC_URI[md5sum] = "a61b97a2fedebc808d4b182c2ca18a0c"
>> SRC_URI[sha256sum] = "d9e46dd3c68b04ab4cbc37135dc34907dbebef393da4b3e54abb203c2
>>
>> +COMPATIBLE_MACHINE = "imx53qsb"
>> +
>>
> no because imx53qsb is no more supported (yet) so the message will
> still appear when building for imx53qsb.
>
> If you add COMPATIBLE_MACHINE = "Invalid!"
> that will remove the message and people using bbappend can override
> COMPATIBLE_MACHINE_theirmachine = "theirmachine" in their bbappend.
Agreed.
> BTW, I've started again working on bringing back barebox to
> meta-fsl-arm for i.MX28, 53 and 6 but that won't make it for this
> release.
If you can get it done I think we could get it merged; this is safe
enough to get merged.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: Checksum for barebox
2013-09-17 13:32 ` Otavio Salvador
@ 2013-09-17 13:34 ` Eric Bénard
0 siblings, 0 replies; 9+ messages in thread
From: Eric Bénard @ 2013-09-17 13:34 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
Hi Otavio,
Le Tue, 17 Sep 2013 10:32:56 -0300,
Otavio Salvador <otavio@ossystems.com.br> a écrit :
> > BTW, I've started again working on bringing back barebox to
> > meta-fsl-arm for i.MX28, 53 and 6 but that won't make it for this
> > release.
>
> If you can get it done I think we could get it merged; this is safe
> enough to get merged.
>
then I'll try to accelerate and to send patches by next week ;-)
Eric
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-09-17 13:34 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-16 19:15 Checksum for barebox Fabio Estevam
2013-09-16 19:35 ` Eric Bénard
2013-09-16 20:15 ` Fabio Estevam
2013-09-16 20:34 ` Eric Bénard
2013-09-16 21:47 ` Fabio Estevam
2013-09-17 7:30 ` Alexandre Belloni
2013-09-17 8:44 ` Eric Bénard
2013-09-17 13:32 ` Otavio Salvador
2013-09-17 13:34 ` Eric Bénard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.