On Mon, Sep 23, 2019 at 12:27 PM Ross Burton wrote:
>
> On 23/09/2019 10:19, Teemu K wrote:
> > One question is that is there a way to make package that would contain
> > only dpg-pkgs and src-pkgs? Ie. it'd be like 'debug-addition' for SDK?
> > I know how to install those things to target, but ho
From: He Zhe
openvswith used not to be able to work with dpdk v18. That's one of the reasons
why we keep v17. Now that openvswitch in meta-virtulization has been upgraded to
v2.11, officially claimed support of dpdk18, we can drop dpdk v17.
Signed-off-by: He Zhe
---
...dk-16.07-dpdk-fix-for-pa
Hi Pranay
On Tuesday, 24 September 2019 10:00:46 AM NZST Pranay Mankad wrote:
> Thank you for supporting the recipesExtended view over the last couple of
> days. Here’s a small patch that includes values from two more variables from
> the Bitbake cooker – PR and PE.
>
> I read through Paul’s expl
Hi all,
We released our scripts to help in setting up continuous integration
of a yocto-based project
using Gitlab-CI. You'll find the repository at
https://github.com/BladeGroup/gitlab-oe
Although we're using this in production, it still has a couple of
rough edges and may need
tuning for diffe
All,
The triage team is starting to try and collect up and classify bugs which a
newcomer to the project would be able to work on in a way which means
people can find them. They're being listed on the triage page under the
appropriate heading:
https://wiki.yoctoproject.org/wiki/Bug_Triage#New
Please include the commit from fedora for these files.
Also, I like how the cavs were packaged. An additional test should be added to
the ptest if the cavs are installed.
--Mark
On 9/22/19 9:57 AM, Hongxu Jia wrote:
> Refer the latest Fedora to add cavs test binary for the aes-ctr [1]
> and SSH
On 23/09/2019 15:26, Jean-Baptiste MARIE wrote:
Indeed wayland is enabled in my distro features, so my question is more:
is there any reason to remove x11 from package config when "wayland" is
enabled as a distro feature (but maybe it is no longer a question to be
addressed ot yocto community)?
On Mon, 23 Sep 2019 at 17:26, Jean-Baptiste MARIE
wrote:
> Ok, got it thanks.
>
> Indeed wayland is enabled in my distro features, so my question is more:
> is there any reason to remove x11 from package config when "wayland" is
> enabled as a distro feature (but maybe it is no longer a question
Please include the oe-core commit that this version was taken from. It'll be
easier to uprev, if needed, if we need to.
--Mark
On 9/22/19 9:57 AM, Hongxu Jia wrote:
> Signed-off-by: Hongxu Jia
> ---
> .../openssh/openssh/sshd_check_keys| 78
> ++
> 1 file c
Same comment here as in the fipscheck about the post install stuff.
--Mark
On 9/22/19 9:56 AM, Hongxu Jia wrote:
> Refer
> https://src.fedoraproject.org/rpms/openssh/c/d93958db19129e0f4615865eab22fb36e1f4fb8a
>
> Signed-off-by: Hongxu Jia
> ---
> recipes-connectivity/openssh/openssh_fips.inc
On 9/22/19 9:56 AM, Hongxu Jia wrote:
> Refer Fedora/RedHat's way
> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/6.5_technical_notes/dracut
>
> Signed-off-by: Hongxu Jia
> ---
> recipes-connectivity/openssh/fipscheck_1.5.0.bb | 4
> 1 file changed, 4 inse
On 9/22/19 9:56 AM, Hongxu Jia wrote:
> Refer https://pagure.io/fipscheck/c/489bc3ab3f73707e12b6c2644d80af5ff6fbbf70
>
> Signed-off-by: Hongxu Jia
> ---
> recipes-connectivity/openssh/fipscheck_1.5.0.bb | 18 ++
> 1 file changed, 18 insertions(+)
>
> diff --git a/recipes-conn
Ok, got it thanks.
Indeed wayland is enabled in my distro features, so my question is more: is
there any reason to remove x11 from package config when "wayland" is
enabled as a distro feature (but maybe it is no longer a question to be
addressed ot yocto community)? As Ross mentioned, there can bo
On 9/22/19 9:56 AM, Hongxu Jia wrote:
> Signed-off-by: Hongxu Jia
> ---
> .../openssh/openssh/0001-openssh-8.0p1-fips.patch | 528
> +
> recipes-connectivity/openssh/openssh_8.%.bbappend | 4 +
> recipes-connectivity/openssh/openssh_fips.inc | 8 +
> 3 files cha
Please include the commit id of the Fedora version that was included. It will
help us review changes in the future.
On 9/22/19 9:56 AM, Hongxu Jia wrote:
> Port it from fedora:
> https://src.fedoraproject.org/rpms/fipscheck
>
> It is required by openssh fips.
>
> Signed-off-by: Hongxu Jia
> --
Merged
//Hongxu
On 9/23/19 2:41 PM, Ovidiu Panait wrote:
This fixes a race conditition which leaves devices mounted, causing the
following anaconda installation failure:
File "/usr/lib64/python3.5/site-packages/gi/overrides/BlockDev.py", line 963,
in wrapped
raise transform[1](msg)
File "/us
On Mon, 23 Sep 2019 at 15:48, Jean-Baptiste MARIE
wrote:
> PACKAGECONFIG_remove_imxgpu2d = " \
> ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "x11", "", d)} \
> "
>
What Ross said: If wayland is in distro features this will remove the x11
packageconfig which means disabling the X11 bac
On 23/09/2019 13:48, Jean-Baptiste MARIE wrote:
PACKAGECONFIG_remove_imxgpu2d = " \
${@bb.utils.contains("DISTRO_FEATURES", "wayland", "x11", "", d)} \
"
I do not see any reason why gdk-x11-3.0 would not be built
So if Wayland is enabled, then it disables X11. Do you have Wayland
enable
Hello,
Thanks for your answer. It seems "x11" is enabled as a distro feature
during my build.
I am using the following layers:
- meta-freescale (branch rocko): that meta overloads gtk recipe as shown
below:
PACKAGECONFIG_remove_imxgpu2d = " \
${@bb.utils.contains("DISTRO_FEATURES", "wayland"
On 23/09/2019 10:19, Teemu K wrote:
One question is that is there a way to make package that would contain
only dpg-pkgs and src-pkgs? Ie. it'd be like 'debug-addition' for SDK?
I know how to install those things to target, but how to get them to a
package (or in separate directory) to host.
Th
On Thu, Sep 12, 2019 at 1:52 PM Ross Burton wrote:
>
> On 12/09/2019 11:13, Teemu K wrote:
> > Hi,
> >
> > I'm not entirely sure if this is bug or feature.
> >
> > I've created sdk to my image with populate_sdk - command. I noticed
> > that in the SDK the x86_64 - directory is 384MB and that conta
>-Original Message-
>From: richard.pur...@linuxfoundation.org
>Sent: Monday, 23 September, 2019 3:46 PM
>To: Jain, Sangeeta ; yocto@yoctoproject.org;
>Tummalapalli, Vineela
>Cc: ota...@ossystems.com.br; yi.z...@windriver.com; Sangal, Apoorv
>; Yeoh, Ee Peng ; Chan,
>Aaron Chun Yew ; Ang
On Mon, 2019-09-23 at 07:37 +, Jain, Sangeeta wrote:
> Hi Richard,
>
> LSB support was expected to be removed from build 'yocto-2.8_M3.rc1'
> onwards, but link on AB still points to LSB images.
> The images present inside
> https://autobuilder.yocto.io/pub/releases/yocto-2.8_M3.rc1/machines/g
Hi Richard,
LSB support was expected to be removed from build 'yocto-2.8_M3.rc1' onwards,
but link on AB still points to LSB images.
The images present inside
https://autobuilder.yocto.io/pub/releases/yocto-2.8_M3.rc1/machines/genericx86-64-lsb/
are built with systemd as init manager.
Can you
24 matches
Mail list logo