All of lore.kernel.org
 help / color / mirror / Atom feed
* Build image for Nitrogen board fails -dylen branch-
@ 2013-08-19  8:00 Tarek El-Sherbiny
  2013-08-19 12:10 ` Otavio Salvador
  2013-08-19 13:57 ` Eric Nelson
  0 siblings, 2 replies; 6+ messages in thread
From: Tarek El-Sherbiny @ 2013-08-19  8:00 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 3120 bytes --]

Hi,

I'm trying the latest release for Nitrogen board and I want to build this
image:
$ bitbake fsl-image-fb

The build is failing in u-boot
 bitbake fsl-image-fb
Parsing recipes: 100%
|#################################################################################################################|
Time: 00:00:26
Parsing of 1303 .bb files complete (0 cached, 1303 parsed). 1671 targets,
138 skipped, 0 masked, 0 errors.

Build Configuration:
BB_VERSION        = "1.18.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "nitrogen6x"
DISTRO            = "poky"
DISTRO_VERSION    = "1.4.1"
TUNE_FEATURES     = "armv7a vfp neon"
TARGET_FPU        = "vfp-neon"
meta
meta-yocto        = "(nobranch):e4a0a4c5e419154a34710a1b6c28d4180c6304c3"
meta-oe           = "(nobranch):13ae5105ee30410136beeae66ec41ee4a8a2e2b0"
meta-fsl-arm      = "(nobranch):d31a4e85673874dbc6b42bb5d1e8496810c574cc"
meta-fsl-arm-extra = "(nobranch):5f5a9cfcad223f5a1c623346780510ffcdc012ab"
meta-fsl-demos    = "(nobranch):724cfb929748f47782dea3b1dc412b028f6f3515"
meta-fsl-arm
meta-fsl-demos    = "(nobranch):7c9369b7a80276c438439f1a79b86e32721630b0"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: do_compile (see
/media/extradisk-1/data/extend_homes/telsherbiny/work/oe_fsl_t4/build-fb/tmp/work/nitrogen6x-poky-linux-gnueabi/u-boot-imx/2013-04-5/temp/log.do_compile.14752
for further information)
ERROR: Logfile of failure stored in:
/media/extradisk-1/data/extend_homes/telsherbiny/work/oe_fsl_t4/build-fb/tmp/work/nitrogen6x-poky-linux-gnueabi/u-boot-imx/2013-04-5/temp/log.do_compile.14752
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 4 CROSS_COMPILE=arm-poky-linux-gnueabi-
CC=arm-poky-linux-gnueabi-gcc
 --sysroot=/media/extradisk-1/data/extend_homes/telsherbiny/work/oe_fsl_t4/build-fb/tmp/sysroots/nitrogen6x
nitrogen6X_config
| make: *** No rule to make target `nitrogen6X_config'.  Stop.
| make: *** [nitrogen6X_config] Error 1
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (see
/media/extradisk-1/data/extend_homes/telsherbiny/work/oe_fsl_t4/build-fb/tmp/work/nitrogen6x-poky-linux-gnueabi/u-boot-imx/2013-04-5/temp/log.do_compile.14752
for further information)
ERROR: Task 74
(/media/extradisk-1/data/extend_homes/telsherbiny/work/oe_fsl_t4/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/recipes-bsp/u-boot/
u-boot-imx_2013-04.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2202 tasks of which 2178 didn't need to be
rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:

/media/extradisk-1/data/extend_homes/telsherbiny/work/oe_fsl_t4/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/recipes-bsp/u-boot/
u-boot-imx_2013-04.bb, do_compile
Summary: There was 1 ERROR message shown, returning a non-zero exit code.


Did anyone face a similar problem?

Thanks

[-- Attachment #2: Type: text/html, Size: 3945 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Build image for Nitrogen board fails -dylen branch-
  2013-08-19  8:00 Build image for Nitrogen board fails -dylen branch- Tarek El-Sherbiny
@ 2013-08-19 12:10 ` Otavio Salvador
  2013-08-19 16:38   ` Tarek El-Sherbiny
  2013-08-19 13:57 ` Eric Nelson
  1 sibling, 1 reply; 6+ messages in thread
From: Otavio Salvador @ 2013-08-19 12:10 UTC (permalink / raw)
  To: Tarek El-Sherbiny; +Cc: meta-freescale@yoctoproject.org

