This is used to disable Bluetooth and restore the serial console.
Signed-off-by: Jonathan Liu
---
conf/machine/include/rpi-base.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/conf/machine/include/rpi-base.inc
b/conf/machine/include/rpi-base.inc
index 3364516..6657aff 100644
--- a/conf/
A patch is added to check if the firmware loaded a device tree blob
into memory and set the fdt_addr_r variable if it is found. The U-Boot
script will then read the command line arguments generated by the
firmware from the device tree and boot the kernel with the command
line arguments and the load
On 5 November 2016 at 08:56, Jonathan Liu wrote:
> Hi Paul,
>
> On 5 November 2016 at 06:12, Paul Barker wrote:
>> On Sat, 5 Nov 2016 00:47:34 +1100
>> Jonathan Liu wrote:
>>
>>> A patch is added to check if the firmware loaded a device tree blob
>>> into memory and set the fdt_addr_r variable
Hi Paul,
On 5 November 2016 at 06:12, Paul Barker wrote:
> On Sat, 5 Nov 2016 00:47:34 +1100
> Jonathan Liu wrote:
>
>> A patch is added to check if the firmware loaded a device tree blob
>> into memory and set the fdt_addr_r variable if it is found. The U-Boot
>> script will then read the comm
That's the question.
Is there a good example layer somewhere that does this.
Thanks,
Rich
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
On 4 November 2016 at 18:55, Brad Bishop
wrote:
> I am on Krogoth. I have an autotools inheriting recipe. The configure
> script runs a python script (in repo), that imports an out-of-python-distro
> module.
>
> I can’t seem to wrap my head around the correct way to express this in
> terms of d
On Sat, 5 Nov 2016 00:47:34 +1100
Jonathan Liu wrote:
> A patch is added to check if the firmware loaded a device tree blob
> into memory and set the fdt_addr_r variable if it is found. The U-Boot
> script will then read the command line arguments generated by the
> firmware from the device tree
I am on Krogoth. I have an autotools inheriting recipe. The configure script
runs a python script (in repo), that imports an out-of-python-distro module.
I can’t seem to wrap my head around the correct way to express this in terms of
dependencies, such that when I build with an SDK, I can impo
>> quick fix is in a do_install or do_install_append do
>> chrpath -d ${D}${libdir}/libqlibcext.so
Khem, you are the true Yocto Guru ;-))
Thank you. It solved my RPATH issue.
—Dinh
On 11/4/16, 10:46 AM, "Khem Raj" wrote:
>On Fri, Nov 4, 2016 at 8:09 AM, Dinh Nguyen (dinhn) wrote:
>
On 11/04/2016 10:06 AM, Jolley, Stephen K wrote:
Current Dev Position: YP 2.3 M1
Next Deadline: YP 2.3 M1 by Dec. 12, 2016
SWAT team rotation: Ross -> Randy
https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team
Key Status/Updates:
·2.2 was released!
·Patches are starting to be
On Fri, Nov 4, 2016 at 8:09 AM, Dinh Nguyen (dinhn) wrote:
> Hi Yocto Gurus,
>
> ERROR: QA Issue: package qlibc-dbg contains bad RPATH
quick fix is in a do_install or do_install_append do
chrpath -d ${D}${libdir}/libqlibcext.so
ideally, one should fix build system to not emit the wrong rpath in
Current Dev Position: YP 2.3 M1
Next Deadline: YP 2.3 M1 by Dec. 12, 2016
SWAT team rotation: Ross -> Randy
https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team
Key Status/Updates:
*2.2 was released!
*Patches are starting to be merged into master
*We are
Current Dev Position: YP 2.3 M1
Next Deadline: YP 2.3 M1 by Dec. 12, 2016
SWAT team rotation: Ross -> Randy
https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team
Key Status/Updates:
*2.2 was released!
*Patches are starting to be merged into master
*We are
thx
On Fri, Nov 4, 2016 at 3:10 AM, Karim ATIKI wrote:
> Khem,
>
>
> It worked successfuly.
>
> No errors, no warnings.
>
> Cheers,
>
> Karim
>
> --
> *De :* Khem Raj
> *Envoyé :* jeudi 3 novembre 2016 22:44
> *À :* Karim ATIKI
> *Cc :* yocto@yoctoproject.org
> *Obje
Hi Yocto Gurus,
ERROR: QA Issue: package qlibc-dbg contains bad RPATH
/media/raghuram/data/dinhn/ioxDevLatest/ioxsdk/yp_qlibc32/tmp/work/ppce500v2-poky-linux-gnuspe/qlibc/1.0-r0/git/lib
in file
/media/raghuram/data/dinhn/ioxDevLatest/ioxsdk/yp_qlibc32/tmp/work/ppce500v2-poky-linux-gnuspe/qlibc/
A patch is added to check if the firmware loaded a device tree blob
into memory and set the fdt_addr_r variable if it is found. The U-Boot
script will then read the command line arguments generated by the
firmware from the device tree and boot the kernel with the command
line arguments and the load
Hi, it works fine ( dev-pkgs + DEPENDS).
thanks
Mickaël
Le Thu, 03 Nov 2016 14:17:23 +0100, idealsim a
écrit:
Ok, i will try to add dev-pkgs to my recipe here
https://github.com/modjo756/meta-udoo-modjo/blob/krogoth-modjo/qt5-layer/recipes-qt/images/udoo->image-qt5.bb
and add udev to m
Hi Paul,
On 4 November 2016 at 09:14, Paul Barker wrote:
> On Fri, 4 Nov 2016 08:55:05 +1100
> Jonathan Liu wrote:
>
>> Hi Paul,
>>
>> On 4 November 2016 at 07:57, Paul Barker wrote:
>> > On Wed, 2 Nov 2016 00:49:11 +1100
>> > Jonathan Liu wrote:
>> >
>> >> device_tree_address=0x100 is set in
Khem,
It worked successfuly.
No errors, no warnings.
Cheers,
Karim
De : Khem Raj
Envoyé : jeudi 3 novembre 2016 22:44
À : Karim ATIKI
Cc : yocto@yoctoproject.org
Objet : Re: [yocto] [meta-raspberrypi][PATCH V2]
gstreamer1.0-plugins-bad_%.bbappend: Set PACKA
On Thu, 2016-11-03 at 12:55 -0700, Graydon, Tracy wrote:
> Update nightly-meta-intel.conf with the most recent release branches.
Merged, thanks.
Joshua
>
> Signed-off-by: Graydon, Tracy
> ---
> buildset-config.meta-intel/nightly-meta-intel.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 dele
On Thu, 3 Nov 2016 12:19:56 -0700
Khem Raj wrote:
>
> > On Nov 3, 2016, at 6:06 AM, Gary Thomas wrote:
> >
> > I recall seeing some discussion in the past about using shallow
> > GIT clones when importing repositories? Is this ever going to
> > happen?
> >
> > The reason I ask is that I rout
21 matches
Mail list logo