On Mon, Nov 26, 2012 at 6:52 PM, Trevor Woerner wrote:
> I haven't yet figured out if the "PREFERRED_PROVIDER_virtual/kernel =
> "linux-yocto-rt"" line might be the culprit.
No, it is not related, this problem doesn't need any fancy
configuration features. This problem is reproducible
with just t
Dear all,
I'm learning how to write a recipe recently and I wrote a recipe to build a package from source code.And now I want to add an function to the recipe to make it just unpack the binary and libraries which generated from source code.It seems like the functions "make from src" and "make
Hi Maxin - it would be good to coordinate your effort with the rest of
the community. Can you let us know what you have in mind before
starting?
Also, please let me know if you have trouble with access. I don't see
any account requests being held.
thanks
On Fri, Nov 23, 2012 at 6:16 AM, Maxin Jo
ppend = " trace-cmd"
and run
$ bitbake core-image-minimal
everything builds just fine.
Then I modify that last line as follows:
IMAGE_INSTALL_append = " trace-cmd bash"
now when I try to build I get:
Build Configuration:
BB_VERSION= "1.16.0"
TARGET_ARCH =
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:Microsoft Exchange Server 2010
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Pacific Standard Time
BEGIN:STANDARD
DTSTART:16010101T02
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T02000
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:Microsoft Exchange Server 2010
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Pacific Standard Time
BEGIN:STANDARD
DTSTART:16010101T02
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T02000
On Mon, 26 Nov 2012, Aws Ismail wrote:
> Have you also tried this?
>
> IMAGE_INSTALL_append += "foo"
GAHH!!! :-)
rday
--
Robert P. J. Day Ottawa, Ontario, CANADA
Agenda:
* Opens collection - 5 min (Song)
* Yocto 1.4 status - 20 min (Song/team)
* SWAT team rotation: Ross -> LaurentiuP
* Opens - 10 min
* Team Sharing - 20 min
-Original Appointment-
We encourage people attending the meeting to logon the Yocto IRC chancel during
the meeting (opt
On 11/26/2012 02:04 PM, Eren Türkay wrote:
On Mon, Nov 26, 2012 at 10:47:31AM -0500, Trevor Woerner wrote:
I'm kinda surprised nobody jumped in on this one; either my question
is so silly it isn't worth anyone's time, or I'm the only one who
wants to add packages to an image after a full build.
On Sat, 2012-11-24 at 07:59 -0500, Robert P. J. Day wrote:
> more annoying pedantry, but from what i read in the current yocto
> BSP manual, a BSP layer *requires* a README.sources file, but there is
> no such file in the meta-intel/meta-tlk layer, although i can
> appreciate that that layer isn't
On Mon, 26 Nov 2012, Evade Flow wrote:
> Love it! Any chance you could add an 'Advanced' or 'Next Steps'
> section that shows how to go beyond a minimal build? Like, how to get
> a working Qt stack into a custom image on the PandaBoard?
>
> On Wed, Nov 21, 2012 at 2:44 PM, Robert P. J. Day
> wro
On Mon, 26 Nov 2012, Evade Flow wrote:
> Love it! Any chance you could add an 'Advanced' or 'Next Steps'
> section that shows how to go beyond a minimal build? Like, how to get
> a working Qt stack into a custom image on the PandaBoard?
>
> On Wed, Nov 21, 2012 at 2:44 PM, Robert P. J. Day
> wro
On Mon, Nov 26, 2012 at 10:47:31AM -0500, Trevor Woerner wrote:
> I'm kinda surprised nobody jumped in on this one; either my question
> is so silly it isn't worth anyone's time, or I'm the only one who
> wants to add packages to an image after a full build. I know my
> question has nothing to do w
Love it! Any chance you could add an 'Advanced' or 'Next Steps'
section that shows how to go beyond a minimal build? Like, how to get
a working Qt stack into a custom image on the PandaBoard?
On Wed, Nov 21, 2012 at 2:44 PM, Robert P. J. Day wrote:
>
> not strictly related to yocto but i figure
I'm kinda surprised nobody jumped in on this one; either my question
is so silly it isn't worth anyone's time, or I'm the only one who
wants to add packages to an image after a full build. I know my
question has nothing to do with trace-cmd specifically, adding any
package after a full build result
On 26 November 2012 13:55, Jerrod Peach wrote:
> build-bundle (git repo with our layers + tools)
> |
> +-- meta-ourstuff (git submodule, i.e. separate repo locked to a specific
> version within build-bundle)
> +-- poky (another submodule)
>|
>+-- poky BB files (i.e. within meta, meta-yocto
On Thu, Nov 22, 2012 at 3:35 AM, Chris Tapp wrote:
> I'm just getting round to moving from 'denzil' to 'danny'. I've got a
> layer that makes some changes to a few recipes through bbappend files.
>
> However, 'danny' has bumped a few of these to a new version (which is
> good) which means I now h
On 26 November 2012 13:19, Burton, Ross wrote:
> On 10 November 2012 09:33, Tomas Frydrych wrote:
>> Could this be also applied to the danny branch (and perhaps even denzil)?
>
> This was present in the Danny release. For Denzil you'd have to ask Scott...
Apologies, I was grepping the wrong bra
Hi Daniel,
As far as I know, there is no specific mailing list for the
Xilinx Zynq platform. I use the Xilinx forums to get help at the moment.
I personally have used Philip's meta-zynq layer to build a working u-boot and
linux kernel image using Yocto. It works really well.
On 10 November 2012 09:33, Tomas Frydrych wrote:
> Could this be also applied to the danny branch (and perhaps even denzil)?
This was present in the Danny release. For Denzil you'd have to ask Scott...
Ross
___
yocto mailing list
yocto@yoctoproject.or
- validate that generated md5sums and sha256 sums are valid before populating
the fields
- clear all previous commands output (like after source & bitbake -e) in order
to limit output parsing
Signed-off-by: Ioana Grigoropol
---
.../org/yocto/bc/remote/utils/RemoteHelper.java|3 --
.../
- do not run git task in a loop
- wait for the command to finish - use ModalContext.allowReadAndDispatch(false)
- (needs some fixes for upstream RSE API - TBA)
Signed-off-by: Ioana Grigoropol
---
.../yocto/bc/ui/wizards/install/InstallWizard.java | 27 ++--
1 file changed, 14
- source oe-init-env for the connection shell
- parse environment variables
Signed-off-by: Ioana Grigoropol
---
.../src/org/yocto/bc/bitbake/BBSession.java| 13 +++--
.../src/org/yocto/bc/bitbake/ShellSession.java | 53
2 files changed, 26 insertions(+), 40 d
Hi all,
I've found a bsp layer in Xilinx here
http://forums.xilinx.com/t5/Embedded-Linux/Yocto-BSP-for-ZC-702/td-p/246932,
which is pretty interesting.
Is any mail list under Yocto for the Xilinx Zinq platform?
Best regards,
Daniel Martinez
___
24 matches
Mail list logo