On Mon, Aug 19, 2013 at 5:00 AM, Tarek El-Sherbiny
<tarek.elsherbiny@gmail.com> wrote:
> Hi,
>
> I'm trying the latest release for Nitrogen board and I want to build this
> image:
> $ bitbake fsl-image-fb
...
> | DEBUG: Executing shell function do_compile
> | NOTE: make -j 4 CROSS_COMPILE=arm-poky-linux-gnueabi-
> CC=arm-poky-linux-gnueabi-gcc
> --sysroot=/media/extradisk-1/data/extend_homes/telsherbiny/work/oe_fsl_t4/build-fb/tmp/sysroots/nitrogen6x
> nitrogen6X_config
> | make: *** No rule to make target `nitrogen6X_config'.  Stop.
> | make: *** [nitrogen6X_config] Error 1
> | ERROR: oe_runmake failed
> | ERROR: Function failed: do_compile (see
...

You are using u-boot-imx; use u-boot-boundary.

-- 
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] 6+ messages in thread

* Re: Build image for Nitrogen board fails -dylen branch-
  2013-08-19  8:00 Build image for Nitrogen board fails -dylen branch- Tarek El-Sherbiny
  2013-08-19 12:10 ` Otavio Salvador
@ 2013-08-19 13:57 ` Eric Nelson
  2013-08-19 15:41   ` Eric Nelson
  1 sibling, 1 reply; 6+ messages in thread
From: Eric Nelson @ 2013-08-19 13:57 UTC (permalink / raw)
  To: Tarek El-Sherbiny; +Cc: meta-freescale@yoctoproject.org

Hi Tarek,

On 08/19/2013 01:00 AM, Tarek El-Sherbiny wrote:
> Hi,
>
> I'm trying the latest release for Nitrogen board and I want to build
> this image:
> $ bitbake fsl-image-fb
>
> The build is failing in u-boot
>   bitbake fsl-image-fb
> Parsing recipes: 100%
> |#################################################################################################################|
> Time: 00:00:26
> Parsing of 1303 .bb files complete (0 cached, 1303 parsed). 1671
> targets, 138 skipped, 0 masked, 0 errors.
>
> Build Configuration:
> BB_VERSION        = "1.18.0"
> BUILD_SYS         = "x86_64-linux"
> NATIVELSBSTRING   = "Ubuntu-12.04"
> TARGET_SYS        = "arm-poky-linux-gnueabi"
> MACHINE           = "nitrogen6x"
> DISTRO            = "poky"
> DISTRO_VERSION    = "1.4.1"
> TUNE_FEATURES     = "armv7a vfp neon"
> TARGET_FPU        = "vfp-neon"
> meta
> meta-yocto        = "(nobranch):e4a0a4c5e419154a34710a1b6c28d4180c6304c3"
> meta-oe           = "(nobranch):13ae5105ee30410136beeae66ec41ee4a8a2e2b0"
> meta-fsl-arm      = "(nobranch):d31a4e85673874dbc6b42bb5d1e8496810c574cc"
> meta-fsl-arm-extra = "(nobranch):5f5a9cfcad223f5a1c623346780510ffcdc012ab"
>
> <snip>
>
> | NOTE: make -j 4 CROSS_COMPILE=arm-poky-linux-gnueabi-
> CC=arm-poky-linux-gnueabi-gcc
>   --sysroot=/media/extradisk-1/data/extend_homes/telsherbiny/work/oe_fsl_t4/build-fb/tmp/sysroots/nitrogen6x nitrogen6X_config
> | make: *** No rule to make target `nitrogen6X_config'.  Stop.

Did someone bump the version of u-boot-boundary without me noticing?

It seems that the old version of the configuration target
(nitrogen6X_config) is being used with the new sources, which has
selections for solo, dual-lite and various memory options.

I'll take a look at this later this morning.

Regards,


Eric




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Build image for Nitrogen board fails -dylen branch-
  2013-08-19 13:57 ` Eric Nelson
@ 2013-08-19 15:41   ` Eric Nelson
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Nelson @ 2013-08-19 15:41 UTC (permalink / raw)
  To: Tarek El-Sherbiny; +Cc: meta-freescale@yoctoproject.org

Hi Tarek,

On 08/19/2013 06:57 AM, Eric Nelson wrote:
> Hi Tarek,
>
> On 08/19/2013 01:00 AM, Tarek El-Sherbiny wrote:
>> Hi,
>>
>> I'm trying the latest release for Nitrogen board and I want to build
>> this image:
>> $ bitbake fsl-image-fb
>>
>> The build is failing in u-boot
>>   bitbake fsl-image-fb
>> Parsing recipes: 100%
>> |#################################################################################################################|
>>
>> Time: 00:00:26
>> Parsing of 1303 .bb files complete (0 cached, 1303 parsed). 1671
>> targets, 138 skipped, 0 masked, 0 errors.
>>
>> Build Configuration:
>> BB_VERSION        = "1.18.0"
>> BUILD_SYS         = "x86_64-linux"
>> NATIVELSBSTRING   = "Ubuntu-12.04"
>> TARGET_SYS        = "arm-poky-linux-gnueabi"
>> MACHINE           = "nitrogen6x"
>> DISTRO            = "poky"
>> DISTRO_VERSION    = "1.4.1"
>> TUNE_FEATURES     = "armv7a vfp neon"
>> TARGET_FPU        = "vfp-neon"
>> meta
>> meta-yocto        = "(nobranch):e4a0a4c5e419154a34710a1b6c28d4180c6304c3"
>> meta-oe           = "(nobranch):13ae5105ee30410136beeae66ec41ee4a8a2e2b0"
>> meta-fsl-arm      = "(nobranch):d31a4e85673874dbc6b42bb5d1e8496810c574cc"
>> meta-fsl-arm-extra =
>> "(nobranch):5f5a9cfcad223f5a1c623346780510ffcdc012ab"
>>
>> <snip>
>>
>> | NOTE: make -j 4 CROSS_COMPILE=arm-poky-linux-gnueabi-
>> CC=arm-poky-linux-gnueabi-gcc
>>
>> --sysroot=/media/extradisk-1/data/extend_homes/telsherbiny/work/oe_fsl_t4/build-fb/tmp/sysroots/nitrogen6x
>> nitrogen6X_config
>> | make: *** No rule to make target `nitrogen6X_config'.  Stop.
>
> Did someone bump the version of u-boot-boundary without me noticing?
>
> It seems that the old version of the configuration target
> (nitrogen6X_config) is being used with the new sources, which has
> selections for solo, dual-lite and various memory options.
>
> I'll take a look at this later this morning.
>

