[yocto] PXE Boot on Yocto Intel Hardware

2018-11-20 Thread Mohammad, Jamal M
Hi Guys, We are trying to set up PXE boot in Yocto. Our hardware is Apollo Lake based SoC (intel-core-i7), I used tftp32 utility, started dns, tftp and dhcp server and put "bootx64.efi" as boot file When I do "PXE Boot" from hardware, it successfully copies the bootx64.efi file into the

Re: [yocto] Yocto layers missing thud branches

2018-11-20 Thread richard . purdie
On Tue, 2018-11-20 at 16:21 -0700, akuster808 wrote: > > On 11/20/18 4:05 PM, Richard Purdie wrote: > > On Mon, 2018-11-19 at 09:47 +1300, Paul Eggleton wrote: > > > On Monday, 19 November 2018 12:11:35 AM NZDT Max Krummenacher wrote: > > > > Am Samstag, den 17.11.2018, 15:50 -0800 schrieb

Re: [yocto] Yocto layers missing thud branches

2018-11-20 Thread akuster808
On 11/20/18 4:05 PM, Richard Purdie wrote: > On Mon, 2018-11-19 at 09:47 +1300, Paul Eggleton wrote: >> On Monday, 19 November 2018 12:11:35 AM NZDT Max Krummenacher wrote: >>> Am Samstag, den 17.11.2018, 15:50 -0800 schrieb akuster808: Can the maintainers of meta-qt3, meta-qt4,

Re: [yocto] Yocto layers missing thud branches

2018-11-20 Thread Richard Purdie
On Mon, 2018-11-19 at 09:47 +1300, Paul Eggleton wrote: > On Monday, 19 November 2018 12:11:35 AM NZDT Max Krummenacher wrote: > > Am Samstag, den 17.11.2018, 15:50 -0800 schrieb akuster808: > > > Can the maintainers of meta-qt3, meta-qt4, meta-selinux, and > > > meta-cgl > > > please add a "Thud"

[yocto] include in the image mtd-utils-ubifs

2018-11-20 Thread Srinivasan, Raja
All I am trying to include the ubi-utils (ubiformat etc in my image. I included mtd-utils in CORE_IMAGE_EXTRA_INSTALL which appears to result in building the system. Except these are not included in my image. I was told to include the package mtd-utils-ubifs to the list of packages. Not

[yocto] [meta-mingw][PATCH v2 2/2] cmake: add support for building nativesdk-cmake

2018-11-20 Thread Samuli Piippo
Build nativesdk-cmake and dependency libs without without openssl. Signed-off-by: Samuli Piippo --- recipes-devtools/cmake/cmake_%.bbappend | 7 +++ recipes-extended/libarchive/libarchive_%.bbappend | 1 + recipes-support/curl/curl_%.bbappend | 2 ++ 3 files changed,

[yocto] [meta-mingw][PATCH] mingw-w64-{headers, runtime, winpthreads}: Upgrade 5.0.3 -> 6.0.0

2018-11-20 Thread Joshua Watt
Upgrades the MinGW support recipes to the latest version Signed-off-by: Joshua Watt --- ...pl.h-do-not-define-_xgetbv-for-GCC-8.patch | 43 --- .../mingw-w64/mingw-w64-headers/epsilon.patch | 16 --- recipes-devtools/mingw-w64/mingw-w64.inc | 14 ++ ...b =>

[yocto] Yocto Project Status WW47’18

2018-11-20 Thread Jolley, Stephen K
Current Dev Position: YP 2.7 M1. Next Deadline: YP 2.7 M1 Cutoff is Dec. 10, 2018 SWAT Team Rotation: · SWAT lead is currently: Paul · SWAT team rotation: Paul -> Ross on Nov. 23, 2018 · SWAT team rotation: Ross -> Amanda on Nov. 30, 2018 ·

Re: [yocto] PermissionError when using image_list_installed_packages

2018-11-20 Thread Burton, Ross
Your recipe is a non-image recipe, so what image do you expect it to list the manifest of? On Tue, 20 Nov 2018 at 08:16, Norman Stetter wrote: > Hi, > > > > I am currently working on a BitBake task, which generates a html file > containing a table of all packages used in my image. > > > > To

[yocto] PermissionError when using image_list_installed_packages

2018-11-20 Thread Norman Stetter
Hi, I am currently working on a BitBake task, which generates a html file containing a table of all packages used in my image. To get a list of all packages I want to use 'image_list_installed_packages' from 'oe.rootfs', the way it is used in 'license.bbclass'. My minimal test recipe looks