[yocto] [meta-mingw][PATCH] bzip2: Update to 1.0.7

2019-07-02 Thread Joshua Watt
Updates bzip2 to version 1.0.7 to match master in oe-core. The patch to change the path separator was properly upstreamed and hopefully will no longer be necessary going forward. Signed-off-by: Joshua Watt --- .../0001-Fix-include-path-separator.patch | 33 +++

Re: [linux-yocto] [kernel-cache][PATCH 1/2] Revert "netfilter: Fix remainder of pseudo-header protocol 0"

2019-07-02 Thread Bruce Ashfield
On Tue, Jul 2, 2019 at 12:17 PM He Zhe wrote: > > > > On 7/2/19 9:16 PM, He Zhe wrote: > > > > On 7/2/19 9:04 PM, Bruce Ashfield wrote: > >> On Tue, Jul 2, 2019 at 4:54 AM wrote: > >>> From: He Zhe > >>> > >>> The patch has already been applied on the tree. This would trigger > >>>

[yocto] Yocto Project Status WW27'19

2019-07-02 Thread sjolley.yp.pm
Current Dev Position: YP 2.8 M2 Next Deadline: YP 2.8 Milestone 2 Cutoff July 14th, 2019 SWAT Team Rotation: * SWAT lead is currently: Chen * SWAT team rotation: Chen -> Armin on July 5, 2019 * SWAT team rotation: Armin -> Amanda on July 12, 2019 *

Re: [yocto] Poky build errors, help is needed

2019-07-02 Thread Burton, Ross
On Tue, 2 Jul 2019 at 19:22, Chad Gong wrote: > Thank you for the advice. Which folder contains the recipe? Which method is > used to calculate the checksum? Please remember to ensure the list is copied. $ find . -name opkg-util*bb ./meta/recipes-devtools/opkg-utils/opkg-utils_0.4.1.bb You're

Re: [linux-yocto] [kernel-cache][PATCH 1/2] Revert "netfilter: Fix remainder of pseudo-header protocol 0"

2019-07-02 Thread He Zhe
On 7/2/19 9:16 PM, He Zhe wrote: > > On 7/2/19 9:04 PM, Bruce Ashfield wrote: >> On Tue, Jul 2, 2019 at 4:54 AM wrote: >>> From: He Zhe >>> >>> The patch has already been applied on the tree. This would trigger >>> re-application when features/net/net.scc included. >> Nothing should be

[yocto] [meta-gplv2][PATCH] gnupg: Enable native build support

2019-07-02 Thread Joshua Watt
Adds support for building gnupg as a -native recipe. Signed-off-by: Joshua Watt --- recipes-support/gnupg/gnupg_1.4.7.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-support/gnupg/gnupg_1.4.7.bb b/recipes-support/gnupg/gnupg_1.4.7.bb index 85636ab..a7fbd11 100644 ---

Re: [yocto] Poky build errors, help is needed

2019-07-02 Thread Burton, Ross
Check that the checksum of the file you grabbed matches the recipe. There's a MD5 in the recipe that it is comparing against. Ross On Tue, 2 Jul 2019 at 16:25, Chad Gong wrote: > > Ross, Gabriele, > > I switched to branch 2.7. Still have the same problem as shown below. > > ERROR:

Re: [yocto] Poky build errors, help is needed

2019-07-02 Thread Chad Gong
Ross, Gabriele, I switched to branch 2.7. Still have the same problem as shown below. ERROR: opkg-utils-0.4.0-r0 do_fetch: Checksum failure fetching http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/snapshot/opkg-utils-0.4.0.tar.gz When using wget, the files can be downloaded as shown

[yocto] Anyone built Yocto with Qt5 layer for imx6?

2019-07-02 Thread Onur Eser
Hello, Yocto Community! Trying to build Yocto with Qt5 layer for Humming Board 2. But I had almost a billion of errors and I am so bored. Does anyone had it built? Can you guys share some steps or configurations with me? Thanks! Onur -- ___ yocto

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

2019-07-02 Thread akuster808
On 7/1/19 10:26 PM, Jain, Sangeeta wrote: > > Hello All, > >   > > Intel and WR YP QA is planning for QA execution for YP build 2.7.rc1 > > We are planning to execute following tests for this cycle: > I would like to thank Intel and Wind River for doing QA. >   > > OEQA-manual tests for

Re: [linux-yocto] [kernel-cache][PATCH 1/2] Revert "netfilter: Fix remainder of pseudo-header protocol 0"

2019-07-02 Thread He Zhe
On 7/2/19 9:04 PM, Bruce Ashfield wrote: > On Tue, Jul 2, 2019 at 4:54 AM wrote: >> From: He Zhe >> >> The patch has already been applied on the tree. This would trigger >> re-application when features/net/net.scc included. > Nothing should be including net.scc directly from a KERNEL_FEATURES.

Re: [linux-yocto] [kernel-cache][PATCH 1/2] Revert "netfilter: Fix remainder of pseudo-header protocol 0"

2019-07-02 Thread Bruce Ashfield
On Tue, Jul 2, 2019 at 4:54 AM wrote: > > From: He Zhe > > The patch has already been applied on the tree. This would trigger > re-application when features/net/net.scc included. Nothing should be including net.scc directly from a KERNEL_FEATURES. It is a patch + config block. So we won't be

Re: [yocto] Poky build errors, help is needed

2019-07-02 Thread Gabriele Zampieri
Hi Chad, why are you checking out such an old version? As the tutorial said, try: git checkout tags/yocto-2.7 -b my-yocto-2.7 Probably some URLs are no longer available. Gabriele Il giorno mar 2 lug 2019 alle ore 14:53 Chad Gong ha scritto: > Hi, > > > > I am new to Yocto project and try

