Re: [yocto] [meta-security][PATCH] meta-security: Drop ${PYTHON_PN}

2024-02-22 Thread Anuj Mittal
On Tue, 2024-02-20 at 12:32 -0500, Armin Kuster wrote: > +    pyhton3-ctypes \ > +    pyhton3-fcntl \ > +    pyhton3-io \ > +    pyhton3-logging \ > +    pyhton3-misc \ > +    pyhton3-shell \ > +    pyhton3-threading \ pyhton3 -> python3 ? Thanks, Anuj -=-=-=-=-=-=-=-=-=-=-=- Links: You

[linux-yocto] [yocto-6.6][yocto-6.5][master][PATCH] can: drop obsolete CONFIG_PCH_CAN

2024-01-25 Thread Anuj Mittal
The driver was removed in v6.2. https://github.com/torvalds/linux/commit/1dd1b521be85417ec409062319520ca26c1c589e Signed-off-by: Anuj Mittal --- features/can/can.cfg | 2 -- features/eg20t/eg20t.cfg | 1 - 2 files changed, 3 deletions(-) diff --git a/features/can/can.cfg b/features/can

[linux-yocto] [master][yocto-6.5][PATCH] media/media-usb-tv.cfg: remove VIDEO_STK1160_COMMON

2023-10-15 Thread Anuj Mittal
VIDEO_STK1160_COMMON has been merged in VIDEO_STK1160 starting v6.5. https://github.com/torvalds/linux/commit/7f7ac101236bd020681f122089b611eca8e507ac Signed-off-by: Anuj Mittal --- features/media/media-usb-tv.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/media/media-usb

Re: [yocto] OpenSSH CVE-2023-38408

