Re: [linux-yocto][yocto-kernel-cache][yocto-5.10 only][PATCH 1/2] axxiaarm: inhibit CONFIG_CC_OPTIMIZE_FOR_SIZE and CONFIG_FUNCTION_GRAPH_TRACER

2021-09-01 Thread Paul Gortmaker
[[linux-yocto][yocto-kernel-cache][yocto-5.10 only][PATCH 1/2] axxiaarm: inhibit CONFIG_CC_OPTIMIZE_FOR_SIZE and CONFIG_FUNCTION_GRAPH_TRACER] On 02/09/2021 (Thu 09:44) quanyang.wang wrote: > From: Quanyang Wang > > Disable CONFIG_CC_OPTIMIZE_FOR_SIZE and CONFIG_FUNCTION_GRAPH_TRACER to > fix

[linux-yocto][yocto-kernel-cache][yocto-5.10 only][PATCH 1/2] axxiaarm: inhibit CONFIG_CC_OPTIMIZE_FOR_SIZE and CONFIG_FUNCTION_GRAPH_TRACER

2021-09-01 Thread quanyang.wang
From: Quanyang Wang Disable CONFIG_CC_OPTIMIZE_FOR_SIZE and CONFIG_FUNCTION_GRAPH_TRACER to fix the warning when do_kernel_configcheck: [NOTE]: 'CONFIG_FUNCTION_GRAPH_TRACER' last val (y) and .config val (n) do not match [INFO]: CONFIG_FUNCTION_GRAPH_TRACER : n ## .config: 4212

[linux-yocto][yocto-kernel-cache][yocto-5.10 only][PATCH 0/2]

2021-09-01 Thread quanyang.wang
From: Quanyang Wang Hi Bruce, Would you please help merge this 2 patches to kernel-cache yocto-5.10 ? Thanks, Quanyang Quanyang Wang (2): axxiaarm: inhibit CONFIG_CC_OPTIMIZE_FOR_SIZE and CONFIG_FUNCTION_GRAPH_TRACER axxiaarm64: add CONFIG_MICREL_PHY to axm56xx board

[linux-yocto][yocto-kernel-cache][master and yocto-5.10][PATCH 2/2] bsp/intel-x86: add NVMe hardware monitoring support

2021-09-01 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index f1dbd887..663c5e20 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/intel-x86.cfg @@ -320,6 +320,7 @@

[linux-yocto][yocto-kernel-cache][master and yocto-5.10][PATCH 1/2] bsp/intel-x86: remove cfg80211 related overrides

2021-09-01 Thread Yongxin Liu
Fix the following warning: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 cfg80211: failed to load regulatory.db If CFG80211 is a built-in driver, it will try to load regulatory.db from /lib/firmware. But file system may not be ready at that time. So

Re: [yocto] gpsd [version 3.23; master branch]: Is it possible to include / enable ubxtool?

2021-09-01 Thread Peter Bergin
Hi Matthias, On 2021-09-01 17:11, Matthias Klein wrote: Hello Peter, I'm not sure it's that simple. Sorry for my quick and a bit oversimplified response. I did my first build on an older version (3.20) where ubxtool was not built but present in the repo root. I see now that in 3.23 gpsd have

Re: [yocto] porting riscv on openjdk

2021-09-01 Thread Khem Raj
please use https://github.com/riscv/riscv-openjdk fork. On Wed, Sep 1, 2021 at 7:22 AM wrote: > > hi sir > i am trying to build openjdk on riscv but i am facing problem can you suggest > what steps i need to follow > > root@exaleapsemi-3:~/abhi/jdk# bash configure > configure: Configuration

Re: [yocto] Issue baking a new layer for a custom kernel #kernel

2021-09-01 Thread Khem Raj
ensure that you are using same release branches for all layer repos generally RDEPENDS and RRECOMMENDS should be replaced with RDEPENDS_ etc. On Wed, Sep 1, 2021 at 7:22 AM nagesh shamnur wrote: > > Hi Group, >I am trying to add a new layer for a custom RTOS which supports RISCV32 >

