Re: [linux-yocto] [kernel-cache][yocto-5.4][PATCH 1/6] mipi-config-ultra96.scc: Add config fragment to support mipi pipeline on Ultra96-zynqmp

2020-07-31 Thread akuster
On 7/31/20 12:58 PM, Chandana kalluri wrote: > Add config fragment to support mipi camera capture pipeline on Ultra96-zynqmp. > > Signed-off-by: Sai Hari Chandana Kalluri > --- > bsp/xilinx/ultra96-zynqmp/mipi-config-ultra96.cfg | 128 > ++ >

[yocto] Extracting files and creating directory tar.gz's from yocto created root filesystem #yocto

2020-07-31 Thread steve via lists.yoctoproject.org
I am successfully creating a root file-system for my project (roko version). I am interested in performing modifications to the root file-system after it has been constructed with a recipe. I currently use a ROOTFS_POSTUNINSTALL_COMMAND += "my_command " in one of my recipes to perform some of

Re: [yocto] dunfell gcc-sanitizers-arm-8.3 fails to build

2020-07-31 Thread Khem Raj
On Fri, Jul 31, 2020 at 8:35 AM Ryan Harkin wrote: > > Hello, > > I'm migrating from Warrior to Dunfell and I'm getting a curious build failure > in gcc-sanitizers. > > Here's the full gory detail: > https://pastebin.ubuntu.com/p/nh4cDKMvgS/ > > However, the main error is this: > > | In file

[linux-yocto] [kernel-cache][yocto-5.4][PATCH 4/6] v4l2.scc: Add config fragment to enable Xilinx v4l2 features.

2020-07-31 Thread Chandana kalluri
Add configuration fragment to features/xilinx to enable v4l2 drivers Signed-off-by: Sai Hari Chandana Kalluri --- features/xilinx/v4l2/v4l2.cfg | 24 features/xilinx/v4l2/v4l2.scc | 5 + 2 files changed, 29 insertions(+) create mode 100644

[linux-yocto] [kernel-cache][yocto-5.4][PATCH 2/6] zybo-linux-bd-zynq7.scc: Add config fragment for Digilent Zybo linux_bd project

2020-07-31 Thread Chandana kalluri
Add config fragment to support Digilent Zybo linux_bd project Signed-off-by: Sai Hari Chandana Kalluri --- .../zybo-linux-bd-zynq7/zybo-linux-bd-zynq7.cfg | 20 .../zybo-linux-bd-zynq7/zybo-linux-bd-zynq7.scc | 8 2 files changed, 28 insertions(+)

[linux-yocto] [kernel-cache][yocto-5.4][PATCH 3/6] kc705-microblazeel-features: Add config fragment support to build kc705-microblazeel features

2020-07-31 Thread Chandana kalluri
Add kernel config fragments to enable and build Xilinx kc705-microblazeel bsp features Signed-off-by: Sai Hari Chandana Kalluri --- .../kc705-microblazeel-features.cfg| 18 ++ .../kc705-microblazeel-features.scc| 5 + 2 files

[linux-yocto] [kernel-cache][yocto-5.4][PATCH 6/6] hdmi-module: Add fragment to enable Xilinx hdmi-module

2020-07-31 Thread Chandana kalluri
Signed-off-by: Sai Hari Chandana Kalluri --- features/xilinx/hdmi-module/hdmi-module.cfg | 224 features/xilinx/hdmi-module/hdmi-module.scc | 6 + 2 files changed, 230 insertions(+) create mode 100644 features/xilinx/hdmi-module/hdmi-module.cfg create mode 100644

[linux-yocto] [kernel-cache][yocto-5.4][PATCH 5/6] overlay_of.scc: Support Xilinx overlays feature fragment

2020-07-31 Thread Chandana kalluri
Signed-off-by: Sai Hari Chandana Kalluri --- features/xilinx/overlay_of/overlay_of.cfg | 4 features/xilinx/overlay_of/overlay_of.scc | 5 + 2 files changed, 9 insertions(+) create mode 100644 features/xilinx/overlay_of/overlay_of.cfg create mode 100644

[linux-yocto] [kernel-cache][yocto-5.4][PATCH 1/6] mipi-config-ultra96.scc: Add config fragment to support mipi pipeline on Ultra96-zynqmp

2020-07-31 Thread Chandana kalluri
Add config fragment to support mipi camera capture pipeline on Ultra96-zynqmp. Signed-off-by: Sai Hari Chandana Kalluri --- bsp/xilinx/ultra96-zynqmp/mipi-config-ultra96.cfg | 128 ++ bsp/xilinx/ultra96-zynqmp/mipi-config-ultra96.scc | 6 + 2 files changed, 134

Re: [yocto] cannot build PDF docs

2020-07-31 Thread Armin Kuster
Rob, On 7/31/20 8:19 AM, Rob Prowel wrote: > Is there some magic to building the PDF versions of the yocto docs? > I've tried on multiple machines running debian and differing versions > of ubuntu and consistently the PDF docs fail to build. > > Font substitution errors are trivial, but not

[yocto] dunfell gcc-sanitizers-arm-8.3 fails to build

2020-07-31 Thread Ryan Harkin
Hello, I'm migrating from Warrior to Dunfell and I'm getting a curious build failure in gcc-sanitizers. Here's the full gory detail: https://pastebin.ubuntu.com/p/nh4cDKMvgS/ However, the main error is this: | In file included from

Re: [yocto] one way hash analogy of yocto

2020-07-31 Thread Rob Prowel
On 2020-07-31 08:53, Quentin Schulz wrote: I do not know if there is such a mechanism for tasks, but the bitbake-layers should help you get started in your quest of overridden tasks. Also, I'm not sure it matters much where the tasks are overridden? Just override them again with your own

Re: [yocto] one way hash analogy of yocto

2020-07-31 Thread Mikko Rapeli
On Fri, Jul 31, 2020 at 08:45:17AM -0400, Rob Prowel wrote: > What I really need is information about introspection or the ability to > query an existing yocto distro to return data about features included and > more to the point, to understand EXACTLY where recipes or classes are > overridden or

Re: [yocto] one way hash analogy of yocto

2020-07-31 Thread Quentin Schulz
Hi Robm On Fri, Jul 31, 2020 at 08:45:17AM -0400, Rob Prowel wrote: > What I really need is information about introspection or the ability to > query an existing yocto distro to return data about features included and > more to the point, to understand EXACTLY where recipes or classes are >

[yocto] one way hash analogy of yocto

2020-07-31 Thread Rob Prowel
What I really need is information about introspection or the ability to query an existing yocto distro to return data about features included and more to the point, to understand EXACTLY where recipes or classes are overridden or appended. You can only do so much with recursive grep and find