2023-07-27 Thread Anuj Mittal
On Fri, 2023-07-28 at 10:46 +1200, Tom Isaacson wrote: > I'm a Yocto noob so apologies if this is an obvious question. > > I was just checking our usage of OpenSSH because of > https://www.cvedetails.com/cve/CVE-2023-38408/ and it appears: > 1. We're using a vulnerable version (9.3p1 on main,

Re: [yocto][chromium] Need support to enable intel VAAPI with Chromium

2023-06-06 Thread Anuj Mittal
On Wed, 2023-06-07 at 08:24 +0700, HuyK wrote: > Hi all, > > I am working on Intel J4125 platform with these meta layers: >  - poky: master branch >  - meta-intel: master branch >  - meta-browser: master branch > > 1/ I build chromium by chromium-ozone-wayland_111.0.5563.147.bb > recipe with

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

2023-03-07 Thread Anuj Mittal
On Tue, 2023-03-07 at 21:08 +, Richard Purdie wrote: > On Tue, 2023-03-07 at 21:12 +0100, Alexander Kanavin wrote: > > 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

[linux-yocto] [yocto-6.1][master][PATCH 2/2] media/media-usb-tv: remove tm6000 config

2023-01-30 Thread Anuj Mittal
This driver has been deprecated as per: https://github.com/torvalds/linux/commit/b7eeabc1cee3c031123bb4a3a7786779e1a57ac2 Signed-off-by: Anuj Mittal --- features/media/media-usb-tv.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/features/media/media-usb-tv.cfg b/features/media/media

[linux-yocto] [yocto-6.1][master][PATCH 1/2] media/media-pci-capture: remove deprecated configs

2023-01-30 Thread Anuj Mittal
hexium_gemini, hexium_orion, mxb and ttpci saa7146-based drivers have been deprecated as per: https://github.com/torvalds/linux/commit/e33fdb5a02490059e2f48ced2c038c8a46c6476d Also remove the configs which were only being auto-selected by the depcrecated configs. Signed-off-by: Anuj Mittal

Re: [yocto] #kirkstone #systemd

2022-12-07 Thread Anuj Mittal
On Wed, 2022-12-07 at 14:43 -0800, Gary Huband via lists.yoctoproject.org wrote: > I'm building an intel-corei7-64 image using meta-intel with systemd.  > I need to modify /boot/loader/loader.conf and > /boot/loader/entries/boot.conf.  I've tried using devtool modify for > systemd, systemd-conf,

Re: [linux-yocto] [kernel-cache][master][yocto-5.19][PATCH 1/2] media-radio.cfg: switch RADIO_ADAPTERS from y to m

2022-11-06 Thread Anuj Mittal
Hi Bruce, On Thu, 2022-11-03 at 15:20 +0800, Anuj Mittal wrote: > CONFIG_RADIO_ADAPTERS is now a tristate [1] which leads to problems > like: > > [2022-11-02T14:02:07.754Z] [NOTE]: 'CONFIG_RADIO_ADAPTERS' last > val (y) and .config val (m) do not match > [2022-11-02T14:02:

[linux-yocto] [kernel-cache][master][yocto-5.19][PATCH 2/2] vesafb.cfg: rename FB_BOOT_VESA_SUPPORT -> BOOT_VESA_SUPPORT

2022-11-03 Thread Anuj Mittal
The config has been renamed: https://github.com/torvalds/linux/commit/8b766b0f8eece55155146f7628610ce54a065e0f Signed-off-by: Anuj Mittal --- cfg/vesafb.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/vesafb.cfg b/cfg/vesafb.cfg index 203ba039..f39eefa7 100644

[linux-yocto] [kernel-cache][master][yocto-5.19][PATCH 1/2] media-radio.cfg: switch RADIO_ADAPTERS from y to m

2022-11-03 Thread Anuj Mittal
07.754Z] [1] https://github.com/torvalds/linux/commit/215d49a41709610b9e82a49b27269cfaff1ef0b6 Signed-off-by: Anuj Mittal --- features/media/media-radio.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/media/media-radio.cfg b/features/media/media-radio.cfg inde

Re: [yocto] [meta-yocto][dunfell][PATCH] linux-yocto/5.4: update genericx86* machines to v5.4.205

2022-09-05 Thread Anuj Mittal
Hi Steve I think this was sent to the wrong list. Can you include this in your queue please? Thanks, Anuj On Tue, 2022-08-16 at 20:20 +0530, Rajesh Dangi wrote: > Signed-off-by: Rajesh Dangi > --- >  .../recipes-kernel/linux/linux-yocto_5.4.bbappend | 8 -- > -- >  1 file changed,

Re: [yocto] [Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)

2022-07-27 Thread Anuj Mittal
On Wed, 2022-07-27 at 16:56 +0200, Alexander Kanavin wrote: > On Wed, 20 Jul 2022 at 17:46, Alexander Kanavin via > lists.yoctoproject.org > > wrote: > > > > On Wed, 20 Jul 2022 at 17:41, Mittal, Anuj > > wrote: > > > I don't know if there are any Yocto users of it who might notice. > > > > >

Re: [yocto] [Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)

2022-07-20 Thread Anuj Mittal
On Wed, 2022-07-20 at 11:58 +0200, Alexander Kanavin wrote: > On Wed, 20 Jul 2022 at 11:50, Ross Burton > wrote: > > Also, Intel should get to have an opinion on this.  If they > > actually care about x32 then they can help fix the issues, if they > > don’t then we can easily switch to a platform

[yocto] [yocto-autobuilder2][PATCH] schedulers.py: dont schedule check-layer for honister

2022-05-31 Thread Anuj Mittal
Honister is now EOL so remove the scheduled check. Signed-off-by: Anuj Mittal --- schedulers.py | 4 1 file changed, 4 deletions(-) diff --git a/schedulers.py b/schedulers.py index a11ce14..6d33969 100644 --- a/schedulers.py +++ b/schedulers.py @@ -417,10 +417,6 @@ schedulers.append

[yocto] [yocto-autobuilder2][PATCH 1/2] config.py: define workers for honister

2022-05-26 Thread Anuj Mittal
Define the worker list for honister so we can test reliably now the release support is ending. Signed-off-by: Anuj Mittal --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index f36c273..e7539d9 100644 --- a/config.py +++ b/config.py @@ -152,6 +152,7

[yocto] [yocto-autobuilder2][PATCH 2/2] config.py: fix quotes in workers_prev_releases list

2022-05-26 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index e7539d9..c3c21f1 100644 --- a/config.py +++ b/config.py @@ -155,7 +155,7 @@ workers_prev_releases = { "honister" : ("alma8",

Re: [yocto] CVE metrics tracking from the autobuilder

2022-05-25 Thread Anuj Mittal
Hi Richard, On Wed, 2022-05-25 at 14:30 +0100, Richard Purdie wrote: > I'm happy to say that automatic CVE metric tracking is now on the > autobuilder and automatically feeding to: > > https://autobuilder.yocto.io/pub/non-release/patchmetrics/ > > and the git repository that backs it: > >

Re: [yocto] ERROR: cp: cannot stat 'Module.symvers': No such file or directory

2022-05-18 Thread Anuj Mittal
On Wed, 2022-05-18 at 11:50 +, Duda, Alexander wrote: > Hello yocto users, >   > I keep getting the following error, > Does someone have a hint where I can look to solve this issue? >   > ERROR: linux-fslc-5.15-r0 do_shared_workdir: Execution of > '/zeus/build/tmp/work/

Re: [yocto] [ANNOUNCEMENT] Yocto Project 3.3.6 (hardknott-25.0.6) is Released

2022-04-27 Thread Anuj Mittal
Thanks Chee Yang.  This is the last hardknott release and the branch will no longer be actively maintained. Thanks, Anuj On Thu, 2022-04-28 at 02:16 +, Lee Chee Yang wrote: > Hello >   > We are pleased to announce the Yocto Project 3.3.6 (hardknott-25.0.6) > Release is now available for

[yocto] [yocto-autobuilder-helper][hardknott 3/3] shared-repos: Use tar instead of rsync for speed

2022-02-28 Thread Anuj Mittal
to zstd compressed tar, it takes 2.49s. Other compression methods were much slower but zstd seems 'accptable' and speeds things up too. Signed-off-by: Richard Purdie (cherry picked from commit aff49e938ee34e1fc5a2954e3e22a4ca1ae9ac7b) Signed-off-by: Anuj Mittal --- scripts/prepare-shared-repos

[yocto] [yocto-autobuilder-helper][hardknott 2/3] prepare-shared-repos: Make it clear when rsync starts in logs

2022-02-28 Thread Anuj Mittal
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 8e996a95a8902b40380dd477ecb606cc969cdee9) Signed-off-by: Anuj Mittal --- scripts/prepare-shared-repos | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/prepare-shared-repos b/scripts/prepare-shared-repos

[yocto] [yocto-autobuilder-helper][hardknott 1/3] scripts/prepare-shared-repos: Use tmpfs for speed

2022-02-28 Thread Anuj Mittal
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 298a10575851d501204fe1ee0d1dcbcec37a66cd) Signed-off-by: Anuj Mittal --- scripts/prepare-shared-repos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare-shared-repos b/scripts

Re: [yocto] [OE-core] Yocto Project Status WW08`22

2022-02-27 Thread Anuj Mittal
On Sun, 2022-02-27 at 07:28 -0800, Armin Kuster wrote: > I see there is an April release of Hardknott.  Is that the last > official > Hardknott release from the Yocto Project? There's going to be a 3.3.6 as well and that is going to be the last. From this status email: * YP 3.3.6 build date

Re: [yocto] [tsc] 3.4.2 rc1 QA

2022-02-14 Thread Anuj Mittal
On Thu, 2022-02-10 at 16:32 +, Richard Purdie wrote: > On Thu, 2022-02-10 at 16:30 +, Raj, Khem wrote: > > Can we then keep meta-agl for LTS and master only ? as it seems > > that’s what it > > is going to support > > Yes, I got a reply from Scott/Jan-Simon saying to not test this on >

Re: [linux-yocto] [kernel-cache][yocto-5.4][PATCH 1/1] intel-pinctl.cfg: Add CONFIG_PINCTRL_LYNXPOINT

2022-01-24 Thread Anuj Mittal
On Mon, 2022-01-24 at 20:43 -0800, Tim Orling wrote: > > > On Mon, Jan 24, 2022 at 6:30 PM Anuj Mittal > wrote: > > Hi Tim, > > > > On Mon, 2022-01-24 at 09:23 -0800, Tim Orling wrote: > > > CONFIG_GPIO_LYNXPOINT was moved in [1] to > > > CO

Re: [linux-yocto] [kernel-cache][yocto-5.4][PATCH 1/1] intel-pinctl.cfg: Add CONFIG_PINCTRL_LYNXPOINT

2022-01-24 Thread Anuj Mittal
Hi Tim, On Mon, 2022-01-24 at 09:23 -0800, Tim Orling wrote: > CONFIG_GPIO_LYNXPOINT was moved in [1] to CONFIG_PINCTRL_LYNXPOINT > [2] > > [1] > https://github.com/intel/linux-intel-lts/commit/cb81404ffe750270f072d1fc839a4afe288046f3 > [2] >

[yocto] [yocto-autobuilder2][PATCH] config.py: enable debian11 for hardknott

2022-01-18 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 4c0b83b..0f99557 100644 --- a/config.py +++ b/config.py @@ -149,7 +149,7 @@ all_workers = workers + workers_bringup + workers_buildperf + workers_arm

[yocto] [yocto-autobuilder2][PATCH] config.py: enable fedora34 for hardknott

2022-01-03 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 5b21095..ea042c6 100644 --- a/config.py +++ b/config.py @@ -147,7 +147,7 @@ all_workers = workers + workers_bringup + workers_buildperf + workers_arm

Re: [yocto] meta-intel / zeus

2021-11-15 Thread Anuj Mittal
On Mon, 2021-11-15 at 17:32 +, Monsees, Steven C (US) via lists.yoctoproject.org wrote: >   > Recently I built in base intel NEO driver components under meta-intel… > It appears I require a little more than just NEO. >   > Does yocto support the khronos icd loader ?, > Is there something I

Re: [yocto] yocto preempt-rt

2021-11-02 Thread Anuj Mittal
On Tue, 2021-11-02 at 17:34 +0100, Leon Woestenberg wrote: > On Tue, Nov 2, 2021 at 5:26 PM Bruce Ashfield > wrote: > > > > Correct. > > > > The rt patches are already integrated on the branches that that > > recipe will build out of the linux-yocto repository. > > > And adding to that,

[yocto] [yocto-autobuilder-helper][PATCH] config.json: add honister to buildhistory

2021-10-26 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 0c7f711..0788123 100644 --- a/config.json +++ b/config.json @@ -5,7 +5,7 @@ "BUILD_HISTORY_DIR" : "buildhistory",

[yocto] [hardknott][yocto-autobuilder-helper][PATCH] config.json: set max load in PARALLEL_MAKE

2021-10-25 Thread Anuj Mittal
allel.html Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie (cherry picked from commit 5c5fc7bcd221427d34bbac80c9bad315fb6de4df) Signed-off-by: Anuj Mittal --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 33d36ad..d397

Re: [yocto] #zeus meta-intel

2021-10-13 Thread Anuj Mittal
t; > llvm::cl::parser > std::char_traits, std::allocator > > >::opt > llvm::cl::desc>(char const (&) [9], llvm::cl::desc const&)': > > /disk0/scratch/smonsees/yocto/workspace_1/builds2/sbcb- > > default/tmp/work/x86_64-linux/intel-graphics-compiler- > &

Re: [yocto] #zeus meta-intel

2021-10-12 Thread Anuj Mittal
/3.1.3/sysroots/x86_64-pokysdk-linux/usr/lib/gcc/x86_64- > pokysdk-linux/9.3.0/../../../../x86_64-pokysdk-linux/bin/ld: > IGC/ElfPackager/CMakeFiles/elf_packager.dir/main.cpp.o: in function > `llvm::cl::parser std::char_traits, std::allocator > > >::parser(llvm::cl::

Re: [yocto] #zeus meta-intel

2021-10-12 Thread Anuj Mittal
On Tue, 2021-10-12 at 12:43 +, Monsees, Steven C (US) wrote: > g++: error: unrecognized command line option ‘-std=c++14’ It looks like the gcc version is too old on your host for this to work. Thanks, Anuj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [yocto] #zeus meta-intel

2021-10-08 Thread Anuj Mittal
On Fri, 2021-10-08 at 16:10 +, Monsees, Steven C (US) via lists.yoctoproject.org wrote: > > Sorry for my ignorance, but I am missing your point, what exactly > does the recipe provide when built, intel-opencl-icd ?, will it pull > in igc ? It will pull in igc. There's a separate recipe for

Re: [yocto] #zeus meta-intel

2021-10-08 Thread Anuj Mittal
Sorry, I didn't understand the question. If you want to know which version of OpenCL is supported, please see the README for version that you're building. Also see: https://github.com/intel/compute-runtime/blob/master/opencl/doc/FAQ.md Thanks, Anuj On Fri, 2021-10-08 at 15:30 +, Monsees,

[linux-yocto] [kernel-cache][master][yocto-5.14][PATCH] features/media: remove configs for drivers in staging

2021-10-08 Thread Anuj Mittal
https://github.com/torvalds/linux/commit/b998a59f82f1152605eae4f7617778020549e81a Signed-off-by: Anuj Mittal --- features/media/media-dvb-frontends.cfg | 1 - features/media/media-pci-capture.cfg | 3 --- 2 files changed, 4 deletions(-) diff --git a/features/media/media-dvb-frontends.cfg b

Re: [yocto] #zeus meta-intel

2021-10-08 Thread Anuj Mittal
On Thu, 2021-10-07 at 16:20 +, Monsees, Steven C (US) via lists.yoctoproject.org wrote: >   >   > I am looking at “meta-intel/dynamic-layers/clang-layer/recipes- > opencl/compute-runtime” > I have been “told” that this compute-runtime recipe should basically > build opencl (Neo) with all the

Re: [yocto] [hardknott][meta-yocto][PATCH 1/4] poky: Use SDKPATHINSTALL instead of SDKPATH

2021-09-27 Thread Anuj Mittal
Hi Richard, Can you please merge this series for meta-yocto hardknott? Thanks, Anuj On Tue, 2021-09-21 at 16:27 +0800, Anuj Mittal wrote: > From: Richard Purdie > > SDKPATHINSTALL is the default installation path used for the SDK but > is not > the path encoded into e

[yocto] [hardknott][meta-yocto][PATCH 4/4] yocto-bsp/5.10: update to v5.10.63

2021-09-21 Thread Anuj Mittal
From: Bruce Ashfield Updating the reference platforms to match the latest 5.10 -stable in oe-core. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie (cherry picked from commit 77b8e31f706cb29d1efb19305470d9b525fc5a67) Signed-off-by: Anuj Mittal --- .../linux/linux-yocto_5.10

[yocto] [hardknott][meta-yocto][PATCH 2/4] local.conf.sample: Update sstate mirror entry with new hash equivalence setting

2021-09-21 Thread Anuj Mittal
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 1d98182eb9fa059444c935967d1dc075535289db) Signed-off-by: Anuj Mittal --- meta-poky/conf/local.conf.sample | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-poky/conf/local.conf.sample b

[yocto] [hardknott][meta-yocto][PATCH 3/4] meta-yocto-bsp: Bump to the v5.10.55

2021-09-21 Thread Anuj Mittal
From: Kevin Hao Build and boot test for all the boards. Signed-off-by: Kevin Hao Signed-off-by: Richard Purdie (cherry picked from commit 8b5c126510dbf265dc494ff7c8decbae63f5b597) Signed-off-by: Anuj Mittal --- .../linux/linux-yocto_5.10.bbappend | 16 1 file

[yocto] [hardknott][meta-yocto][PATCH 1/4] poky: Use SDKPATHINSTALL instead of SDKPATH

2021-09-21 Thread Anuj Mittal
] Signed-off-by: Richard Purdie (cherry picked from commit a62175ee581bd05661717f0fb89dad2a297b4034) Signed-off-by: Anuj Mittal --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf

[yocto] [hardknott][yocto-autobuilder-helper][PATCH 1/2] config.json: Add BB_HASHSERVE to SDK_LOCAL_CONF_BLACKLIST

2021-09-21 Thread Anuj Mittal
From: Richard Purdie This should avoid issues with the hashequiv code attempting to contact an non-existent server in the eSDKs built by the project. [YOCTO #14471] Signed-off-by: Richard Purdie (cherry picked from commit 4db17f4c9da4efb48d428256efb696d86935a3ea) Signed-off-by: Anuj Mittal

[yocto] [hardknott][yocto-autobuilder-helper][PATCH 2/2] config.json: Ensure BB_HASHSERVE is set in SDKs to auto

2021-09-21 Thread Anuj Mittal
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 4689763b513521fc70cca576b88035de240a3ba6) Signed-off-by: Anuj Mittal --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 622908b..33d36ad 100644

[linux-yocto] [yocto-kernel-cache][PATCH][5.10][5.13][master] features/media-platform: enable MEDIA_PLATFORM_SUPPORT

2021-09-01 Thread Anuj Mittal
Commit 06b93644f4d10 (media: Kconfig: add an option to filter in/out platform drivers) adds an option to filter out platform drivers. Enable MEDIA_PLATFORM_SUPPORT when that feature is requested. Signed-off-by: Anuj Mittal --- features/media/media-platform.cfg | 1 + 1 file changed, 1