[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: [linux-yocto][kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8][PATCH] mmc: core: Fix the 'err' undeclared compile failure in mmc_alloc_host()

2021-09-01 Thread Bruce Ashfield
There was a conflict with these updates and the merge of 5.10.61 Unmerged paths: (use "git add ..." to mark resolution) both modified: drivers/clk/imx/clk-imx6q.c I've kept the clock registration from this branch, but looking at: drivers/clk/imx/clk.h, there will be build issues

Re: [yocto] gpsd [version 3.23; master branch]: Is it possible to include / enable ubxtool?

2021-09-01 Thread Matthias Klein
Hello Peter, I'm not sure it's that simple. To me it looks like the recipe has bugs in python area, or my environment / build is causing problems. In the log.do_compile file I see messages which make me wonder: Checking whether python program exists...no Target Python doesn't exist - disabling

[yocto] porting riscv on openjdk

2021-09-01 Thread abhishek . kumar
hi sir i am trying to build openjdk on riscv but i am facing problem can you suggest what steps i need to follow root@exaleapsemi-3:~/abhi/jdk# bash configure configure: Configuration created at Thu Aug 26 08:50:43 UTC 2021. checking for basename... /usr/bin/basename checking for dirname...

[yocto] Issue baking a new layer for a custom kernel #kernel

2021-09-01 Thread nagesh shamnur
Hi Group, I am trying to add a new layer for a custom RTOS which supports RISCV32 architecture. When i run bitbake i bumped into following error: " ERROR: /home/gitee-ohos/ohos/AllScenariosOS/sources/poky/../meta-openembedded/meta-python/recipes-devtools/python/python3-zopeinterface_4.7.1.bb:

[yocto] [meta-security][PATCH] dm-verity-img.bbclass: Expose --data-block-size for configuration

2021-09-01 Thread Paulo Neves
From: Christer Fletcher Add DM_VERITY_IMAGE_DATA_BLOCK_SIZE to be able to set the --data-block-size used in veritysetup. Tuning this value effects the performance and size of the resulting image. Signed-off-by: Christer Fletcher Signed-off-by: Paulo Neves --- classes/dm-verity-img.bbclass |

Re: [yocto] gpsd [version 3.23; master branch]: Is it possible to include / enable ubxtool?

2021-09-01 Thread Peter Bergin
Hi Matthias, On 2021-09-01 12:33, Matthias Klein wrote: Hello, is it somehow possible to add the ubxtool in the gpsd-utils package? (I use the current master branch) gpsd recipe is located in meta-oe. As the ubxtool file is present in the build it is possible to add it. Just make sure it is

Re: [yocto] gpsd [version 3.23; master branch]: Is it possible to include / enable ubxtool?

2021-09-01 Thread Zoran
To add every package (into poky) by every personal wish of any Yocto user, or not to add any package without exclusion, that is the question? Why not to do addition of the proprietary layer for missing package or group of missing by the same/similar context packages??? Zee ___ On Wed, Sep

[yocto] gpsd [version 3.23; master branch]: Is it possible to include / enable ubxtool?

2021-09-01 Thread Matthias Klein
Hello, is it somehow possible to add the ubxtool in the gpsd-utils package? (I use the current master branch) Best regards, Matthias -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54625): https://lists.yoctoproject.org/g/yocto/message/54625

[linux-yocto] [yocto-kernel-cache] [yocto-5.14] [PATCH] qemu: fix do_kernel_configcheck warning about IDE_GD_ATA in qemu bsp

2021-09-01 Thread Zhang, Qiang
From: Zqiang WARNING: do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration: [NOTE]: 'CONFIG_IDE_GD_ATA' last val (y) and .config val (n) do not match [INFO]: CONFIG_IDE_GD_ATA : n [INFO]: raw config text: Config 'IDE_GD_ATA' has the

[linux-yocto] [yocto-kernel-cache]: marvell-cn96xx: Enable the GHES driver

2021-09-01 Thread Ruiqiang Hao
Hi Bruce, Please help to merge this patch into our yocto-kernel-cache repo. repo: yocto-kernel-cache branch: yocto-5.10 Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10347):

[linux-yocto] [PATCH] marvell-cn96xx: Enable the GHES driver

2021-09-01 Thread Ruiqiang Hao
From: Ruiqiang Hao This is needed by some customers, so enable it. Signed-off-by: Ruiqiang Hao --- bsp/marvell-cn96xx/marvell-cn96xx.cfg | 4 1 file changed, 4 insertions(+) diff --git a/bsp/marvell-cn96xx/marvell-cn96xx.cfg b/bsp/marvell-cn96xx/marvell-cn96xx.cfg index