[linux-yocto] [kernel-cache][PATCH] standard.cfg: enable RAID 4/5/6

2020-01-23 Thread Alexander Kanavin
This in particular allows testing mdraid inside qemu as it expects RAID 4/5/6 to be available. Signed-off-by: Alexander Kanavin --- ktypes/standard/standard.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ktypes/standard/standard.cfg b/ktypes/standard/standard.cfg index 7ae03edb

Re: [linux-yocto] [kernel-cache][PATCH] standard.cfg: enable RAID 4/5/6

2020-02-06 Thread Alexander Kanavin
Ping :) Alex On Thu, 23 Jan 2020 at 15:07, Alexander Kanavin via Lists.Yoctoproject.Org wrote: > This in particular allows testing mdraid inside qemu as it > expects RAID 4/5/6 to be available. > > Signed-off-by: Alexander Kanavin > --- > ktypes/standard/standard.cfg | 1 +

Re: [linux-yocto] [kernel-cache][PATCH] standard.cfg: enable RAID 4/5/6

2020-02-06 Thread Alexander Kanavin
ull request yesterday. > > Assuming I can fix the bug that that series triggered, I'll do the > kernel config/content updates shortly thereafter. > > Bruce > > On Thu, Feb 6, 2020 at 6:22 AM Alexander Kanavin > wrote: > > > > Ping :) > > > >

[linux-yocto] [kernel-cache][PATCH] common-pc-drivers.cfg: add CONFIG_INPUT_UINPUT

2020-02-24 Thread Alexander Kanavin
This will allow testing libinput in particular: https://www.kernel.org/doc/html/latest/input/uinput.html https://wayland.freedesktop.org/libinput/doc/latest/test-suite.html Signed-off-by: Alexander Kanavin --- bsp/common-pc/common-pc-drivers.cfg | 2 ++ 1 file changed, 2 insertions(+) diff

Re: [linux-yocto] [kernel-cache][PATCH] common-pc-drivers.cfg: add CONFIG_INPUT_UINPUT

2020-02-26 Thread Alexander Kanavin
Thanks. There is no rush here, as also https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/397 needs to propagate into a release. Alex On Wed, 26 Feb 2020 at 17:10, Bruce Ashfield wrote: > On Mon, Feb 24, 2020 at 4:35 AM Alexander Kanavin > wrote: > > > > This

[linux-yocto] [kernel-cache][PATCH] qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT

2020-12-12 Thread Alexander Kanavin
This will address libinput ptest failures: https://www.kernel.org/doc/html/latest/input/uinput.html https://wayland.freedesktop.org/libinput/doc/latest/test-suite.html qemux86_64 already has it enabled. Signed-off-by: Alexander Kanavin --- bsp/qemuarm64/qemuarm64-gfx.cfg | 3 +++ 1 file

[linux-yocto] [kernel-cache][PATCH] preempt-rt.scc: arm should come after ftrace

2021-12-27 Thread Alexander Kanavin
choice [y] FUNCTION_GRAPH_TRACER [y] AEABI [y] [INFO]: config 'CONFIG_UNWINDER_ARM' was set, but it wasn't assignable, check (parent) dependencies == standard.scc already has this in the correct order. Signed-off-by: Alexander Kanavin --- ktypes/preempt-rt/preempt-rt.scc | 2 +

[linux-yocto] [kernel-cache][PATCH] drivers-zynq.cfg: update CONFIG_NET_CADENCE option

2021-12-27 Thread Alexander Kanavin
It was renamed in https://github.com/torvalds/linux/commit/0df5f81c481e383f37f9f97eb014c885898b1773 Signed-off-by: Alexander Kanavin --- bsp/xilinx/soc/drivers-zynq.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/xilinx/soc/drivers-zynq.cfg b/bsp/xilinx/soc/drivers

Re: [linux-yocto] [kernel-cache][PATCH] drivers-zynq.cfg: update CONFIG_NET_CADENCE option

2022-01-05 Thread Alexander Kanavin
pick it to other versions if > required > > Bruce > > In message: [kernel-cache][PATCH] drivers-zynq.cfg: update > CONFIG_NET_CADENCE option > on 27/12/2021 Alexander Kanavin wrote: > > > It was renamed in > > > https://github.com/torvalds/linux/commit/0df5f81

Re: [linux-yocto] Install apt-get in yocto hardknott 25.0.4

