|
ERROR: Task 7 (/tool/yocto/poky/meta/recipes-core/meta/meta-toolchain.bb, do_populate_sdk) failed with exit code '1'
Hi,
I just updated my yocto repositories and ran into the following error:
| ERROR: Function failed: populate_sdk_image (see
Hi,
I just updated my yocto repositories and ran into the following error:
| ERROR: Function failed: populate_sdk_image (see
|
By
Elvis Dowson
·
#8269
·
|
|
Re: [PATCH 2/6] crownbay: customize the xorg.conf for the flat panel on the corwnbay kit
I've never had any problems with X autodetecting the correct resolution
for either the LVDS or DVI output. I actually had the unit Nitin has
now, but the first thing I did with that was unhook the
I've never had any problems with X autodetecting the correct resolution
for either the LVDS or DVI output. I actually had the unit Nitin has
now, but the first thing I did with that was unhook the
|
By
Tom Zanussi <tom.zanussi@...>
·
#8268
·
|
|
Re: [PATCH 2/6] crownbay: customize the xorg.conf for the flat panel on the corwnbay kit
Tom,
I've never booted a crownbay machine. What has your experience been with
the displays on this board?
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux
Tom,
I've never booted a crownbay machine. What has your experience been with
the displays on this board?
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux
|
By
Darren Hart <dvhart@...>
·
#8267
·
|
|
Re: [PATCH] kernel.bbclass: Iff exists, copy bounds.h for external module building.
Hello Bruce, Scott,
By
Leon Woestenberg <sidebranch.openembedded@...>
·
#8266
·
|
|
Re: [PATCH] kernel.bbclass: Iff exists, copy bounds.h for external module building.
Aha. And now I see that Scott G was copied. If this was for 1.2.x of yocto,
that needs to be clearly in the subject .. otherwise it is just
confusing.
My comment still stands that if this is needed
Aha. And now I see that Scott G was copied. If this was for 1.2.x of yocto,
that needs to be clearly in the subject .. otherwise it is just
confusing.
My comment still stands that if this is needed
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#8264
·
|
|
Re: Delete unused hob images
Ok, thanks
Giovanni
--
Dott. Ing. Giovanni Foiani
Cell: +39-349-3577515
Phone: +39-0532-97-4106
mail: giovanni.foiani@...
CenTec - Corso Guercino, 47 - 44042 Cento (FE)
Ok, thanks
Giovanni
--
Dott. Ing. Giovanni Foiani
Cell: +39-349-3577515
Phone: +39-0532-97-4106
mail: giovanni.foiani@...
CenTec - Corso Guercino, 47 - 44042 Cento (FE)
|
By
Giovanni Foiani <fnognn@...>
·
#8265
·
|
|
Re: [PATCH] kernel.bbclass: Iff exists, copy bounds.h for external module building.
This change is definitely safer using and older kernel that doesn't have a
generated bounds.h .. but your tree is out of date. This should be on
top of:
commit
This change is definitely safer using and older kernel that doesn't have a
generated bounds.h .. but your tree is out of date. This should be on
top of:
commit
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#8263
·
|
|
Re: Delete unused hob images
I'm not sure where this came from originally, but it is not correct. I'll talk
to Scott R about fixing this part of the manual.
The hob-image-*, yes. In fact any actual image files in deploy/images
I'm not sure where this came from originally, but it is not correct. I'll talk
to Scott R about fixing this part of the manual.
The hob-image-*, yes. In fact any actual image files in deploy/images
|
By
Paul Eggleton
·
#8261
·
|
|
Re: build error pandaboard on master
hmm..
right now I have the build running by using the BB_DANGLINGAPPENDS_WARNONLY = "yes" statement.
When that is done, I'll test the BBMASK on a completely new build from scratch and see what I
hmm..
right now I have the build running by using the BB_DANGLINGAPPENDS_WARNONLY = "yes" statement.
When that is done, I'll test the BBMASK on a completely new build from scratch and see what I
|
By
Jim Abernathy
·
#8260
·
|
|
Re: build error pandaboard on master
The only way you could get that same error is if you already have a BBMASK
statement somewhere and this one is being ignored because of the ?= assignment.
--
The only way you could get that same error is if you already have a BBMASK
statement somewhere and this one is being ignored because of the ?= assignment.
--
|
By
Gary Thomas
·
#8259
·
|
|
Re: denzil kernel build issues
Hi Bruce,
Thanks for your support.
See below
2012/7/30 Bruce Ashfield <bruce.ashfield@...>
i thought it would and I have had this in my config too, but still it get switched on. Guess there is
Hi Bruce,
Thanks for your support.
See below
2012/7/30 Bruce Ashfield <bruce.ashfield@...>
i thought it would and I have had this in my config too, but still it get switched on. Guess there is
|
By
Frans Meulenbroeks <fransmeulenbroeks@...>
·
#8258
·
|
|
Re: build error pandaboard on master
When I just used the statement:
BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
I got the same error as my original post.
Jim A
When I just used the statement:
BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
I got the same error as my original post.
Jim A
|
By
Jim Abernathy
·
#8257
·
|
|
Re: build error pandaboard on master
BB_DANDLINGAPPENDS_WARNONLY = "yes" seems to have gotten me past the build errors for now.
I'll look at the BBMASK some more since it looks cleaner to just modify the local.conf file.
Jim A
BB_DANDLINGAPPENDS_WARNONLY = "yes" seems to have gotten me past the build errors for now.
I'll look at the BBMASK some more since it looks cleaner to just modify the local.conf file.
Jim A
|
By
Jim Abernathy
·
#8251
·
|
|
Re: build error pandaboard on master
What other problem do you have? That BBMASK should keep bitbake from
trying to parse the recipe mentioned above.
Note: I use these layers with Yocto all the time with that mask...
--
What other problem do you have? That BBMASK should keep bitbake from
trying to parse the recipe mentioned above.
Note: I use these layers with Yocto all the time with that mask...
--
|
By
Gary Thomas
·
#8250
·
|
|
Re: build error pandaboard on master
BBMASK by itself didn't solve my particular problem. I'll try the other suggestions and report back.
Jim A
BBMASK by itself didn't solve my particular problem. I'll try the other suggestions and report back.
Jim A
|
By
Jim Abernathy
·
#8249
·
|
|
Re: build error pandaboard on master
Or better BBMASK those meta-gnome/meta-efl subdirectories like
meta-systemd/README suggests:
To make BBMASK'ing per layer possible the following directory structure
is
Or better BBMASK those meta-gnome/meta-efl subdirectories like
meta-systemd/README suggests:
To make BBMASK'ing per layer possible the following directory structure
is
|
By
Martin Jansa
·
#8248
·
|
|
Re: build error pandaboard on master
Add BB_DANGLINGAPPENDS_WARNONLY to
meta-openembedded/meta-systemd/conf/layer.conf
or add meta-gnome/meta-efl layers if you would use them..
Cheers,
--
Martin 'JaMa' Jansa jabber:
Add BB_DANGLINGAPPENDS_WARNONLY to
meta-openembedded/meta-systemd/conf/layer.conf
or add meta-gnome/meta-efl layers if you would use them..
Cheers,
--
Martin 'JaMa' Jansa jabber:
|
By
Martin Jansa
·
#8247
·
|
|
Delete unused hob images
Hi,
I read this section in Poky Reference manual:
A.2.13. build/tmp/deploy/images/
This directory receives complete filesystem images. If you want to flash the resulting image from a build onto a
Hi,
I read this section in Poky Reference manual:
A.2.13. build/tmp/deploy/images/
This directory receives complete filesystem images. If you want to flash the resulting image from a build onto a
|
By
Giovanni Foiani <fnognn@...>
·
#8246
·
|
|
Re: build error pandaboard on master
Try adding this in local.conf:
BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
--
------------------------------------------------------------
Gary Thomas | Consulting for
Try adding this in local.conf:
BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
--
------------------------------------------------------------
Gary Thomas | Consulting for
|
By
Gary Thomas
·
#8245
·
|
|
Re: build error pandaboard on master
When I do that I get the errors:
ERROR: No recipes available
When I do that I get the errors:
ERROR: No recipes available
|
By
Jim Abernathy
·
#8244
·
|