|
Re: Porting of specific Kernel/Driver into yocto.
Hi Khem,
I have build core-image-core. but still this Error:
======================================================>
11.165466] EXT3-fs (mmcblk0p1): mounted filesystem with writeback data mode
[
Hi Khem,
I have build core-image-core. but still this Error:
======================================================>
11.165466] EXT3-fs (mmcblk0p1): mounted filesystem with writeback data mode
[
|
By
Om Prakash PAL <omprakash.pal@...>
·
#7430
·
|
|
Re: Web Hob design update
---------- Forwarded message ----------
From: Jim Kosem <jim@...>
Date: 25 June 2012 12:14
Subject: Re: Re: [yocto] Web Hob design update
To: jack@...
Cc: Paul Eggleton <paul.eggleton@...>, Belen
---------- Forwarded message ----------
From: Jim Kosem <jim@...>
Date: 25 June 2012 12:14
Subject: Re: Re: [yocto] Web Hob design update
To: jack@...
Cc: Paul Eggleton <paul.eggleton@...>, Belen
|
By
Jim Kosem <jim@...>
·
#7429
·
|
|
Re: self-hosted image vs. build appliance
Just filed that bug for the documentation:
Just filed that bug for the documentation:
|
By
Barros Pena, Belen <belen.barros.pena@...>
·
#7428
·
|
|
Re: prerequisite tools for making documentation
IMO, we should be separating out the prerequisites for building the
documentation into a separate list, since most people don't need to build the
documentation. That said, it would be nice if our
IMO, we should be separating out the prerequisites for building the
documentation into a separate list, since most people don't need to build the
documentation. That said, it would be nice if our
|
By
Paul Eggleton
·
#7427
·
|
|
Re: self-hosted image vs. build appliance
Hi Scott,
I'll file a separate bug for the documentation.
Cheers
Belen
wrote:
---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No.
Hi Scott,
I'll file a separate bug for the documentation.
Cheers
Belen
wrote:
---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No.
|
By
Barros Pena, Belen <belen.barros.pena@...>
·
#7426
·
|
|
Re: RaspberryPi Kernel - Fails to boot when sound driver is a built-in
So far I've tried the following:
1) The current default in meta-raspberrypi - bootfiles at
56cd7ffb3f7244017c8eb3b492ea37592c678506 and kernel
0ec4154d64ebba48ca2446cde60a90546311defc
2) The above
So far I've tried the following:
1) The current default in meta-raspberrypi - bootfiles at
56cd7ffb3f7244017c8eb3b492ea37592c678506 and kernel
0ec4154d64ebba48ca2446cde60a90546311defc
2) The above
|
By
Paul Eggleton
·
#7425
·
|
|
Re: prerequisite tools for making documentation
That would be a good idea in my opinion too as i tried to make doc last week and i ended up dropping this task as i didn't have the time to search for those xml deps.
@g
That would be a good idea in my opinion too as i tried to make doc last week and i ended up dropping this task as i didn't have the time to search for those xml deps.
@g
|
By
Andrei Gherzan
·
#7424
·
|
|
Re: default variables in a python task/function
Hello Chris,
Thanks for your detailed explanation.
IMHO, this information should be added in the main documentation. It
would be definitely helpful for others too.
Regards
--
Joshua Immanuel
HiPro
Hello Chris,
Thanks for your detailed explanation.
IMHO, this information should be added in the main documentation. It
would be definitely helpful for others too.
Regards
--
Joshua Immanuel
HiPro
|
By
josh@hipro.co.in
·
#7423
·
|
|
Re: use of build appliance
You are not missing a thing, because I don't think you are the target user for the Build Appliance. :-)
What I did find is that there are a number of *very* smart people who were failing at doing a
You are not missing a thing, because I don't think you are the target user for the Build Appliance. :-)
What I did find is that there are a number of *very* smart people who were failing at doing a
|
By
David Stewart
·
#7422
·
|
|
Re: RaspberryPi Kernel - Fails to boot when sound driver is a built-in
Yep, the later kernels just give the four-colour display. I wonder what's changed this time round?
Chris Tapp
opensource@...
www.keylevel.com
Yep, the later kernels just give the four-colour display. I wonder what's changed this time round?
Chris Tapp
opensource@...
www.keylevel.com
|
By
Chris Tapp
·
#7421
·
|
|
Re: RaspberryPi Kernel - Fails to boot when sound driver is a built-in
Hi Paul,
Firstly:
1) Are you using the SRCREVs as supplied, or have you updated them?
2) Which version of the bootfiles are you using?
Everything is in such a state of flux at the moment that it
Hi Paul,
Firstly:
1) Are you using the SRCREVs as supplied, or have you updated them?
2) Which version of the bootfiles are you using?
Everything is in such a state of flux at the moment that it
|
By
Chris Tapp
·
#7420
·
|
|
prerequisite tools for making documentation
I had a need to look at the bitbake manual in the poky/bitbake/doc/manual directory and tried to make pdf. I had all the prerequisites listed in the QS guide. However, I found the make failed due to
I had a need to look at the bitbake manual in the poky/bitbake/doc/manual directory and tried to make pdf. I had all the prerequisites listed in the QS guide. However, I found the make failed due to
|
By
Jim Abernathy
·
#7419
·
|
|
Re: RaspberryPi Kernel - Fails to boot when sound driver is a built-in
Well, FWIW I can't even get a kernel with the default configuration built from
meta-raspberrypi to boot - I even tried copying it to a Debian SD-card and it
doesn't boot there either. All I get is a
Well, FWIW I can't even get a kernel with the default configuration built from
meta-raspberrypi to boot - I even tried copying it to a Debian SD-card and it
doesn't boot there either. All I get is a
|
By
Paul Eggleton
·
#7418
·
|
|
Re: Sourcing a shell script within a bbclass
Hi,
The problem was because of Ubuntu 12.04 shell being configured by default to use dash, instead of bash.
After I reconfigured the shell to use bash using the command:
$ sudo dpkg-reconfigure
Hi,
The problem was because of Ubuntu 12.04 shell being configured by default to use dash, instead of bash.
After I reconfigured the shell to use bash using the command:
$ sudo dpkg-reconfigure
|
By
Elvis Dowson
·
#7417
·
|
|
Sourcing a shell script within a bbclass
Hi,
How can I source a shell script within a bbclass? For example, in meta-xilinx/classes/xilinx-boot.bbclass, I need to source a script file called settings64.sh, which setups the environment
Hi,
How can I source a shell script within a bbclass? For example, in meta-xilinx/classes/xilinx-boot.bbclass, I need to source a script file called settings64.sh, which setups the environment
|
By
Elvis Dowson
·
#7416
·
|
|
use of build appliance
with the recent discussion on this mailing list on Build Appliance, I thought I'd see what the heck Build Appliance was all about. I quickly realized that I couldn't use it because I have a Macbook
with the recent discussion on this mailing list on Build Appliance, I thought I'd see what the heck Build Appliance was all about. I quickly realized that I couldn't use it because I have a Macbook
|
By
Jim Abernathy
·
#7415
·
|
|
Re: SRCREV spec not working for kernel git recipes
well I think redefining overridden value is right if you dont want to
modify the layer policy
SRCREV_pn-${PN} is the way to go with this layer then
well I think redefining overridden value is right if you dont want to
modify the layer policy
SRCREV_pn-${PN} is the way to go with this layer then
|
By
Khem Raj
·
#7414
·
|
|
Re: SRCREV spec not working for kernel git recipes
Hi Khem,
What do you recommend I do?
Best regards,
Elvis Dowson
Hi Khem,
What do you recommend I do?
Best regards,
Elvis Dowson
|
By
Elvis Dowson
·
#7413
·
|
|
Re: SRCREV spec not working for kernel git recipes
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hmm I see
SRCREV = "AUTOINC" in faulty case which is your problem comes from
meta-xilinx layer it sets SRCEREV
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hmm I see
SRCREV = "AUTOINC" in faulty case which is your problem comes from
meta-xilinx layer it sets SRCEREV
|
By
Khem Raj
·
#7412
·
|
|
Re: SRCREV spec not working for kernel git recipes
Hi,
Even adding a PROVIDES += "virtual/kernel" entry to the linux-xilinx recipe did not change the behavior. So for the moment, SRCREV doesn't seem to have any effect, but SRCREV_pn-${PN}
Hi,
Even adding a PROVIDES += "virtual/kernel" entry to the linux-xilinx recipe did not change the behavior. So for the moment, SRCREV doesn't seem to have any effect, but SRCREV_pn-${PN}
|
By
Elvis Dowson
·
#7411
·
|