[yocto] [layerindex-web][PATCH v2 000/129] Docker setup / misc fixes (cover letter only)

2019-07-25 Thread Paul Eggleton
The Clear Linux* Dissector [1] is a special-purpose fork of the OE Layer Index codebase. During development a number of general-purpose fixes have been made, so I am now sending a slightly reworked set of these back to be merged into the layer index. Highlights: * Enhanced docker/docker-compose

Re: [linux-yocto] [PATCH] btrfs: Fix build error while LIBCRC32C is module

2019-07-25 Thread Bruce Ashfield
On Thu, Jul 25, 2019 at 9:43 PM He Zhe wrote: > > > On 7/25/19 9:04 PM, Bruce Ashfield wrote: > > On Thu, Jul 25, 2019 at 9:03 AM Bruce Ashfield > wrote: > >> On Thu, Jul 25, 2019 at 4:54 AM wrote: > >>> From: YueHaibing > >>> > >>> If CONFIG_BTRFS_FS is y and CONFIG_LIBCRC32C is m, > >>>

Re: [yocto] how to stop applying patches in yocto project

2019-07-25 Thread Randy MacLeod
On 7/25/19 7:19 AM, Tg, Harish wrote: Hi, I have requirement that I shall not apply patches to the yocto project and then build u-boot, kernel and the images. Can u please help me? Basically I need to revert back to PSDKLA-3.02 Release and without patches. Please guide me.

Re: [linux-yocto] [PATCH] btrfs: Fix build error while LIBCRC32C is module

2019-07-25 Thread He Zhe
On 7/25/19 9:04 PM, Bruce Ashfield wrote: > On Thu, Jul 25, 2019 at 9:03 AM Bruce Ashfield > wrote: >> On Thu, Jul 25, 2019 at 4:54 AM wrote: >>> From: YueHaibing >>> >>> If CONFIG_BTRFS_FS is y and CONFIG_LIBCRC32C is m, >>> building fails: >> I've already fixed this by changing the

Re: [yocto] QA notification for completed autobuilder build (yocto-2.8_M2.rc1)

2019-07-25 Thread Yeoh, Ee Peng
Hello All, Intel and WR YP QA is planning for QA execution for YP build yocto-2.8_M2.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw 3. BSP-Qemu Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2.

Re: [yocto] PREMIRROR

2019-07-25 Thread Russell Peterson
Just tried the externalsrc feature. Works perfectly. Exactly what I was looking for. Thanks so much, Rudolf! --Russ On Thu, Jul 25, 2019 at 4:59 PM Rudolf J Streif wrote: > Inlining below. > On 7/25/19 8:14 AM, Russell Peterson wrote: > > I think I have a somewhat better understanding of

Re: [yocto] Recurrent service file

2019-07-25 Thread Anders Montonen
On 26 Jul 2019, at 1:45, JH wrote: > > Hi, > > I am running Yocto distroI am building a service file like a cron job > to run every 10 minutes, I searched from Internet, there was tips to > use Restart=always and RestartSec=10min, but that seems not quite > right, the document said that

[yocto] Recurrent service file

2019-07-25 Thread JH
Hi, I am running Yocto distroI am building a service file like a cron job to run every 10 minutes, I searched from Internet, there was tips to use Restart=always and RestartSec=10min, but that seems not quite right, the document said that RestartSec is for delaying 10min, any tips how to fix

Re: [yocto] PREMIRROR

2019-07-25 Thread Rudolf J Streif
Inlining below. On 7/25/19 8:14 AM, Russell Peterson wrote: > I think I have a somewhat better understanding of what is going on. > > First off, I was confused by the fact that the original error message > I saw from do_unpack referenced the file (URL) at > DL_DIR/git2/original_github_url.  What

Re: [linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH 0/1] correct the code position

2019-07-25 Thread Bruce Ashfield
It is now merged. Bruce On Wed, Jul 24, 2019 at 10:25 AM qwang2 wrote: > > Hi Bruce, > > Could this patch be merged to linux-yocto-dev now? > > Thanks, > > Quanyang > > On 2019/7/23 上午11:11, quanyang.w...@windriver.com wrote: > > From: Quanyang Wang > > > > Hi Bruce, > > > > Would you please

Re: [yocto] Building for AM335x with meta-ti and meta-qt5

2019-07-25 Thread Andy Pont
I wrote about trying to compile the SGX kernel modules giving up with the following error: | *** Multiarch build: no | *** Primary arch:target_armel | *** Secondary arch: none | ../config/core.mk:513: $(KERNELDIR)/vmlinux does not exist. Kbuild may fail. |

Re: [yocto] PREMIRROR

2019-07-25 Thread Russell Peterson
I think I have a somewhat better understanding of what is going on. First off, I was confused by the fact that the original error message I saw from do_unpack referenced the file (URL) at DL_DIR/git2/original_github_url. What I didn't understand at the time was that while that file existed,* it