It appears that the U-Boot reference in meta-fsl-arm-extra for
nitrogen6x is old, and I wouldn't recommend using it.

That said, it sounds as if you somehow got an updated U-Boot source
tree (perhaps by editing recipes-bsp/u-boot/u-boot-boundary_git.bb).

If so, you'll also need to edit this file and change 'nitrogen6X_config'
to 'nitrogen6q_config' if you're building for a SABRE Lite or Nitrogen6x
with the standard Quad-Core/1GiB configuration:
	meta-fsl-arm-extra/conf/machine/nitrogen6x.conf

Note that since U-Boot isn't required or recommended for the filesystem
image on our boards, it probably makes sense to remove the dependency.

Regards,


Eric


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Build image for Nitrogen board fails -dylen branch-
  2013-08-19 12:10 ` Otavio Salvador
@ 2013-08-19 16:38   ` Tarek El-Sherbiny
  2013-08-19 20:22     ` Otavio Salvador
  0 siblings, 1 reply; 6+ messages in thread
From: Tarek El-Sherbiny @ 2013-08-19 16:38 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1164 bytes --]

Hi Otavio,

How do I disable building u-boot ? I want to remove it from the
 fsl-image-fb image.


On Mon, Aug 19, 2013 at 1:10 PM, Otavio Salvador <otavio@ossystems.com.br>wrote:

> On Mon, Aug 19, 2013 at 5:00 AM, Tarek El-Sherbiny
> <tarek.elsherbiny@gmail.com> wrote:
> > Hi,
> >
> > I'm trying the latest release for Nitrogen board and I want to build this
> > image:
> > $ bitbake fsl-image-fb
> ...
> > | DEBUG: Executing shell function do_compile
> > | NOTE: make -j 4 CROSS_COMPILE=arm-poky-linux-gnueabi-
> > CC=arm-poky-linux-gnueabi-gcc
> >
> --sysroot=/media/extradisk-1/data/extend_homes/telsherbiny/work/oe_fsl_t4/build-fb/tmp/sysroots/nitrogen6x
> > nitrogen6X_config
> > | make: *** No rule to make target `nitrogen6X_config'.  Stop.
> > | make: *** [nitrogen6X_config] Error 1
> > | ERROR: oe_runmake failed
> > | ERROR: Function failed: do_compile (see
> ...
>
> You are using u-boot-imx; use u-boot-boundary.
>
> --
> 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
>

[-- Attachment #2: Type: text/html, Size: 1988 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Build image for Nitrogen board fails -dylen branch-
  2013-08-19 16:38   ` Tarek El-Sherbiny
@ 2013-08-19 20:22     ` Otavio Salvador
  0 siblings, 0 replies; 6+ messages in thread
From: Otavio Salvador @ 2013-08-19 20:22 UTC (permalink / raw)
  To: Tarek El-Sherbiny; +Cc: meta-freescale@yoctoproject.org

On Mon, Aug 19, 2013 at 1:38 PM, Tarek El-Sherbiny
<tarek.elsherbiny@gmail.com> wrote:
> Hi Otavio,
>
> How do I disable building u-boot ? I want to remove it from the
> fsl-image-fb image.

You need the -script recipe or you'll end without the need script in
the sdcard image.

-- 
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] 6+ messages in thread

end of thread, other threads:[~2013-08-19 20:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19  8:00 Build image for Nitrogen board fails -dylen branch- Tarek El-Sherbiny
2013-08-19 12:10 ` Otavio Salvador
2013-08-19 16:38   ` Tarek El-Sherbiny
2013-08-19 20:22     ` Otavio Salvador
2013-08-19 13:57 ` Eric Nelson
2013-08-19 15:41   ` Eric Nelson

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.