Re: [yocto] Dependencies are not resolved correctly when building the SDK

2021-08-26 Thread Anuj Mittal
On Thu, 2021-08-26 at 00:44 -0700, asconcepcion wrote: > Hi Anuj, > > Thanks for the tip. I added "BBCLASSEXTEND += "nativesdk"" to the > recipe of the dependency package, but I still get the same error. Do > you know if I could be missing something else? > Please post the exact error that

Re: [yocto] Dependencies are not resolved correctly when building the SDK

2021-08-26 Thread Anuj Mittal
On Wed, 2021-08-25 at 23:54 -0700, asconcepcion wrote: > Hello, > > We have a custom package recipe that has a build dependency with > another one (defined in yocto with the DEPENDS variable). If we build > an image that includes that package, bitbake will build the > dependency > before building

Re: [linux-yocto] [kernel-cache][master yocto-5.13 yocto-5.10][PATCH] amt: enable watchdog sysfs

2021-07-08 Thread Anuj Mittal
Thanks Bruce. Can you please merge this in yocto-5.10 as well? Thanks, Anuj On Mon, 2021-07-05 at 23:08 -0400, Bruce Ashfield wrote: > merged. > > Bruce > > In message: [kernel-cache][master yocto-5.13 yocto-5.10][PATCH] amt: > enable watchdog sysfs > on 05/07/2021 Alexander Usyskin wrote: >

