[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 se

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. PSDKLA-

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. Coffe

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 wh

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 RestartS

[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 follo

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 I

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. | eurasiacon/build/lin

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 w

[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

[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 >> Use

[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 a/

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 sh

[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 referen

[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 th

[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 --- .../scap-security-guide/scap-security-gui