Re: [yocto] Poky build errors, help is needed

2019-07-02 Thread Burton, Ross
On Tue, 2 Jul 2019 at 13:53, Chad Gong wrote: > WARNING: m4-native-1.4.18-r0 do_fetch: Failed to fetch URL > http://ftp.gnu.org/gnu/m4/m4-1.4.18.tar.gz, attempting MIRRORS if available $ wget http://ftp.gnu.org/gnu/m4/m4-1.4.18.tar.gz URL transformed to HTTPS due to an HSTS policy --2019-07-02

[yocto] Poky build errors, help is needed

2019-07-02 Thread Chad Gong
Hi, I am new to Yocto project and try to build my first yocto project by following instructions on https://www.yoctoproject.org/docs/current/brief-yoctoprojectqs/brief-yoctoprojectqs.html. I checked out branch yocto-2.5.3, and tried to build targets, such as core-image-minimal,

[yocto] Recursion error in do_package task, building libgcc_8.3

2019-07-02 Thread Ekaterini Voulgari
Hello, I'm building a custom image (based on poky-tiny distro with newlib) and I get a symlink recursion error at strip_files. Ι've found this:https://lists.yoctoproject.org/pipermail/yocto/2019-June/045838.html of some relevance. I tried with:    INHIBIT_SYSROOT_STRIP = "1"   

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

2019-07-02 Thread Burton, Ross
On Tue, 2 Jul 2019 at 08:05, Zoran Stojsavljevic wrote: > >> Runtime auto test for following platforms: > >> 1. MinnowTurbot 32-bit (Appolo Lake?) > >> 2. Coffee Lake (14nm 4th tock in the row) > >> 3. NUC 7 > >> 4. NUC 6 > >> 5. Edgerouter > >> 6. MPC8315e-rdb > >> 7. BeagleboneHm... > > At

Re: [yocto] Allow choose of U-Boot config for machine

2019-07-02 Thread JH
Thank you very much Gabriele, appreciate it. On 7/2/19, Gabriele Zampieri wrote: > Since UBOOT_CONFIG is a standard property, I suggest you to read the > following links: > >- > > https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-UBOOT_CONFIG >- > >

Re: [yocto] Getting a package PV from another

2019-07-02 Thread Gabriele Zampieri
Hi Mike, thank you for your reply. The meta-layer that we use are locked (they won't be changed once in production, so the git hash won't tell much about). I need that information for tracking/distribution purposes, since I already have a way to get it at runtime. Gabriele Il giorno lun 1 lug

[linux-yocto] [kernel-cache][PATCH 2/2] netfilter: Fix remainder of pseudo-header protocol 0

2019-07-02 Thread zhe.he
From: He Zhe 1/1 [ Author: He Zhe Email: zhe...@windriver.com Subject: netfilter: Fix remainder of pseudo-header protocol 0 Date: Tue, 25 Jun 2019 18:15:50 +0800 Since v5.1-rc1, some types of packets do not get unreachable reply with the following iptables setting. Fox example, $ iptables -A

[linux-yocto] [kernel-cache][PATCH 1/2] Revert "netfilter: Fix remainder of pseudo-header protocol 0"

2019-07-02 Thread zhe.he
From: He Zhe The patch has already been applied on the tree. This would trigger re-application when features/net/net.scc included. This reverts commit b5776165c9d346c30356b9d95debd69588d58323. --- features/net/net.scc | 1 -

Re: [yocto] Allow choose of U-Boot config for machine

2019-07-02 Thread Gabriele Zampieri
Since UBOOT_CONFIG is a standard property, I suggest you to read the following links: - https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-UBOOT_CONFIG - https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-UBOOT_MACHINE Please not that

Re: [yocto] Allow choose of U-Boot config for machine

2019-07-02 Thread JH
Thanks Gabriele, you are right, it did not work in command line but it did not complain after UBOOT_CONFIG = "nand" to local.conf, how can I am sure it is built to boot from nand? I don't have a board to try yet. Thank you very much. Kind regards, - jh On 7/2/19, Gabriele Zampieri wrote: >

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

2019-07-02 Thread Zoran Stojsavljevic
>> Runtime auto test for following platforms: >> 1. MinnowTurbot 32-bit (Appolo Lake?) >> 2. Coffee Lake (14nm 4th tock in the row) >> 3. NUC 7 >> 4. NUC 6 >> 5. Edgerouter >> 6. MPC8315e-rdb >> 7. BeagleboneHm... At least first four from the list are IA (INTEL Architecture)... Maybe even

Re: [yocto] Allow choose of U-Boot config for machine

2019-07-02 Thread Gabriele Zampieri
Hi, you must use double quotes around nand, so: UBOOT_CONFIG = "nand" However I cannot guarantee this line will be the solution, I usually use a customized uboot. Gabriele Il giorno mar 2 lug 2019 alle ore 04:07 JH ha scritto: > Hi, > > The imx6ullevk.conf defined sdcard for booting on imx6

[yocto] useradd-staticids: problem with --user-group

2019-07-02 Thread Alexander Stein
Hi, I need to use useradd-staticids to have fixed UID/GID during update. For that I've set the following in my conf/local.conf: > USERADD_ERROR_DYNAMIC = "1" > USERADDEXTENSION = "useradd-staticids" > USERADD_GID_TABLES = "files/group" > USERADD_UID_TABLES = "files/passwd" After deleting TMPDIR