Re: [yocto] Hardknott: grub immediately reboots

2021-04-28 Thread Anuj Mittal
> -Original Message- > From: yocto@lists.yoctoproject.org On Behalf Of > Tony Battersby > Sent: Tuesday, April 27, 2021 03:07 AM > To: yocto@lists.yoctoproject.org > Subject: [yocto] Hardknott: grub immediately reboots > > After upgrading from Dunfell (YP 3.1) to Hardknott (YP 3.3),

Re: [yocto] #yocto opencl

2021-04-28 Thread Anuj Mittal
> -Original Message- > From: yocto@lists.yoctoproject.org On Behalf Of > Khem Raj > Sent: Thursday, April 29, 2021 10:07 AM > To: steven.mons...@baesystems.com; yocto@lists.yoctoproject.org > Subject: Re: [yocto] #yocto opencl > > > > On 4/28/21 10:30 AM, Monsees, Steven C (US) via

[yocto] [yocto-autobuilder2][PATCH] schedulers.py: build docs for hardknott/1.50 as well

2021-04-22 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- schedulers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schedulers.py b/schedulers.py index 920daab..9d81806 100644 --- a/schedulers.py +++ b/schedulers.py @@ -364,7 +364,7 @@ schedulers.append(sched.Nightly(name='nightly-auh', branch

[yocto] [yocto-autobuilder2][PATCH] schedulers.py: add hardknott to release selector

2021-04-22 Thread Anuj Mittal
Keep meta-arm at master since there's no hardknott there yet. Signed-off-by: Anuj Mittal --- schedulers.py | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/schedulers.py b/schedulers.py index 8479290..920daab 100644 --- a/schedulers.py +++ b/schedulers.py

Re: [yocto] Trouble booting basic x86 image

2021-02-23 Thread Anuj Mittal
On Tue, 2021-02-23 at 01:01 -0800, Paul D. DeRocco wrote: > Yocto Gatesgarth, using meta-intel to build core-image-minimal > Intel D2700MUD mini-ITX mobo with D2700 Atom > Ordinary USB 2.0 flash drive > > I followed the instructions in the meta-intel README, and had no > problems > building the

Re: [yocto] #yocto #kernel "yocto-check-layer"

2021-02-10 Thread Anuj Mittal
On Wed, 2021-02-10 at 13:55 +, Monsees, Steven C (US) via lists.yoctoproject.org wrote: >   > Mb build was setup and done under one layer, with “distro” and “bsp“ > at the same layer, I wanted to split them up into separate layers > inorder to better conform to the Yocto standard…. (Note my

Re: [yocto] Image installation problems after an upgrade to gatesgarth

2021-02-09 Thread Anuj Mittal
On Tue, 2021-02-09 at 08:25 -0700, Ori Pessach wrote: > Hi, > > I have an image that was building and working fine with an older > release of Poky. The target system is genericx86-64, and I'm trying > to create a boot USB drive that installs the system on the PC it > boots on. > > Like I said,

[linux-yocto] [master][yocto-5.10][PATCH 3/3] soc/skylake: remove CONFIG_SND_SOC_INTEL_SST_ACPI

2021-01-07 Thread Anuj Mittal
This has been removed in v5.10: https://github.com/torvalds/linux/commit/6cbfa11d2694b8a1e46d6834fb9705d5589e3ef1 Signed-off-by: Anuj Mittal --- features/soc/skylake/skylake.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/soc/skylake/skylake.cfg b/features/soc/skylake

[linux-yocto] [master][yocto-5.10][PATCH 2/3] features/security: remove CONFIG_REFCOUNT_FULL

2021-01-07 Thread Anuj Mittal
This is no longer available since v5.5: https://github.com/torvalds/linux/commit/fb041bb7c0a918b95c6889fc965cdc4a75b4c0ca Signed-off-by: Anuj Mittal --- features/security/security.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/features/security/security.cfg b/features/security

[linux-yocto] [master][yocto-5.10][PATCH 1/3] media-usb-tv: remove CONFIG_VIDEO_USBVISION

2021-01-07 Thread Anuj Mittal
The driver has been removed starting v5.10: https://github.com/torvalds/linux/commit/50044aa715177b336acca01d711bf8edc19162c7 Signed-off-by: Anuj Mittal --- features/media/media-usb-tv.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/media/media-usb-tv.cfg b/features/media/media

Re: [yocto] How to select Linux kernel version?

2021-01-05 Thread Anuj Mittal
On Wed, 2021-01-06 at 17:02 +1100, JH wrote: > Hi, > > I replaced Linux kernel version from 4.19 by 5.10 bb file, but it > still built 4.19 zImage, I add PREFERRED_VERSION_linux-yocto = > "5.10%" > in local.conf, it still built 4.19 zImage. Where the linux kernel > version is defined in configure

Re: [yocto] [ANNOUNCEMENT] Yocto Project 3.2.1 (gatesgarth-24.0.1) is Released

2020-12-22 Thread Anuj Mittal
On Tue, 2020-12-15 at 23:07 +, Peter Kjellerstedt wrote: > > Repository Name: meta-gplv2 > > Repository Location: https://git.yoctoproject.org/git/meta-gplv2 > > Branch: gatesgarth > > Tag: yocto-3.2.1 > > The yocto-3.2.1 and gatesgarth-24.0.1 tags for meta-gplv2 have been > incorrectly >

Re: [yocto] [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions

2020-11-19 Thread Anuj Mittal
Hi Ross On Mon, 2020-11-16 at 14:59 +, Ross Burton wrote: > From: Ross Burton > For gatesgarth, this is causing: FileNotFoundError: [Errno 2] No such file or directory: '/home/pokybuild/yocto-worker/meta-arm/build/repos/meta-kernel'

Re: [yocto] [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions

2020-11-19 Thread Anuj Mittal
Hi Ross On Mon, 2020-11-16 at 14:59 +, Ross Burton wrote: > From: Ross Burton > For gatesgarth, this is causing: FileNotFoundError: [Errno 2] No such file or directory: '/home/pokybuild/yocto-worker/meta-arm/build/repos/meta-kernel'

Re: [yocto] [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions

2020-11-19 Thread Anuj Mittal
Hi Ross On Mon, 2020-11-16 at 14:59 +, Ross Burton wrote: > From: Ross Burton > For gatesgarth, this is causing: FileNotFoundError: [Errno 2] No such file or directory: '/home/pokybuild/yocto-worker/meta-arm/build/repos/meta-kernel'

Re: [yocto] [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions

2020-11-18 Thread Anuj Mittal
Hi Ross On Mon, 2020-11-16 at 14:59 +, Ross Burton wrote: > From: Ross Burton > For gatesgarth, this is causing: FileNotFoundError: [Errno 2] No such file or directory: '/home/pokybuild/yocto-worker/meta-arm/build/repos/meta-kernel'

[linux-yocto] [yocto-5.8][PATCH 2/3] features/inline: remove

2020-08-24 Thread Anuj Mittal
Remove CONFIG_OPTIMIZE_INLINING and associated features entirely. The config has been removed starting 5.7. https://github.com/torvalds/linux/commit/889b3c1245de48ed0cacf7aebb25c489d3e4a3e9 Signed-off-by: Anuj Mittal --- bsp/intel-common/intel-common-drivers.scc | 1 - cfg/debug/misc/debug

[linux-yocto] [yocto-5.8][PATCH 1/3] intel-tco: switch ITCO_WDT to loadable module

2020-08-24 Thread Anuj Mittal
The watchdog driver can't be y when MFD driver is a loadable module. Switch the config from y to m to avoid cases when MFD driver is also enabled as m. See: https://github.com/torvalds/linux/commit/b30c1a464c29baf646a5726d90ea3537e775ac85 Signed-off-by: Anuj Mittal --- features/intel-tco/intel

[linux-yocto] [yocto-5.8][PATCH 3/3] features: rename INTEL_PMC_IPC to MFD_INTEL_PMC_BXT

2020-08-24 Thread Anuj Mittal
And set it to m to avoid conflicts when coretemp.scc is also included. Also fix the dependencies that rely on this config. See: https://github.com/torvalds/linux/commit/25f1ca31e230598eaf3c38d387a355a64bd772a7 Signed-off-by: Anuj Mittal --- features/soc/broxton/broxton.cfg | 2

Re: [yocto] [PATCH 0/3] yocto-bsp/poky: kernel updates and default

2020-08-23 Thread Anuj Mittal
Hi Bruce, On Fri, 2020-08-21 at 15:07 -0400, Bruce Ashfield wrote: > From: Bruce Ashfield > > Richard, > > Similar to oe-core, these are the patches I'm carrying to update the > reference BSPs to the latest 5.4 (we still need a 5.8 bbappend and > confirmed booting), as well as a switch to 5.8

Re: [linux-yocto] [yocto-5.4][master][PATCH] features/media: set default for DVB_CORE to m

2020-08-08 Thread Anuj Mittal
On Fri, 2020-08-07 at 22:39 -0400, Bruce Ashfield wrote: > > > On Fri, Aug 7, 2020 at 1:43 PM Anuj Mittal > wrote: > > MEDIA_SUPPORT is set by default to m so DVB_CORE can't be y and > > this is > > the only tristate that we set to y that is controlled by > &g

[linux-yocto] [yocto-5.4][master][PATCH] features/media: set default for DVB_CORE to m

2020-08-07 Thread Anuj Mittal
A_SUPPORT [m] I2C [y] [INFO]: config 'CONFIG_DVB_CORE' was set, but it wasn't assignable, check (parent) dependencies Signed-off-by: Anuj Mittal --- features/media/media.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/media/media.cfg b/features/media/media.cfg index 401aca

Re: [yocto] [meta-dpdk] is there a plan to support newer dpdk?

2020-07-16 Thread Anuj Mittal
On Thu, 2020-07-16 at 12:11 -0700, Rick Liu via lists.yoctoproject.org wrote: > Hi, > > From meta-dpdk.git, the latest dufell branch is using dpdk 19.11.2. > Is there a plan to support dpdk 20.0x? > (and maybe using meason/ninja to build?) Not on the dunfell branch. If you already have the

Re: [yocto] [meta-intel][PATCH] conf:machine: Use weak reference for SERIAL_CONSOLES variable

2020-04-14 Thread Anuj Mittal
On Tue, 2020-04-14 at 08:25 +0200, Marek Belisko wrote: > This add possibility to override in custom layer. > > Signed-off-by: Marek Belisko > --- > conf/machine/intel-core2-32.conf | 2 +- > conf/machine/intel-corei7-64.conf | 2 +- > conf/machine/intel-skylake-64.conf | 2 +- > 3 files

Re: [yocto] meta-intel: Override SERIAL_CONSOLES variable

2020-04-11 Thread Anuj Mittal
Could you send a patch please? Thanks, Anuj > -Original Message- > From: yocto@lists.yoctoproject.org On Behalf Of > Leon Woestenberg > Sent: Saturday, April 11, 2020 04:48 AM > To: Marek Belisko > Cc: yocto > Subject: Re: [yocto] meta-intel: Override SERIAL_CONSOLES variable > > Hi

Re: [yocto] Bitbake error

2020-02-25 Thread Anuj Mittal
On 21-Feb-20 05:16 PM, Iñigo Vicente Waliño wrote: Hi, I'm trying to build yocto project ZEUS for imx8m mini. I have this configuration EXTRA_IMAGE_FEATURES= “ ssh-server-openssh tools-sdk tools-debug dbg-pkgs dev-pkgs doc-pkgs package-management tools-profile” in my build/conf/local.con

Re: [yocto] QA Cycle report for build (yocto-3.0.2.rc2)

2020-02-19 Thread Anuj Mittal
> On Wed, 2020-02-19 at 14:41 -0800, akuster808 wrote: > > > > On 2/18/20 11:33 PM, Jain, Sangeeta wrote: > > > Hi All, > > > > > > This is the full report for yocto-3.0.2.rc2: > > > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib > > > /tree/?h=intel-yocto-testresults > > > >