2022-01-18 Thread Alexander Kanavin
You need to put package_deb first, as the otherwise rpm is used to make an image and put a package database in it. Alex On Tue, 18 Jan 2022 at 17:43, wrote: > Iam trying to install apt-get in yocto. > 1)In the local.conf I added: PACKAGE_CLASSES ?= "package_rpm package_deb" > EXTRA_IMAGE_FEATUR

Re: [linux-yocto] Controlling features enable/disable across recipe and meta layers ?

2022-02-15 Thread Alexander Kanavin
You need to define several distributions (e.g. several conf/distro/something.conf files), then you can set DISTRO_FEATURES accordingly in each of them, and then on the recipe level PACKAGECONFIGs can be enabled subject to DISTRO_FEATURES. Note that each of those .conf files can include the same .in

[linux-yocto] [kernel-cache][PATCH] base.cfg: enable kernel crypto userspace API

2022-04-07 Thread Alexander Kanavin
hardlink from util-linux 2.38 makes use of it and fails its test suite in particular. Signed-off-by: Alexander Kanavin --- ktypes/base/base.cfg | 4 1 file changed, 4 insertions(+) diff --git a/ktypes/base/base.cfg b/ktypes/base/base.cfg index f52c0964..d1a4b93b 100644 --- a/ktypes/base

Re: [linux-yocto] [kernel-cache][PATCH 08/11] bsp/intel-corei7-64-preempt-rt: Add support for Time-Sensitive Network

2023-03-07 Thread Alexander Kanavin
On Tue, 7 Mar 2023 at 12:07, Paul Gortmaker wrote: > Contrast that with attempting to maintain what amounts to an > "intel-defconfig" setup - which will always try to please everyone > across all boards and procfams -- and hence will never please anyone. ... > The directory name with "common" in

Re: [linux-yocto] [kernel-cache][PATCH 08/11] bsp/intel-corei7-64-preempt-rt: Add support for Time-Sensitive Network

2023-03-07 Thread Alexander Kanavin
On Tue, 7 Mar 2023 at 15:58, Paul Gortmaker wrote: > You make some valid points, and I too still use the kernel's "defconfig" > when I need to test something generic. But you didn't address any of > the other concerns I raised - like ensuring that the x86 config doesn't > go down the road to beco

Re: [linux-yocto] [kernel-cache][PATCH 08/11] bsp/intel-corei7-64-preempt-rt: Add support for Time-Sensitive Network

2023-03-07 Thread Alexander Kanavin
On Tue, 7 Mar 2023 at 15:58, Paul Gortmaker wrote: > Unfortunately, not everything is a module. As to your "so what if the > existing machines enable everything under the sun and install it onto > the image" -- well obviously if people are evaluating Yocto for use in > a system with limited stora

Re: [linux-yocto] [kernel-cache][PATCH 08/11] bsp/intel-corei7-64-preempt-rt: Add support for Time-Sensitive Network

2023-03-07 Thread Alexander Kanavin
On Tue, 7 Mar 2023 at 19:23, Paul Gortmaker wrote: > I won't repeat what others have already said, but just to be clear, the > kernel config for a platform is 100% independent from having "a rich > command line experience" > > That is rootfs choice: "core-image-minimal" vs "core-image-full-cmdline

Re: [linux-yocto] Add .deb file into Yocto image

2024-04-15 Thread Alexander Kanavin
First of all, please introduce yourself. What is your name? Who do you work for? What is the product you are working on? Second, please show the recipe exactly as it is (don't censor or otherwise modify it), and then also show what happens when you run bitbake with it, because what I'm seeing cann

Re: [linux-yocto] Add .deb file into Yocto image

2024-04-15 Thread Alexander Kanavin
.deb into that location). Alex On Mon, 15 Apr 2024 at 13:35, Alexander Kanavin via lists.yoctoproject.org wrote: > > First of all, please introduce yourself. What is your name? Who do you > work for? What is the product you are working on? > > Second, please show the recipe exa

Re: [linux-yocto] Add .deb file into Yocto image

2024-04-16 Thread Alexander Kanavin
Hello Rayhan, I forgot to say, linux-yocto is not the right place to ask general yocto questions (it's for developing the linux kernel in yocto). Please use the yocto group instead. Alex On Mon, 15 Apr 2024 at 14:41, inbrayhan via lists.yoctoproject.org wrote: > > [Edited Message Follows] > > H