|
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
·
|
|
Re: SRCREV spec not working for kernel git recipes
Hi Khem,
The output files are rather large.
BTW, I do not have a PROVIDES += "virtual/kernel" entry in the linux-xilinx kernel recipes. Is that necessary to get SRCREV to work?
Best
Hi Khem,
The output files are rather large.
BTW, I do not have a PROVIDES += "virtual/kernel" entry in the linux-xilinx kernel recipes. Is that necessary to get SRCREV to work?
Best
|
By
Elvis Dowson
·
#7437
·
|
|
Re: SRCREV spec not working for kernel git recipes
?
can you port bitbake -e virtual/kernel output with and without change
somewhere ?
?
can you port bitbake -e virtual/kernel output with and without change
somewhere ?
|
By
Khem Raj
·
#7410
·
|
|
Re: SRCREV spec not working for kernel git recipes
Hi,
I found out that if I specify SRCREV_pn-${PN}, it works and picks up the correct commit id, as follows:
SRCREV_pn-${PN} = "a5556fb251253ccb674bd22d9703c37f6f8807a8"
However, if you
Hi,
I found out that if I specify SRCREV_pn-${PN}, it works and picks up the correct commit id, as follows:
SRCREV_pn-${PN} = "a5556fb251253ccb674bd22d9703c37f6f8807a8"
However, if you
|
By
Elvis Dowson
·
#7409
·
|
|
No provider for update-modules-nativesdk
Has anyone else hit this? I'm running poky master as of the this afternoon:
$ bitbake core-image-base
ERROR: Nothing PROVIDES 'update-modules-nativesdk'
Has anyone else hit this? I'm running poky master as of the this afternoon:
$ bitbake core-image-base
ERROR: Nothing PROVIDES 'update-modules-nativesdk'
|
By
Darren Hart <dvhart@...>
·
#7408
·
|
|
SRCREV spec not working for kernel git recipes
Hi,
I find that specifying a SRCREV doesn't work for kernel git recipes. The following recipe has SRCREV set to the commit id for xilinx_v2.6.37, but during the build process, it is always
Hi,
I find that specifying a SRCREV doesn't work for kernel git recipes. The following recipe has SRCREV set to the commit id for xilinx_v2.6.37, but during the build process, it is always
|
By
Elvis Dowson
·
#7407
·
|
|
Re: default variables in a python task/function
'bb' and 'os' are always imported, automatically, by bitbake itself,
and as such are available in all python contexts. 'd' is available in
python tasks and anonymous python functions and in inline
'bb' and 'os' are always imported, automatically, by bitbake itself,
and as such are available in all python contexts. 'd' is available in
python tasks and anonymous python functions and in inline
|
By
Chris Larson <clarson@...>
·
#7406
·
|
|
Re: Display issue with EFI BOOTING
<kishore.k.bodke@...> wrote:
may be screen refresh rate ? just shooting in dark here
<kishore.k.bodke@...> wrote:
may be screen refresh rate ? just shooting in dark here
|
By
Khem Raj
·
#7405
·
|
|
Display issue with EFI BOOTING
Hi,
Yocto logo displays fines when booted with BIOS.
But I see the Logo Display issue when booted with EFI.
Attached are the screen shot.
Any Idea why?
Thanks
Kishore.
Hi,
Yocto logo displays fines when booted with BIOS.
But I see the Logo Display issue when booted with EFI.
Attached are the screen shot.
Any Idea why?
Thanks
Kishore.
|
By
Bodke, Kishore K <kishore.k.bodke@...>
·
#7404
·
|
|
Re: linux-xilinx: SRCPV, SRCREV, LINUX_VERSION and the actually generated kernel version
The weird thing is if I try to use SRCREV to append to the PV, it adds gitAUTOINC to the folder name , which is very weird.
SRCREV = "a5556fb251253ccb674bd22d9703c37f6f8807a8"
SRC_URI =
The weird thing is if I try to use SRCREV to append to the PV, it adds gitAUTOINC to the folder name , which is very weird.
SRCREV = "a5556fb251253ccb674bd22d9703c37f6f8807a8"
SRC_URI =
|
By
Elvis Dowson
·
#7403
·
|