[yocto] nostamp is not working as expected

2019-07-25 Thread Aravindhlal G . S . S
Hi Yocto Experts, I wanted to run do_compile task every time and should not fetch from the sstate cache for the incremental builds. In the correspond recipe, I had set do_compile[nostamp] = "1" and still it does not run every time. It is re-run only after clean sstate. Am I missing something

Re: [linux-yocto] [PATCH] btrfs: Fix build error while LIBCRC32C is module

2019-07-25 Thread Bruce Ashfield
On Thu, Jul 25, 2019 at 9:03 AM Bruce Ashfield wrote: > > On Thu, Jul 25, 2019 at 4:54 AM wrote: > > > > From: YueHaibing > > > > If CONFIG_BTRFS_FS is y and CONFIG_LIBCRC32C is m, > > building fails: > > I've already fixed this by changing the configuration in the kernel-cache. > I'll > pick

Re: [linux-yocto] [PATCH] btrfs: Fix build error while LIBCRC32C is module

2019-07-25 Thread Bruce Ashfield
On Thu, Jul 25, 2019 at 4:54 AM wrote: > > From: YueHaibing > > If CONFIG_BTRFS_FS is y and CONFIG_LIBCRC32C is m, > building fails: I've already fixed this by changing the configuration in the kernel-cache. I'll pick this up in linux-yocto-dev once it makes a -rc release. Bruce > >

[yocto] how to stop applying patches in yocto project

2019-07-25 Thread Tg, Harish
Hi, I have requirement that I shall not apply patches to the yocto project and then build u-boot, kernel and the images. Can u please help me? Basically I need to revert back to PSDKLA-3.02 Release and without patches. Please guide me. Thanks, Harish. --

Re: [yocto] How to fix SSH interfactive promotion for Yocto Linux embedded system

2019-07-25 Thread JH
Thanks Zoran and Burton. - jupiter On 7/25/19, Zoran Stojsavljevic wrote: > And, YES, since BysuBox supplies very reduced set of commands... > > You should put these options >> -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -o >> ServerAliveCountMax=3 -o StrictHostKeyChecking=no -o >>

[yocto] [PATCH V2 3/3] intel-graphics-compiler: skip it if clang is not ready

2019-07-25 Thread Hongxu Jia
Since intel-graphics-compiler depends on clang, skip it if clang is not ready Issue: LIN1019-1846 (LOCAL REV: NOT UPSTREAM) -- Sent to Yocto on 20190724 Signed-off-by: Hongxu Jia --- recipes-opencl/igc/intel-graphics-compiler_1.0.6.bb | 8 1 file changed, 8 insertions(+) diff --git

Re: [linux-yocto] [PATCH] btrfs: Fix build error while LIBCRC32C is module

2019-07-25 Thread He Zhe
This is for all branches containing v5.3-rc1. Zhe On 7/25/19 4:54 PM, zhe...@windriver.com wrote: > From: YueHaibing > > If CONFIG_BTRFS_FS is y and CONFIG_LIBCRC32C is m, > building fails: > > fs/btrfs/super.o: In function `btrfs_mount_root': > super.c:(.text+0xb7f9): undefined reference

Re: [yocto] How to fix SSH interfactive promotion for Yocto Linux embedded system

2019-07-25 Thread Burton, Ross
You're using busybox's scp, which is limited compared to openssh. If you want to use openssh's binaries install openssh-clients, otherwise adapt your options to work with busybox's scp. Ross On Thu, 25 Jul 2019 at 02:10, JH wrote: > > Hi, > > I am running busybox in imx6 using ssh and scp in

[linux-yocto] [PATCH] btrfs: Fix build error while LIBCRC32C is module

2019-07-25 Thread zhe.he
From: YueHaibing If CONFIG_BTRFS_FS is y and CONFIG_LIBCRC32C is m, building fails: fs/btrfs/super.o: In function `btrfs_mount_root': super.c:(.text+0xb7f9): undefined reference to `crc32c_impl' fs/btrfs/super.o: In function `init_btrfs_fs': super.c:(.init.text+0x3465): undefined

[yocto] [meta-security][PATCH 1/2] openscap: update recipe

2019-07-25 Thread Yi Zhao
* Add PACKAGECONFIG for gcrypt, nss3 and selinux * Use EXTRA_OECMAKE rather than EXTRA_OECONF * Set CMAKE_SKIP_RPATH and CMAKE_SKIP_INSTALL_RPATH instead of chrpath * Remove ptest since there are many host contamination issues on target. We will add it back when these issues are solved. * Drop

[yocto] [meta-security][PATCH 2/2] scap-security-guide: update recipe

2019-07-25 Thread Yi Zhao
* Set B="${S}/build" to fix the build failure for out of source directory * Remove do_complile and do_install. Use the default functions from cmake.bbclass. * Install the artifacts to /usr/share rather than /usr/local/share Signed-off-by: Yi Zhao ---