[yocto] [ANNOUNCEMENT] meta-intel 8.0 for Yocto Project "rocko" 2.4_M3 (Milestone 3) now available

2017-09-06 Thread Tracy Graydon
All, The meta-intel 8.0 layer for the Yocto Project 2.4 Milestone 3 “rocko" release is now available. repo: git://git.yoctoproject.org/meta-intel branch: master tag: 8.0-rocko-2.4_M3 hash: 8d44e72d6eff173d96eb5b2571e8c1e10de53816 download: http://downloads.yoctoproject.org/releases/yocto/milest

Re: [yocto] Working behind a Palo Alto firewall/proxy

2017-09-06 Thread Andre McCurdy
On Wed, Sep 6, 2017 at 2:42 PM, Greg Wilson-Lindberg wrote: > Hi List, > > Does anybody have any experience trying to run Yocto behind a Palo Alto > firewall. The Palo Alto firewall basically works as a Man in the Middle > system, it hands out its own certificate to boxes behind it and then > decr

[yocto] [patchwork][PATCH] htdocs/js/series.js: Style active tab in series data bar

2017-09-06 Thread Jose Lamego
There is no visual indication on which is the active tab at the Series data bar, providing a poor UX. This change adds the "active" styling to the Series data bar. [YOCTO #11886] Signed-off-by: Jose Lamego --- htdocs/js/series.js | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-

[yocto] [patchwork][PATCH] htdocs/js/series.js: Default to cover letter view only if one is available

2017-09-06 Thread Jose Lamego
Cover letter content section is displayed by default at the Series view even if no cover letter is available, providing a poor UX. This change makes the Cover letter content section to be displayed by default if a cover letter is available, otherwise the Patches list is to be displayed by default

[yocto] Can yocto build a QEMU image to run under MS Windows ?

2017-09-06 Thread Gutierrez, Hernan Ildefonso (Boise R&D, FW)
Hi, As the subject states, I am looking to see if Yocto can build a qemu image to run under MS windows. I have used the standard qemuarm/qemuarm64 MACHINES as defined in default recipes to run under linux, but I wonder if there is a recipe to build qemu which I can deploy to MS windows boxes.

[yocto] Working behind a Palo Alto firewall/proxy

2017-09-06 Thread Greg Wilson-Lindberg
Hi List, Does anybody have any experience trying to run Yocto behind a Palo Alto firewall. The Palo Alto firewall basically works as a Man in the Middle system, it hands out its own certificate to boxes behind it and then decrypts and re-encrypts traffic going through it. The Palo Alto box is su

Re: [yocto] Building out of tree module into kernel image

2017-09-06 Thread Fan Zhang
Hi Vincent Thanks for the quick reply. The MACHINE_ESSENTIAL_EXTRA_RDEPENDS  instruction was put in the local.conf in my build folder. After renaming axidma.bb to kernel-module-axidma.bb. The image build picked up this module. Thanks you so much. There is this comments in the module sample

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] bluez5: add functions/variables to enabling bluetooth on another raspberrypi

2017-09-06 Thread Andrei Gherzan
On Wed, Sep 6, 2017 at 10:18 AM, Paul Barker wrote: > On Tue, Sep 5, 2017 at 11:34 PM, Yusuke Mitsuki > wrote: > > functions/variables in this bbappend implemented for only raspberrypi3. > > But these must be able to used to enabling bluetooth on another > raspberrypi that has bluetooth feature

[yocto] [patchwork][PATCH] htdocs/css/style.css: fix select style in FF and IE

2017-09-06 Thread Jose Lamego
Series view displays the "Revision" select element not in line with the general patchwork style/design when viewed using Firefox or Internet Explorer browsers due to a known incompatibility of this browsers with Boostrap library (for example, an arrow head inside a button is displayed next to the "

[yocto] [patchwork][PATCH] parsemail: keep branch name in subject for series

2017-09-06 Thread Jose Lamego
patches with different branch names included in their name are wrongly appended as succesive revisions of the same patch in a series. This is due to the patches being assigned to the same series after their prefixes got removed during series naming/search. This change looks for an updated release

Re: [yocto] Building out of tree module into kernel image

2017-09-06 Thread Vincent Prince
Hi, Where did you put MACHINE_ESSENTIAL_EXTRA_RDEPENDS instruction? Did you try to rename axidma.bb to kernel-module-axidma.bb ? Best Regards, Vincent 2017-09-06 16:13 GMT+02:00 Fan Zhang : > Hi, > > I've followed the Yocto manual here: http://www.yoctoproject.org/ > docs/1.6.1/kernel-dev/kern

[yocto] Building out of tree module into kernel image

2017-09-06 Thread Fan Zhang
Hi, I've followed the Yocto manual here: http://www.yoctoproject.org/docs/1.6.1/kernel-dev/kernel-dev.html#incorporating-out-of-tree-modules to include an out of tree module, named axidma. I can build this module alone by bitbake axidma and get the .ko file in build/tmp/work/my_machine/axid

Re: [yocto] Build RPi without wireless?

2017-09-06 Thread Paul Barker
On Tue, Sep 5, 2017 at 9:19 PM, Paul D. DeRocco wrote: > How do I build a Raspberry Pi image without WiFi or Bluetooth, or any of > the related utilities? There seem to be lots of packages involved in this, > and I can't figure out what's pulling them in in the first place. > > -- > > Ciao,

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] bluez5: add functions/variables to enabling bluetooth on another raspberrypi

2017-09-06 Thread Paul Barker
On Tue, Sep 5, 2017 at 11:34 PM, Yusuke Mitsuki wrote: > functions/variables in this bbappend implemented for only raspberrypi3. > But these must be able to used to enabling bluetooth on another raspberrypi > that has bluetooth feature such as raspberrypi0-wifi. > > The simple solution is a dupli