Re: [yocto] install: cannot create directory: File exists

2023-11-15 Thread MOHAMMED HASSAN
> 
> 
> 
> man install:
> 
> -d, --directory
> treat all arguments as directory names; create all components of
> the specified directories
> 
> So you are trying to install all normal files (Edge/*) as directories (as
> you use -d). This then, as per error message message, will fail.
> 
> Maybe you meant -D (to create previous dirs)? Or just had it copied by
> mistake.
> 
> 

Thanks, I found my error. I am able to build now.

Now the only issue remains is why my files cant be stored in the /home/root 
directory?

If you can share some documentation or some solution then let me know.

Thanks

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61708): https://lists.yoctoproject.org/g/yocto/message/61708
Mute This Topic: https://lists.yoctoproject.org/mt/102622725/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] install: cannot create directory: File exists

2023-11-15 Thread Federico Pellegrin
Hi,

Il giorno gio 16 nov 2023 alle ore 07:26 MOHAMMED HASSAN <
hassanchatta...@gmail.com> ha scritto:

> *| install: cannot create directory
> ‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/package-lock.json’:
> File exists*
>
>
>
>
> *| install: cannot create directory
> ‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/package.json’:
> File exists| install: cannot create directory
> ‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/udp.js’:
> File exists| install: cannot create directory
> ‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/watchdog.js’:
> File exists| install: cannot create directory
> ‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/wifi.js’:
> File exists| install: cannot create directory
> ‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/wifi.js~’:
> File exists*
> | WARNING: exit code 1 from a shell command.install -d
> ${WORKDIR}/Edge/* ${D}${bindir}/Edge/*
> install -d ${D}${bindir}/Edge/node_modules
>


man install:

   -d, --directory
  treat all arguments as directory names; create all components
of
  the specified directories

So you are trying to install all normal files (Edge/*) as directories (as
you use -d). This then, as per error message message, will fail.

Maybe you meant -D (to create previous dirs)? Or just had it copied by
mistake.

Cheers,
Federico

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61707): https://lists.yoctoproject.org/g/yocto/message/61707
Mute This Topic: https://lists.yoctoproject.org/mt/102622725/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] install: cannot create directory: File exists

2023-11-15 Thread MOHAMMED HASSAN
Hi guys,
So I am trying to load node js files in my image. I am able to load the
node_modules and package.json file, but when i try to load the
directory that contains multiple js files, i get the following *error*:

ERROR: lib32-testing-firmware-0.1-r0 do_install: Execution of
'/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/temp/run.do_install.22011'
failed with exit code 1
ERROR: Logfile of failure stored in:
/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/temp/log.do_install.22011
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are
['/Yocto_sdk/yocto_sdk/poky/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot',
'virtual:multilib:lib32:/Yocto_sdk/yocto_sdk/poky/meta/recipes-devtools/gcc/gcc-cross_9.3.bb:do_populate_sysroot',
'virtual:native:/Yocto_sdk/yocto_sdk/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot',
'virtual:native:/Yocto_sdk/yocto_sdk/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot',
'virtual:multilib:lib32:/Yocto_sdk/yocto_sdk/poky/meta/recipes-devtools/gcc/gcc-runtime_9.3.bb:do_populate_sysroot',
'virtual:multilib:lib32:/Yocto_sdk/yocto_sdk/poky/meta/recipes-core/glibc/glibc_2.31.bb:
do_populate_sysroot']
| NOTE: Installed into sysroot: []
| NOTE: Skipping as already exists in sysroot: ['quilt-native',
'lib32-gcc-cross-arm', 'pseudo-native', 'patch-native',
'lib32-gcc-runtime', 'lib32-glibc', 'lib32-linux-libc-headers',
'libmpc-native', 'mpfr-native', 'gnu-config-native', 'zlib-native',
'xz-native', 'flex-native', 'gmp-native', 'libtool-native',
'lib32-binutils-cross-arm', 'autoconf-native', 'texinfo-dummy-native',
'automake-native', 'attr-native', 'lib32-libgcc', 'gettext-minimal-native',
'm4-native']
| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing shell function do_install
|















*install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/apiGateway.js’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/app.js’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/global.js’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/gpio.js’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/gsm.js’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/http.js’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/install.sh’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/mqtt.js’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/mqtt.js~’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/ota.sh’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/ota_se.sh’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/package-lock.json’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/package.json’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/udp.js’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/watchdog.js’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/wifi.js’:
File exists| install: cannot create directory
‘/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/Edge/wifi.js~’:
File exists*
| WARNING: exit code 1 from a shell command.
| ERROR: Execution of

Re: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] nxp-lx2xxx: drop unused config CONFIG_INPHI_PHY

2023-11-15 Thread Bruce Ashfield
In message: Re: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] nxp-lx2xxx: 
drop unused config CONFIG_INPHI_PHY
on 09/11/2023 Xulin Sun wrote:

> On 9/27/23 11:30, Bruce Ashfield wrote:
> > merged.
> 
> Hi Bruce,
> 
> I checked the latest yocto-kernel-cache of branch yocto-6.1, it seems that
> the review has not actually been merged.
> 
> Could you please double check this?

I'm not sure what happened, but I don't see it either.

I just merged it again, and pushed the change.

Bruce

> 
> Thanks
> 
> Xulin
> 
> > Bruce
> > 
> > In message: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] nxp-lx2xxx: 
> > drop unused config CONFIG_INPHI_PHY
> > on 26/09/2023 Xulin Sun wrote:
> > 
> > > kernel has removed config INPHI_PHY, and replaced with
> > > PHY_INPHI_IN112525_RETIMER, dropped from here to fix warning:
> > > 
> > > [INFO]: the following symbols were not found in the active configuration:
> > >   - CONFIG_INPHI_PHY
> > > 
> > > Signed-off-by: Xulin Sun 
> > > ---
> > >   bsp/nxp-lx2xxx/nxp-lx2xxx.cfg | 1 -
> > >   1 file changed, 1 deletion(-)
> > > 
> > > diff --git a/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg b/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg
> > > index 1b55967f..f8008cb7 100644
> > > --- a/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg
> > > +++ b/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg
> > > @@ -122,7 +122,6 @@ CONFIG_MDIO_BITBANG=y
> > >   CONFIG_PHYLIB=y
> > >   CONFIG_AQUANTIA_PHY=y
> > >   CONFIG_CORTINA_PHY=y
> > > -CONFIG_INPHI_PHY=y
> > >   CONFIG_REGULATOR=y
> > >   CONFIG_AT803X_PHY=y
> > >   CONFIG_PHY_INPHI_IN112525_RETIMER=y
> > > -- 
> > > 2.34.1
> > > 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13291): 
https://lists.yoctoproject.org/g/linux-yocto/message/13291
Mute This Topic: https://lists.yoctoproject.org/mt/101591870/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: 
https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy
 [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [linux-yocto][v6.1/standard/sdkv5.10/axxia && v6.1/standard/preempt-rt/sdkv5.10/axxia][PATCH 1/1] ARM: dts: axxia: fix leading 0x and 0s warning

2023-11-15 Thread Bruce Ashfield
merged.

Bruce

In message: [linux-yocto][v6.1/standard/sdkv5.10/axxia && 
v6.1/standard/preempt-rt/sdkv5.10/axxia][PATCH 1/1] ARM: dts: axxia: fix 
leading 0x and 0s warning
on 15/11/2023 Liwei Song wrote:

> Improve the DTS files by removing all the leading "0x" and "0s" to fix
> the following types of dtc warnings:
> 
> arch/arm/boot/dts/axm55xx.dtsi:87.24-92.4: Warning (unit_address_format): 
> /ccn@0x20: unit name should not have leading "0x"
> arch/arm/boot/dts/axm55xx.dtsi:99.20-105.4: Warning (unit_address_format): 
> /sm0@0022: unit name should not have leading 0s
> 
> Signed-off-by: Liwei Song 
> ---
>  arch/arm/boot/dts/axm5516-amarillo.dts |  2 +-
>  arch/arm/boot/dts/axm55xx.dtsi | 10 +-
>  2 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/axm5516-amarillo.dts 
> b/arch/arm/boot/dts/axm5516-amarillo.dts
> index 8572efaace2c..5bbab36c0532 100644
> --- a/arch/arm/boot/dts/axm5516-amarillo.dts
> +++ b/arch/arm/boot/dts/axm5516-amarillo.dts
> @@ -33,7 +33,7 @@  {
>   axxia,mdio-clk-period = <0xf0>;
>   max-speed = <10>;
>  
> - phy0: ethernet-phy@0x1e {
> + phy0: ethernet-phy@1e {
>   reg = <0x1e>;
>   };
>  };
> diff --git a/arch/arm/boot/dts/axm55xx.dtsi b/arch/arm/boot/dts/axm55xx.dtsi
> index b56b6cc9d45a..45761ff508ab 100644
> --- a/arch/arm/boot/dts/axm55xx.dtsi
> +++ b/arch/arm/boot/dts/axm55xx.dtsi
> @@ -65,7 +65,7 @@ timer {
><1 10 0xf08>;
>   };
>  
> - edac: edac0@0x1000 {
> + edac: edac0@1000 {
>   compatible = "axxia,edac";
>   reg = <0 0x0022 0 0x1000>,
>   <0 0x000f 0 0x1000>,
> @@ -84,7 +84,7 @@ edac: edac0@0x1000 {
>   status = "disabled";
>   };
>  
> - ccn: ccn@0x20 {
> + ccn: ccn@20 {
>   compatible = "arm,ccn-504";
>   reg = <0x20 0x 0 0x100>;
>   interrupts = <0 181 4>;
> @@ -96,7 +96,7 @@ perf_platform: perf_platform {
>   status = "disabled";
>   };
>  
> - sm0: sm0@0022 {
> + sm0: sm0@22 {
>   compatible = "axxia,smmon";
>   reg = <0 0x0022 0 0x1000>,
>   <0x20 0x1003 0 0001000>;
> @@ -104,7 +104,7 @@ sm0: sm0@0022 {
>   status = "disabled";
>   };
>  
> - sm1: sm1@0022 {
> + sm1: sm1@22 {
>   compatible = "axxia,smmon";
>   reg = <0 0x000f 0 0x1000>,
>   <0x20 0x1003 0 0001000>;
> @@ -112,7 +112,7 @@ sm1: sm1@0022 {
>   status = "disabled";
>   };
>  
> - femac: femac@0x201012 {
> + femac: femac@201012 {
>   compatible = "axxia,acp-femac";
>   device_type = "network";
>   reg = <0x20 0x1012 0 0x1000>,
> -- 
> 2.35.5
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13290): 
https://lists.yoctoproject.org/g/linux-yocto/message/13290
Mute This Topic: https://lists.yoctoproject.org/mt/102600907/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: 
https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy
 [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon

2023-11-15 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon
on 14/11/2023 Ruiqiang Hao wrote:

> Hi Bruce,
> 
> Please help to merge code into our linux-yocto repo.
> 
> repo:
>   linux-yocto
> branch:
>   v5.15/standard/cn-sdkv5.15/octeon
>   v5.15/standard/preempt-rt/cn-sdkv5.15/octeon

I can only merge the standard version of this, since the histories
cause conflict with preempt-rt.

Can you create a new branch with a preempt-rt base and send another pull request
as a follow up ?

Bruce

> 
> Thanks,
> Ruiqiang
> 
> The following changes since commit 93e1a44de8eb10eeb4f96e33d36fc4b6207fc003:
> 
>   Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon 
> (2023-10-27 16:03:24 -0400)
> 
> are available in the Git repository at:
> 
>   g...@github.com:cythe/linux.git 
> linux-yocto/v5.15/standard/cn-sdkv5.15/octeon
> 
> for you to fetch changes up to 8798fabd8400c44478fd57140f59767091182889:
> 
>   octeontx2-af: Added missed code while back porting. (2023-11-13 15:23:32 
> +0800)
> 
> 
> Amit Prakash Shukla (1):
>   octeontx2-dpi: configure dma engine FIFO
> 
> Amit Singh Tomar (1):
>   arm_mpam: make an explicit of_node_get call
> 
> Anagha K J (1):
>   net: mvpp2: fix mvpp2 IRQ affinity issue
> 
> Geetha sowjanya (3):
>   octeontx2-pf: Fix dangling pointers in the netdev qset
>   octeontx2-pf: Add more debug messages
>   octeontx2-af: Move mutex lock to specific function
> 
> George Cherian (2):
>   drivers: watchdog: marvell_gti: Program the max_hw_heartbeat_ms
>   genirq: Increase the number of interrupters
> 
> Gowthami (1):
>   perf/marvell: Apply TAD pmu errata to cn10k silicons
> 
> Hariprasad Kelam (5):
>   octeontx2-af: CN10KB: fix PFC configuration
>   octeontx2-pf: Tc flower offload support for MPLS
>   octeontx2-pf: ethtool: Remove dependency of phyad
>   octeontx-pf: Update SGMII mode mapping
>   octeontx2-pf: ethtool: support multi advertise mode
> 
> Harman Kalra (1):
>   octeontx2: fix race condition between up and down mbox
> 
> Jayanthi Annadurai (1):
>   edac: octeontx: Add error syndrome
> 
> Jenishkumar Patel (3):
>   net: mvpp2: code changes to support MUSDK for cn9130crb-r1p3
>   net: mvpp2: resolved ioctl issue when initialising mvpp2 driver
>   net: mvpp2: resolved Segmentation fault when running DPDK
> 
> Linu Cherian (1):
>   coresight: etm4x: Rework OcteonTx2 quirk
> 
> Michael Lawnick (1):
>   drivers: octeontx2: memtest: Retry on failing SPI lock
> 
> Naveen Mamindlapalli (2):
>   octeontx2-bphy-netdev: Clear MBT full condition in ndo_open callback
>   octeontx2-bphy-netdev: Fix PTP PHC sw timecounter reset ioctl
> 
> Pavan Nikhilesh (4):
>   octeontx2-af: add mbox to capture counters
>   octeontx2-dpi: fix incorrect chunk size config
>   octeontx2-af: prevent TIM register read reorder
>   octeontx2-af: account for cycle wraparound
> 
> Piyush Malgujar (3):
>   soc: marvell: otx2: Add CN10 check
>   driver: mmc: sdhci: Add ACPI check
>   driver: mmc: sdhci-cadence: ACPI support added for eMMC driver for CN10K
> 
> Ratheesh Kannoth (13):
>   octeontx2-pf: Set maximum queue size to 16K
>   octeontx2-af: Add debug logs.
>   net: flow_dissector: Use 64bits for used_keys
>   net: flow_dissector: Add IPSEC dissector
>   tc: flower: support for SPI
>   tc: flower: Enable offload support for SPI field.
>   octeontx2-pf: TC flower offload for SPI field
>   octeontx2-af: Harden offlod rule validation
>   octeontx2-pf: fix page_pool creation fail for rings > 32k
>   octeontx2-pf: Fix page pool cache index corruption.
>   octeontx2-af: Fix devlink unregister
>   octeontx2-pf: Fix page pool frag allocation failure.
>   octeontx2-af: Added missed code while back porting.
> 
> Sai Krishna (3):
>   octeontx2-af: Move validation of ptp pointer before its usage
>   Revert "octeontx2-pf: Use HW PTP timestamp atomic update to avoid SW 
> timecounter."
>   octeontx2-pf: Use PTP HW timestamp counter atomic update feature
> 
> Satha Rao (1):
>   octeontx2-dpi: extend sysfs to dump DPI PF registers
> 
> Simon Horman (1):
>   octeontx2-af: update type of prof fields in nix_aw_enq_req
> 
> Srujana Challa (4):
>   crypto: octeontx2: add timeout for load_fvc completion poll
>   octeontx2-af: reduce cpt flt interrupt vectors for cn10kb
>   crypto: octeontx2: increase timeout value of load_fvc CPT instruction 
> poll
>   crypto: octeontx2: increase timeout value of load_fvc CPT instruction 
> poll
> 
> Subbaraya Sundeep (3):
>   octeontx2-pf: mcs: Generate hash key using ecb(aes)
>   octeontx2: Improve mailbox tracepoints for debugging
>   octeontx2-af: Consider the action set by PF
> 
> Suman Ghosh (4):
>   octeontx2-pf: Fix check to identify if a ntuple rule 

Re: [linux-yocto] [Yocto-kernel-cache] [V2] Microchip polarfire SoC - yocto-kernel-cache.

2023-11-15 Thread Bruce Ashfield
The kernel-cache patch is corrupted:

% git am -s 
~/incoming/0003-_Re_V2-revised_Microchip_polarfire_SoC_yocto-kernel-cache_\&_linux-yoct.patch
Applying: Microchip polarfire SoC - yocto-kernel-cache & linux-yocto V2 patch.
error: git diff header lacks filename information when removing 1 leading 
pathname component (line 15)
Patch failed at 0001 Microchip polarfire SoC - yocto-kernel-cache & linux-yocto 
V2 patch.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

Check your mail client. If you are using git-send-email, I
shouldn't be getting both a html and a text version of the
patches.

There were also some duplicate mail, which means something went
wrong.

I'm dropping v2 and will wait for a v3.

Bruce


In message: [Yocto-kernel-cache] [V2] Microchip polarfire SoC - 
yocto-kernel-cache.
on 13/11/2023 Kadambathur Subramaniyam, Saravanan wrote:

> From 551ea4aa5214e270265dd23d1dd1b5844fe377fc Mon Sep 17 00:00:00 2001
> From: "Saravanan.K.S" 
> Date: Tue, 7 Nov 2023 10:46:02 +
> Subject: [PATCH] microchip-polarfire-soc: add configure file for
>  microchip-polarfire-soc BSP in kernel-cache
> 
> Signed-off-by: Saravanan.K.S 
> ---
> Hi Bruce,
> Please find below the yocto-kernel-cache patch. 
> Request you to merge this patch in yocto-kernel-cache yocto-6.1 branch.
> V2 Change log:
> Following changes done in the yocto-kernel-cache BSP config file:
> Removed:
> CONFIG_NO_HZ_IDLE=y
> CONFIG_HIGH_RES_TIMERS=y
> CONFIG_CFS_BANDWIDTH=y
> CONFIG_BLK_DEV_INITRD=y
> CONFIG_EXPERT=y
> CONFIG_JUMP_LABEL=y
> CONFIG_MODULES=y
> CONFIG_MODULE_UNLOAD=y
> CONFIG_NET=y
> CONFIG_PACKET=y
> CONFIG_INET=y
> CONFIG_DEVTMPFS=y
> CONFIG_DEVTMPFS_MOUNT=y
> CONFIG_BLK_DEV_LOOP=y
> CONFIG_USB_STORAGE=m
> CONFIG_SPARSEMEM_MANUAL=y
> CONFIG_EXT4_FS=y
> CONFIG_EXT4_FS_POSIX_ACL=y
> CONFIG_FANOTIFY=y
> CONFIG_TMPFS=y
> CONFIG_TMPFS_POSIX_ACL=y
> CONFIG_PRINTK_TIME=y
> CONFIG_DEBUG_FS=y
> CONFIG_SCHED_STACK_END_CHECK=y
> CONFIG_SOFTLOCKUP_DETECTOR=y
> CONFIG_WQ_WATCHDOG=y
> CONFIG_STACKTRACE=y
> CONFIG_STRICT_DEVMEM=y
> CONFIG_CMDLINE_BOOL=y
> CONFIG_CMDLINE="earlycon=sbi root=/dev/mmcblk0p3 rootwait 
> uio_pdrv_genirq.of_id
> =generic-uio"
> CONFIG_INPUT_JOYDEV=m
> CONFIG_INPUT_JOYSTICK=y
> CONFIG_JOYSTICK_SENSEHAT=m
> CONFIG_AUXDISPLAY=y
> CONFIG_SENSEHAT_DISPLAY=m
> CONFIG_HTS221=m
> CONFIG_IIO_ST_PRESS=m
> CONFIG_IIO_ST_LSM6DSX=m
> CONFIG_IIO_ST_MAGN_3AXIS=m
> CONFIG_IIO_ST_MAGN_SPI_3AXIS=n
> CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=n
> CONFIG_MTD_UBI=y
> CONFIG_MTD_CMDLINE_PARTS=y
> CONFIG_UBIFS_FS=y
> Added:
> CONFIG_NR_CPUS=4
> Modifed to static:
> CONFIG_SPI_SPIDEV=y
> CONFIG_PMBUS=y
> CONFIG_USB_ACM=y
> CONFIG_USB_SERIAL=y
> CONFIG_RPMSG_CHAR=y
> CONFIG_RPMSG_CTRL=y
> CONFIG_RPMSG_TTY=y
> CONFIG_IIO=y
> CONFIG_IIO_SW_DEVICE=y
> CONFIG_IIO_SW_TRIGGER=y
> CONFIG_PAC193X=y
> 
> 
> 
>  .../microchip-polarfire-soc-preempt-rt.scc|   8 ++
>  .../microchip-polarfire-soc-standard.scc  |   8 ++
>  .../microchip-polarfire-soc.cfg   | 106 ++
>  .../microchip-polarfire-soc.scc   |   5 +
>  4 files changed, 127 insertions(+)
>  create mode 100755 bsp/microchip-polarfire-soc/
> microchip-polarfire-soc-preempt-rt.scc
>  create mode 100755 bsp/microchip-polarfire-soc/
> microchip-polarfire-soc-standard.scc
>  create mode 100644 bsp/microchip-polarfire-soc/microchip-polarfire-soc.cfg
>  create mode 100755 bsp/microchip-polarfire-soc/microchip-polarfire-soc.scc
> 
> diff --git 
> a/bsp/microchip-polarfire-soc/microchip-polarfire-soc-preempt-rt.scc
> b/bsp/microchip-polarfire-soc/microchip-polarfire-soc-preempt-rt.scc
> new file mode 100755
> index ..ce1bc266
> --- /dev/null
> +++ b/bsp/microchip-polarfire-soc/microchip-polarfire-soc-preempt-rt.scc
> @@ -0,0 +1,8 @@
> +# SPDX-License-Identifier: MIT
> +define KMACHINE microchip-polarfire-soc
> +define KTYPE preempt-rt
> +define KARCH riscv64
> +
> +include ktypes/preempt-rt
> +
> +include microchip-polarfire-soc.scc
> diff --git a/bsp/microchip-polarfire-soc/microchip-polarfire-soc-standard.scc 
> b
> /bsp/microchip-polarfire-soc/microchip-polarfire-soc-standard.scc
> new file mode 100755
> index ..21d69d5a
> --- /dev/null
> +++ b/bsp/microchip-polarfire-soc/microchip-polarfire-soc-standard.scc
> @@ -0,0 +1,8 @@
> +# SPDX-License-Identifier: MIT
> +define KMACHINE microchip-polarfire-soc
> +define KTYPE standard
> +define KARCH riscv64
> +
> +include ktypes/standard
> +
> +include microchip-polarfire-soc.scc
> diff --git a/bsp/microchip-polarfire-soc/microchip-polarfire-soc.cfg b/bsp/
> microchip-polarfire-soc/microchip-polarfire-soc.cfg
> new file mode 100644
> index ..ba02f3c0
> --- /dev/null
> +++ b/bsp/microchip-polarfire-soc/microchip-polarfire-soc.cfg
> @@ -0,0 +1,106 @@
> +# SPDX-License-Identifier: MIT
> 

Re: [linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] aptiv-s32g: change S32CC_THERMAL to QORIQ_THERMAL

2023-11-15 Thread Bruce Ashfield
merged.

Bruce

In message: [yocto-kernel-cache][yocto-6.1][PATCH] aptiv-s32g: change 
S32CC_THERMAL to QORIQ_THERMAL
on 10/11/2023 quanyang.w...@windriver.com wrote:

> From: Quanyang Wang 
> 
> The latest SDK BSP38 RC9 drops the S32CC_THERMAL config and changes to
> use QORIQ_THERMAL instead, so update kernel cache to compatible with it.
> 
> Signed-off-by: Quanyang Wang 
> Signed-off-by: Bruce Ashfield 
> ---
> Hi Bruce,
> Would you please help merge this patch to the branch:
>   yocto-6.1
> Thanks,
> Quanyang
> ---
>  bsp/aptiv-s32g/aptiv-cvc.cfg | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/bsp/aptiv-s32g/aptiv-cvc.cfg b/bsp/aptiv-s32g/aptiv-cvc.cfg
> index 5714cb9c74..71a96fd870 100644
> --- a/bsp/aptiv-s32g/aptiv-cvc.cfg
> +++ b/bsp/aptiv-s32g/aptiv-cvc.cfg
> @@ -120,7 +120,7 @@ CONFIG_INPUT_UINPUT=y
>  
>  # Thermal
>  CONFIG_THERMAL=y
> -CONFIG_S32CC_THERMAL=y
> +CONFIG_QORIQ_THERMAL=y
>  
>  # ADC
>  CONFIG_IIO=y
> -- 
> 2.36.1
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13287): 
https://lists.yoctoproject.org/g/linux-yocto/message/13287
Mute This Topic: https://lists.yoctoproject.org/mt/102501784/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: 
https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy
 [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [yocto-autobuilder-helper][PATCH] config.json: reproducible-meta-oe: Add missing USERADD_UID/GID_TABLES

2023-11-15 Thread Yoann Congal
Some USERADD_UID/GID_TABLES were missing for lower layers which caused
some recipes to be not buildable because of skipped recipes (e.g. xfmpc,
python3-ldap)

Signed-off-by: Yoann Congal 
---
 config.json | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/config.json b/config.json
index b8d1f31..f52034d 100644
--- a/config.json
+++ b/config.json
@@ -423,7 +423,9 @@
 "${BUILDDIR}/../meta-openembedded/meta-python"
 ],
 "extravars" : [
-"EXCLUDE_FROM_WORLD:layer-openembedded-layer = '1'"
+"EXCLUDE_FROM_WORLD:layer-openembedded-layer = '1'",
+"USERADD_GID_TABLES:append = ' 
files/static-group-meta-oe'",
+"USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-oe'"
 ]
 },
 "step9" : {
@@ -457,7 +459,14 @@
 "EXCLUDE_FROM_WORLD:layer-gnome-layer = '1'",
 "EXCLUDE_FROM_WORLD:layer-multimedia-layer = '1'",
 "EXCLUDE_FROM_WORLD:layer-meta-python = '1'",
-"EXCLUDE_FROM_WORLD:layer-networking-layer = '1'"
+"EXCLUDE_FROM_WORLD:layer-networking-layer = '1'",
+"USERADD_GID_TABLES:append = ' 
files/static-group-meta-oe'",
+"USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-oe'",
+"USERADD_GID_TABLES:append = ' 
files/static-group-meta-networking'",
+"USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-networking'",
+"USERADD_GID_TABLES:append = ' 
files/static-group-meta-multimedia'",
+"USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-multimedia'",
+"USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-gnome'"
 ]
 }
 },
-- 
2.30.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61705): https://lists.yoctoproject.org/g/yocto/message/61705
Mute This Topic: https://lists.yoctoproject.org/mt/102616502/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [yocto-autobuilder-helper][PATCH] config.json: reproducible-meta-oe: add meta-webserver static GIDs

2023-11-15 Thread Yoann Congal
This is needed to fix a reproducibility error in netdata.

Signed-off-by: Yoann Congal 
---
This depends on a patch in meta-oe/meta-webserver:
[meta-webserver][PATCH] static-id: add missing netdata group
https://lists.openembedded.org/g/openembedded-devel/message/106765
---
 config.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.json b/config.json
index 819fc7c..b8d1f31 100644
--- a/config.json
+++ b/config.json
@@ -435,6 +435,7 @@
 ],
 "extravars" : [
 "EXCLUDE_FROM_WORLD:layer-openembedded-layer = '1'",
+"USERADD_GID_TABLES:append = ' 
files/static-group-meta-webserver'",
 "USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-webserver'",
 "USERADD_GID_TABLES:append = ' 
files/static-group-meta-oe'",
 "USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-oe'"
-- 
2.30.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61704): https://lists.yoctoproject.org/g/yocto/message/61704
Mute This Topic: https://lists.yoctoproject.org/mt/102609262/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [yocto-autobuilder-helper][PATCH] config.json: reproducible-meta-oe: exclude known repro fails

2023-11-15 Thread Yoann Congal
Use the new OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES to not trigger a test
failure on the known not-reproducible packages from meta-openembedded.

Signed-off-by: Yoann Congal 
---
 config.json | 15 ---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/config.json b/config.json
index d10a3a8..819fc7c 100644
--- a/config.json
+++ b/config.json
@@ -318,7 +318,8 @@
 "USERADD_GID_TABLES:append = ' 
files/static-group-meta-networking'",
 "USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-networking'",
 "USERADD_GID_TABLES:append = ' 
files/static-group-meta-oe'",
-"USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-oe'"
+"USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-oe'",
+"OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES = 'xfsprogs-doc zfs 
zfs-dbg zfs-dev'"
 ]
 },
 "step2" : {
@@ -338,7 +339,8 @@
 "USERADD_GID_TABLES:append = ' 
files/static-group-meta-networking'",
 "USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-networking'",
 "USERADD_GID_TABLES:append = ' 
files/static-group-meta-oe'",
-"USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-oe'"
+"USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-oe'",
+"OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES = 'geary geary-dbg 
gegl-dev gimp gimp-dbg gnome-terminal-src grilo-src gtk-vnc-src ibus-doc'"
 ]
 },
 "step3" : {
@@ -346,6 +348,12 @@
 "EXTRACMDS" : ["${SCRIPTSDIR}/checkvnc; 
OEQA_DEBUGGING_SAVED_OUTPUT=${BASE_SHAREDDIR}/pub/repro-fail-openembedded/meta-initramfs/
 DISPLAY=:1 BB_LOGCONFIG=$(readlink -f $BB_LOGCONFIG) oe-selftest --newbuilddir 
$BUILDDIR/build-st-meta-initramfs -r reproducible"],
 "ADDLAYER" : [
 "${BUILDDIR}/../meta-openembedded/meta-initramfs"
+],
+"extravars" : [
+"OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES =  'kexec-klibc 
kexec-tools-klibc-dbg'",
+"OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += 'mtdinfo-klibc 
ubiattach-klibc ubiblock-klibc ubicrc32-klibc ubidetach-klibc ubiformat-klibc 
ubimkvol-klibc'",
+"OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += 'ubinfo-klibc 
ubinize-klibc ubirename-klibc ubirmvol-klibc ubirsvol-klibc ubiupdatevol-klibc 
ubi-utils-klibc-dbg'",
+"OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += 
'vmcore-dmesg-klibc kexecboot-klibc kexecboot-klibc-dbg'"
 ]
 },
 "step4" : {
@@ -403,7 +411,8 @@
 "USERADD_GID_TABLES:append = ' 
files/static-group-meta-perl'",
 "USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-perl'",
 "USERADD_GID_TABLES:append = ' 
files/static-group-meta-oe'",
-"USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-oe'"
+"USERADD_UID_TABLES:append = ' 
files/static-passwd-meta-oe'",
+"OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES = 'libencode-perl-src 
libhtml-tree-perl libhtml-tree-perl-doc libmodule-build-tiny-perl po4a 
po4a-doc'"
 ]
 },
 "step8" : {
-- 
2.30.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61703): https://lists.yoctoproject.org/g/yocto/message/61703
Mute This Topic: https://lists.yoctoproject.org/mt/102605968/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto-announce] [ANNOUNCEMENT] Yocto Project 4.0.14 is Released

2023-11-15 Thread Lee Chee Yang
Hi

We are pleased to announce the Yocto Project 4.0.14 Release is now available 
for download.

http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/poky-d8d6d921fad14b82167d9f031d4fca06b5e01883.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-4.0.14/poky-d8d6d921fad14b82167d9f031d4fca06b5e01883.tar.bz2

A gpg signed version of these release notes is available at:

http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/RELEASENOTES

Full Test Report:

http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/testreport.txt

Thank you for everyone's contributions to this release.

Chee Yang
chee.yang@intel.com
Yocto Project Build and Release


- --
yocto-4.0.14 Release Notes
- --


- --
Repositories/Downloads
- --

Repository Name: poky
Repository Location: https://git.yoctoproject.org/poky
Branch: kirkstone
Tag: yocto-4.0.14
Git Revision: d8d6d921fad14b82167d9f031d4fca06b5e01883
Release Artefact: poky-d8d6d921fad14b82167d9f031d4fca06b5e01883
sha: 46a6301e3921ee67cfe6be7ea544d6257f0c0f02ef15c5091287e024ff02d5f5
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/poky-d8d6d921fad14b82167d9f031d4fca06b5e01883.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-4.0.14/poky-d8d6d921fad14b82167d9f031d4fca06b5e01883.tar.bz2

Repository Name: openembedded-core
Repository Location: https://git.openembedded.org/openembedded-core
Branch: kirkstone
Tag: yocto-4.0.14
Git Revision: 0eb8e67aa6833df0cde29833568a70e65c21d7e5
Release Artefact: oecore-0eb8e67aa6833df0cde29833568a70e65c21d7e5
sha: d510a7067b87ba935b8a7c9f9608d0e06b057009ea753ed190ddfacc7195ecc5
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/oecore-0eb8e67aa6833df0cde29833568a70e65c21d7e5.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-4.0.14/oecore-0eb8e67aa6833df0cde29833568a70e65c21d7e5.tar.bz2

Repository Name: meta-mingw
Repository Location: https://git.yoctoproject.org/meta-mingw
Branch: kirkstone
Tag: yocto-4.0.14
Git Revision: f6b38ce3c90e1600d41c2ebb41e152936a0357d7
Release Artefact: meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7
sha: 7d57167c19077f4ab95623d55a24c2267a3a3fb5ed83688659b4c03586373b25
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-4.0.14/meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7.tar.bz2

Repository Name: meta-gplv2
Repository Location: https://git.yoctoproject.org/meta-gplv2
Branch: kirkstone
Tag: yocto-4.0.14
Git Revision: d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
Release Artefact: meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
sha: c386f59f8a672747dc3d0be1d4234b6039273d0e57933eb87caa20f56b9cca6d
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-4.0.14/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2

Repository Name: bitbake
Repository Location: https://git.openembedded.org/bitbake
Branch: 2.0
Tag: yocto-4.0.14
Git Revision: 6c1ffa9091d0c53a100e8c8c15122d28642034bd
Release Artefact: bitbake-6c1ffa9091d0c53a100e8c8c15122d28642034bd
sha: 1ceffc3b3359063341530c989a3606c897d862b6538e683f101b02a360a2
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/bitbake-6c1ffa9091d0c53a100e8c8c15122d28642034bd.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-4.0.14/bitbake-6c1ffa9091d0c53a100e8c8c15122d28642034bd.tar.bz2

Repository Name: yocto-docs
Repository Location: https://git.yoctoproject.org/yocto-docs
Branch: Kirkstone
Tag: yocto-4.0.14
Git Revision: 260b446a1a75d99399a3421cd8d6ba276f508f37


- ---
Contributors
- ---
Alexander Kanavin
Archana Polampalli
Armin Kuster
Arne Schwerdt
BELHADJ SALEM Talel
Bruce Ashfield
Chaitanya Vadrevu
Colin McAllister
Deepthi Hemraj
Etienne Cordonnier
Fahad Arslan
Hitendra Prajapati
Jaeyoon Jung
Joshua Watt
Khem Raj
Lee Chee Yang
Marta Rybczynska
Martin Jansa
Meenali Gupta
Michael Opdenacker
Narpat Mali
Niko Mauno
Paul Eggleton
Paulo Neves
Peter Marko
Quentin Schulz
Richard Purdie
Robert P. J. Day
Roland Hieber
Ross Burton
Ryan Eatmon
Shubham Kulkarni
Siddharth Doshi
Soumya Sambu
Steve Sakoman
Tim Orling
Trevor Gamblin
Vijay Anusuri
Wang Mingyu
Yash Shinde
Yogita Urade


- ---
Known Issues
- ---
N/A


- ---
Security Fixes
- ---
bind: Fix CVE-2023-3341 CVE-2023-4236
binutils: Fix CVE-2022-44840 CVE-2022-45703 CVE-2022-47008 CVE-2022-47011 
CVE-2022-47673 CVE-2022-47696 CVE-2022-47695 CVE-2022-48063
cups: Fix CVE-2023-4504
curl: Fix CVE-2023-38545 CVE-2023-38546
gawk: Fix CVE-2023-4156
ghostscript: Fix CVE-2023-43115
glibc: Fix CVE-2023-4813 CVE-2023-4806 CVE-2023-4911 CVE-2023-5156

[yocto] Installing entire directory in my image file

2023-11-15 Thread MOHAMMED HASSAN
Hi guys,
So I want to load an entire directory in my image file but I am unable to
achieve two things.
1) Load the entire directory in my image.
2) Unable to load any file, directory in my /home/root directory.

*My recipe file is:*
DESCRIPTION =  "Testing firmware for Edge 3 hubs"

LICENSE = "MIT"
LIC_FILES_CHKSUM =
"file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

#SRC_URI = "file://Edge \
#  file://Edge/package.json \
#  file://Edge/node_modules"
SRC_URI = "file://Edge \
   file://server "
#file://z_WaveManufacturerSpecific.json

S = "${WORKDIR}"
#INSANE_SKIP:${PN} += "arch:/Edge/node_modules/"
#INSANE_SKIP:${PN} = "file-rdeps"


do_configure(){
:
}

do_compile(){
:
}
INHERIT_remove = "pseudo"

do_install() {
install -d ${D}${bindir}/Edge
install -d ${D}${bindir}/server
install -d ${D}/home/root/Edge
install -d ${D}/home/root/server

cp -r ${WORKDIR}/Edge/* ${D}${bindir}/Edge/
cp -r ${WORKDIR}/server/* ${D}${bindir}/server/
cp -r ${WORKDIR}/Edge/* ${D}/home/root/Edge/
cp -r ${WORKDIR}/server/* ${D}/home/root/server/
}
FILES_${PN} = "${bindir}"
FILES_${PN} = "/home/root"

*I get the error message:*
ERROR: lib32-testing-firmware-0.1-r0 do_install: Execution of
'/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/temp/run.do_install.2725327'
failed with exit code 134
ERROR: Logfile of failure stored in:
/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/temp/log.do_install.2725327
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are
['virtual:multilib:lib32:/Yocto_sdk/yocto_sdk/poky/meta/recipes-core/glibc/glibc_2.31.bb:do_populate_sysroot',
'/Yocto_sdk/yocto_sdk/poky/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot',
'virtual:multilib:lib32:/Yocto_sdk/yocto_sdk/poky/meta/recipes-devtools/gcc/gcc-runtime_9.3.bb:do_populate_sysroot',
'virtual:native:/Yocto_sdk/yocto_sdk/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot',
'virtual:multilib:lib32:/Yocto_sdk/yocto_sdk/poky/meta/recipes-devtools/gcc/gcc-cross_9.3.bb:do_populate_sysroot',
'virtual:native:/Yocto_sdk/yocto_sdk/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:
do_populate_sysroot']
| NOTE: Installed into sysroot: []
| NOTE: Skipping as already exists in sysroot: ['lib32-glibc',
'quilt-native', 'lib32-gcc-runtime', 'pseudo-native',
'lib32-gcc-cross-arm', 'patch-native', 'lib32-linux-libc-headers',
'lib32-libgcc', 'automake-native', 'texinfo-dummy-native',
'gnu-config-native', 'flex-native', 'lib32-binutils-cross-arm',
'libmpc-native', 'mpfr-native', 'gmp-native', 'zlib-native',
'libtool-native', 'xz-native', 'autoconf-native', 'attr-native',
'gettext-minimal-native', 'm4-native']
| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing shell function do_install
| abort()ing pseudo client by server request. See
https://wiki.yoctoproject.org/wiki/Pseudo_Abort for more details on this.
| Check logfile:
/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/pseudo//pseudo.log
| Aborted (core dumped)
| WARNING: exit code 134 from a shell command.
| ERROR: Execution of
'/Yocto_sdk/yocto_sdk/tmp/work/armv7at2hf-neon-pokymllib32-linux-gnueabi/lib32-testing-firmware/0.1-r0/temp/run.do_install.2725327'
failed with exit code 134
ERROR: Task
(virtual:multilib:lib32:/Yocto_sdk/yocto_sdk/meta-blaze/recipes-example/testing-firmware/testing-firmware_0.1.bb:do_install)
failed with exit code '1'
NOTE: Tasks Summary: Attempted 6321 tasks of which 6317 didn't need to be
rerun and 1 failed.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61702): https://lists.yoctoproject.org/g/yocto/message/61702
Mute This Topic: https://lists.yoctoproject.org/mt/102605627/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [ANNOUNCEMENT] Yocto Project 4.0.14 is Released

2023-11-15 Thread Lee Chee Yang
Hi

We are pleased to announce the Yocto Project 4.0.14 Release is now available 
for download.

http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/poky-d8d6d921fad14b82167d9f031d4fca06b5e01883.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-4.0.14/poky-d8d6d921fad14b82167d9f031d4fca06b5e01883.tar.bz2

A gpg signed version of these release notes is available at:

http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/RELEASENOTES

Full Test Report:

http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/testreport.txt

Thank you for everyone's contributions to this release.

Chee Yang
chee.yang@intel.com
Yocto Project Build and Release


- --
yocto-4.0.14 Release Notes
- --


- --
Repositories/Downloads
- --

Repository Name: poky
Repository Location: https://git.yoctoproject.org/poky
Branch: kirkstone
Tag: yocto-4.0.14
Git Revision: d8d6d921fad14b82167d9f031d4fca06b5e01883
Release Artefact: poky-d8d6d921fad14b82167d9f031d4fca06b5e01883
sha: 46a6301e3921ee67cfe6be7ea544d6257f0c0f02ef15c5091287e024ff02d5f5
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/poky-d8d6d921fad14b82167d9f031d4fca06b5e01883.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-4.0.14/poky-d8d6d921fad14b82167d9f031d4fca06b5e01883.tar.bz2

Repository Name: openembedded-core
Repository Location: https://git.openembedded.org/openembedded-core
Branch: kirkstone
Tag: yocto-4.0.14
Git Revision: 0eb8e67aa6833df0cde29833568a70e65c21d7e5
Release Artefact: oecore-0eb8e67aa6833df0cde29833568a70e65c21d7e5
sha: d510a7067b87ba935b8a7c9f9608d0e06b057009ea753ed190ddfacc7195ecc5
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/oecore-0eb8e67aa6833df0cde29833568a70e65c21d7e5.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-4.0.14/oecore-0eb8e67aa6833df0cde29833568a70e65c21d7e5.tar.bz2

Repository Name: meta-mingw
Repository Location: https://git.yoctoproject.org/meta-mingw
Branch: kirkstone
Tag: yocto-4.0.14
Git Revision: f6b38ce3c90e1600d41c2ebb41e152936a0357d7
Release Artefact: meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7
sha: 7d57167c19077f4ab95623d55a24c2267a3a3fb5ed83688659b4c03586373b25
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-4.0.14/meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7.tar.bz2

Repository Name: meta-gplv2
Repository Location: https://git.yoctoproject.org/meta-gplv2
Branch: kirkstone
Tag: yocto-4.0.14
Git Revision: d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
Release Artefact: meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
sha: c386f59f8a672747dc3d0be1d4234b6039273d0e57933eb87caa20f56b9cca6d
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-4.0.14/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2

Repository Name: bitbake
Repository Location: https://git.openembedded.org/bitbake
Branch: 2.0
Tag: yocto-4.0.14
Git Revision: 6c1ffa9091d0c53a100e8c8c15122d28642034bd
Release Artefact: bitbake-6c1ffa9091d0c53a100e8c8c15122d28642034bd
sha: 1ceffc3b3359063341530c989a3606c897d862b6538e683f101b02a360a2
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.14/bitbake-6c1ffa9091d0c53a100e8c8c15122d28642034bd.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-4.0.14/bitbake-6c1ffa9091d0c53a100e8c8c15122d28642034bd.tar.bz2

Repository Name: yocto-docs
Repository Location: https://git.yoctoproject.org/yocto-docs
Branch: Kirkstone
Tag: yocto-4.0.14
Git Revision: 260b446a1a75d99399a3421cd8d6ba276f508f37


- ---
Contributors
- ---
Alexander Kanavin
Archana Polampalli
Armin Kuster
Arne Schwerdt
BELHADJ SALEM Talel
Bruce Ashfield
Chaitanya Vadrevu
Colin McAllister
Deepthi Hemraj
Etienne Cordonnier
Fahad Arslan
Hitendra Prajapati
Jaeyoon Jung
Joshua Watt
Khem Raj
Lee Chee Yang
Marta Rybczynska
Martin Jansa
Meenali Gupta
Michael Opdenacker
Narpat Mali
Niko Mauno
Paul Eggleton
Paulo Neves
Peter Marko
Quentin Schulz
Richard Purdie
Robert P. J. Day
Roland Hieber
Ross Burton
Ryan Eatmon
Shubham Kulkarni
Siddharth Doshi
Soumya Sambu
Steve Sakoman
Tim Orling
Trevor Gamblin
Vijay Anusuri
Wang Mingyu
Yash Shinde
Yogita Urade


- ---
Known Issues
- ---
N/A


- ---
Security Fixes
- ---
bind: Fix CVE-2023-3341 CVE-2023-4236
binutils: Fix CVE-2022-44840 CVE-2022-45703 CVE-2022-47008 CVE-2022-47011 
CVE-2022-47673 CVE-2022-47696 CVE-2022-47695 CVE-2022-48063
cups: Fix CVE-2023-4504
curl: Fix CVE-2023-38545 CVE-2023-38546
gawk: Fix CVE-2023-4156
ghostscript: Fix CVE-2023-43115
glibc: Fix CVE-2023-4813 CVE-2023-4806 CVE-2023-4911 CVE-2023-5156

[yocto-announce] [ANNOUNCEMENT] Yocto Project 3.1.29 (dunfell-23.0.29) is Released

2023-11-15 Thread Lee Chee Yang
Hi

We are pleased to announce the Yocto Project 3.1.29 (dunfell-23.0.29) Release 
is now available for download.

http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/poky-dunfell-23.0.29.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.1.29/poky-dunfell-23.0.29.tar.bz2

A gpg signed version of these release notes is available at:

http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/RELEASENOTES

Full Test Report:

http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/testreport.txt

Thank you for everyone's contributions to this release.

Chee Yang Lee chee.yang@intel.com
Yocto Project Build and Release


- --
yocto-3.1.29 Release Notes
- --


- --
Repositories/Downloads
- --

Repository Name: poky
Repository Location: https://git.yoctoproject.org/git/poky
Branch: dunfell
Tag: yocto-3.1.29
Git Revision: aeac1034661725b5c83e79f76238429fb236b090
Release Artefact: poky-dunfell-23.0.29
sha: 0f0e6436687919be67d11077ba2cbda5c20224bd873747853e6232ab590e4b0c
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/poky-dunfell-23.0.29.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.1.29/poky-dunfell-23.0.29.tar.bz2

Repository Name: openembedded-core
Repository Location: https://git.openembedded.org/openembedded-core
Branch: dunfell
Tag: yocto-3.1.29
Git Revision: 0dbf3a15321b8033ff8ed86c6aa261fdb9c3d5bb
Release Artefact: oecore-dunfell-23.0.29
sha: 59d9e8f4331b5cb668e715cedd419243e89d879b10feab43af8741b463a52ffa
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/oecore-dunfell-23.0.29.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.1.29/oecore-dunfell-23.0.29.tar.bz2

Repository Name: meta-mingw
Repository Location: https://git.yoctoproject.org/git/meta-mingw
Branch: dunfell
Tag: yocto-3.1.29
Git Revision: 7bdc58e6c5d1054b1b6ad5c4e480a95e995ccbae
Release Artefact: meta-mingw-dunfell-23.0.29
sha: 96bcd1cb6100d1ccaa97382317e4e729d610fe236de6277285d1d17aeaeae627
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/meta-mingw-dunfell-23.0.29.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.1.29/meta-mingw-dunfell-23.0.29.tar.bz2

Repository Name: meta-gplv2
Repository Location: https://git.yoctoproject.org/git/meta-gplv2
Branch: dunfell
Tag: yocto-3.1.29
Git Revision: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac
Release Artefact: meta-gplv2-dunfell-23.0.29
sha: bb156fbc77fdd5604162c4780eac8566ba7deb24d69741cf5350d1de65950f54
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/meta-gplv2-dunfell-23.0.29.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.1.29/meta-gplv2-dunfell-23.0.29.tar.bz2

Repository Name: bitbake
Repository Location: https://git.openembedded.org/bitbake
Branch: dunfell
Tag: yocto-3.1.29
Git Revision: dd826595414c5dc1a649f45a9dd2430bf6d4699b
Release Artefact: bitbake-dunfell-23.0.29
sha: b8abe584bbd3ce2c578fe720a3b36ffbc59baa284c1e5f66bd90796bfdf20592
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/bitbake-dunfell-23.0.29.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.1.29/bitbake-dunfell-23.0.29.tar.bz2

Repository Name: yocto-docs
Repository Location: https://git.yoctoproject.org/git/yocto-docs
Branch: dunfell
Tag: yocto-3.1.29
Git Revision: 4cb67f0f3c3e792b5925d9d3a7002a776e5c85e8


- ---
Known Issues
- ---
N/A


- ---
Security Fixes
- ---
binutils: Fix CVE-2023-25588
busybox: Fix CVE-2022-48174
cups: Fix CVE-2023-32360 CVE-2023-38545 CVE-2023-38546 CVE-2023-4504
dbus: Fix CVE-2023-34969
flac: Fix CVE-2020-22219
gawk: Fix CVE-2023-4156
gcc: Fix CVE-2023-4039
gdb: Fix CVE-2023-39128
ghostscript: Fix CVE-2023-36664 CVE-2023-43115
glib-2.0: Fix CVE-2023-29499 CVE-2023-32611 CVE-2023-32636 CVE-2023-32643 
CVE-2023-32665
glibc: Fix CVE-2023-4911
go: Fix CVE-2022-41725 CVE-2023-24536 CVE-2023-24538 CVE-2023-39318 
CVE-2023-39319
libpcre2 : Update fix for CVE-2022-1586
libtiff: Fix tiffcrop CVE-2023-1916
libwebp: Fix CVE-2023-4863 CVE-2023-5129
libxml2: Fix CVE-2023-39615
libxpm: Fix CVE-2022-4883 CVE-2022-44617 CVE-2022-46285 CVE-2022-44617 
CVE-2023-43788 CVE-2023-43789
linux-firmware: Fix CVE-2022-40982 CVE-2023-20569 CVE-2023-20593
linux-yocto/5.4: Ignore CVE-2020-27418 CVE-2020-36766 CVE-2022-40982 
CVE-2022-45886 CVE-2022-45887 CVE-2022-45919 CVE-2023-0160 CVE-2023-1194 
CVE-2023-1206 CVE-2023-1611 CVE-2023-3006 CVE-2023-3611 CVE-2023-3772 
CVE-2023-3773 CVE-2023-3777 CVE-2023-3865 CVE-2023-3866 CVE-2023-3867 
CVE-2023-4015 CVE-2023-4128 CVE-2023-4155 CVE-2023-4194 CVE-2023-4206 
CVE-2023-4207 CVE-2023-4208 CVE-2023-4244 CVE-2023-4273 CVE-2023-4385 
CVE-2023-4387 CVE-2023-4389 CVE-2023-4394 CVE-2023-4459 CVE-2023-4563 
CVE-2023-4569 CVE-2023-4611 CVE-2023-4623 CVE-2023-4921 CVE-2023-5197 
CVE-2023-5345 

[yocto] [ANNOUNCEMENT] Yocto Project 3.1.29 (dunfell-23.0.29) is Released

2023-11-15 Thread Lee Chee Yang
Hi

We are pleased to announce the Yocto Project 3.1.29 (dunfell-23.0.29) Release 
is now available for download.

http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/poky-dunfell-23.0.29.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.1.29/poky-dunfell-23.0.29.tar.bz2

A gpg signed version of these release notes is available at:

http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/RELEASENOTES

Full Test Report:

http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/testreport.txt

Thank you for everyone's contributions to this release.

Chee Yang Lee chee.yang@intel.com
Yocto Project Build and Release


- --
yocto-3.1.29 Release Notes
- --


- --
Repositories/Downloads
- --

Repository Name: poky
Repository Location: https://git.yoctoproject.org/git/poky
Branch: dunfell
Tag: yocto-3.1.29
Git Revision: aeac1034661725b5c83e79f76238429fb236b090
Release Artefact: poky-dunfell-23.0.29
sha: 0f0e6436687919be67d11077ba2cbda5c20224bd873747853e6232ab590e4b0c
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/poky-dunfell-23.0.29.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.1.29/poky-dunfell-23.0.29.tar.bz2

Repository Name: openembedded-core
Repository Location: https://git.openembedded.org/openembedded-core
Branch: dunfell
Tag: yocto-3.1.29
Git Revision: 0dbf3a15321b8033ff8ed86c6aa261fdb9c3d5bb
Release Artefact: oecore-dunfell-23.0.29
sha: 59d9e8f4331b5cb668e715cedd419243e89d879b10feab43af8741b463a52ffa
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/oecore-dunfell-23.0.29.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.1.29/oecore-dunfell-23.0.29.tar.bz2

Repository Name: meta-mingw
Repository Location: https://git.yoctoproject.org/git/meta-mingw
Branch: dunfell
Tag: yocto-3.1.29
Git Revision: 7bdc58e6c5d1054b1b6ad5c4e480a95e995ccbae
Release Artefact: meta-mingw-dunfell-23.0.29
sha: 96bcd1cb6100d1ccaa97382317e4e729d610fe236de6277285d1d17aeaeae627
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/meta-mingw-dunfell-23.0.29.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.1.29/meta-mingw-dunfell-23.0.29.tar.bz2

Repository Name: meta-gplv2
Repository Location: https://git.yoctoproject.org/git/meta-gplv2
Branch: dunfell
Tag: yocto-3.1.29
Git Revision: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac
Release Artefact: meta-gplv2-dunfell-23.0.29
sha: bb156fbc77fdd5604162c4780eac8566ba7deb24d69741cf5350d1de65950f54
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/meta-gplv2-dunfell-23.0.29.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.1.29/meta-gplv2-dunfell-23.0.29.tar.bz2

Repository Name: bitbake
Repository Location: https://git.openembedded.org/bitbake
Branch: dunfell
Tag: yocto-3.1.29
Git Revision: dd826595414c5dc1a649f45a9dd2430bf6d4699b
Release Artefact: bitbake-dunfell-23.0.29
sha: b8abe584bbd3ce2c578fe720a3b36ffbc59baa284c1e5f66bd90796bfdf20592
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.29/bitbake-dunfell-23.0.29.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.1.29/bitbake-dunfell-23.0.29.tar.bz2

Repository Name: yocto-docs
Repository Location: https://git.yoctoproject.org/git/yocto-docs
Branch: dunfell
Tag: yocto-3.1.29
Git Revision: 4cb67f0f3c3e792b5925d9d3a7002a776e5c85e8


- ---
Known Issues
- ---
N/A


- ---
Security Fixes
- ---
binutils: Fix CVE-2023-25588
busybox: Fix CVE-2022-48174
cups: Fix CVE-2023-32360 CVE-2023-38545 CVE-2023-38546 CVE-2023-4504
dbus: Fix CVE-2023-34969
flac: Fix CVE-2020-22219
gawk: Fix CVE-2023-4156
gcc: Fix CVE-2023-4039
gdb: Fix CVE-2023-39128
ghostscript: Fix CVE-2023-36664 CVE-2023-43115
glib-2.0: Fix CVE-2023-29499 CVE-2023-32611 CVE-2023-32636 CVE-2023-32643 
CVE-2023-32665
glibc: Fix CVE-2023-4911
go: Fix CVE-2022-41725 CVE-2023-24536 CVE-2023-24538 CVE-2023-39318 
CVE-2023-39319
libpcre2 : Update fix for CVE-2022-1586
libtiff: Fix tiffcrop CVE-2023-1916
libwebp: Fix CVE-2023-4863 CVE-2023-5129
libxml2: Fix CVE-2023-39615
libxpm: Fix CVE-2022-4883 CVE-2022-44617 CVE-2022-46285 CVE-2022-44617 
CVE-2023-43788 CVE-2023-43789
linux-firmware: Fix CVE-2022-40982 CVE-2023-20569 CVE-2023-20593
linux-yocto/5.4: Ignore CVE-2020-27418 CVE-2020-36766 CVE-2022-40982 
CVE-2022-45886 CVE-2022-45887 CVE-2022-45919 CVE-2023-0160 CVE-2023-1194 
CVE-2023-1206 CVE-2023-1611 CVE-2023-3006 CVE-2023-3611 CVE-2023-3772 
CVE-2023-3773 CVE-2023-3777 CVE-2023-3865 CVE-2023-3866 CVE-2023-3867 
CVE-2023-4015 CVE-2023-4128 CVE-2023-4155 CVE-2023-4194 CVE-2023-4206 
CVE-2023-4207 CVE-2023-4208 CVE-2023-4244 CVE-2023-4273 CVE-2023-4385 
CVE-2023-4387 CVE-2023-4389 CVE-2023-4394 CVE-2023-4459 CVE-2023-4563 
CVE-2023-4569 CVE-2023-4611 CVE-2023-4623 CVE-2023-4921 CVE-2023-5197 
CVE-2023-5345 

Re: [yocto] Files copied to /usr/local during installation get removed misteriously

2023-11-15 Thread Javier Casas Marín
you are right, it is defined in layers/meta-ked/classes/userfs.bbclass I didn't 
consider that it could be something added by a custom layer but it is, as you 
said. I'll have a loot at it.

Thanks for the clarification

Javi

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61699): https://lists.yoctoproject.org/g/yocto/message/61699
Mute This Topic: https://lists.yoctoproject.org/mt/102502363/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Files copied to /usr/local during installation get removed misteriously

2023-11-15 Thread Ross Burton
On 15 Nov 2023, at 12:05, Javier Casas Marín via lists.yoctoproject.org 
 wrote:
> 
> It is in run.do_userfs. I saw that the files where removed while 
> do_image_userfs task was running so I looked at the image logs in temp 
> directory and found it there

Sure but _where_ does that come from?

This is the generic yocto channel, and this isn’t a standard part of Yocto:


~/Yocto/openembedded-core (master) $ git grep do_userfs
~/Yocto/openembedded-core (master) $

A bit of googling reveals this to be meta-ktn value-add.  I suggest you tell 
them that this class should be documented more obviously so that yuo don’t 
waste time trying to figure out why your files are disappearing.

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61698): https://lists.yoctoproject.org/g/yocto/message/61698
Mute This Topic: https://lists.yoctoproject.org/mt/102502363/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: 
https://lists.yoctoproject.org/g/yocto/leave/6691583/21656/737036229/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Files copied to /usr/local during installation get removed misteriously

2023-11-15 Thread Javier Casas Marín
It is in run.do_userfs. I saw that the files where removed while 
do_image_userfs task was running so I looked at the image logs in temp 
directory and found it there

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61697): https://lists.yoctoproject.org/g/yocto/message/61697
Mute This Topic: https://lists.yoctoproject.org/mt/102502363/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Files copied to /usr/local during installation get removed misteriously

2023-11-15 Thread Ross Burton
On 15 Nov 2023, at 11:54, Javier Casas Marín via lists.yoctoproject.org 
 wrote:
> 
> Just in case someone has the same problem, it is the do_userfs function the 
> one that deletes /usr/local directories and files after copying them to 
> ${image_userfs}:
> 
> cp -r 
> /build/tmp/work/kontron_mx8mm-ked-linux/image-ked-qt/1.0-r0/rootfs${image_userfs_dir}/*
>  ${image_userfs}
> rm -rf 
> /build/tmp/work/kontron_mx8mm-ked-linux/image-ked-qt/1.0-r0/rootfs${image_userfs_dir}/*

Where is do_userfs defined?  It’s not part of oe-core…

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61696): https://lists.yoctoproject.org/g/yocto/message/61696
Mute This Topic: https://lists.yoctoproject.org/mt/102502363/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: 
https://lists.yoctoproject.org/g/yocto/leave/6691583/21656/737036229/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Files copied to /usr/local during installation get removed misteriously

2023-11-15 Thread Javier Casas Marín
Just in case someone has the same problem, it is the do_userfs function the one 
that deletes /usr/local directories and files after copying them to 
${image_userfs}:

cp -r 
/build/tmp/work/kontron_mx8mm-ked-linux/image-ked-qt/1.0-r0/rootfs${image_userfs_dir}/*
 ${image_userfs}
rm -rf 
/build/tmp/work/kontron_mx8mm-ked-linux/image-ked-qt/1.0-r0/rootfs${image_userfs_dir}/*

I have changed the installation folder to /opt that seems more appropiate

Thanks

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61695): https://lists.yoctoproject.org/g/yocto/message/61695
Mute This Topic: https://lists.yoctoproject.org/mt/102502363/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Architecture did not match

2023-11-15 Thread MOHAMMED HASSAN
On Tue, Nov 14, 2023 at 11:45 PM, Khem Raj wrote:

> 
> in your recipe, you need to add runtime dependencies. e.g.
> 
> RDEPENDS:${PN} += "bash"
> 
> or you can ignore the deps if your image has them all in already.
> since your package is binary only.
> add
> INSANE_SKIP:${PN} = "file-rdeps"
> 
> 

Tested but still the same error. Also its not a binary file, i couldnt create 
nodejs binary using yocto. *Let me know if such feature is available.* So the 
files I have actually is an complete application inside the Edge folder 
containing the application along with the package-json and the node_modules.
Also I have referred to the nodejs page but its not as easy to load the 
packages as it looks, specially when you have lots of npm packages to download. 
Do let me know if you have any easier alternatives.

Regards,
Hassan

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61694): https://lists.yoctoproject.org/g/yocto/message/61694
Mute This Topic: https://lists.yoctoproject.org/mt/102600630/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Unable to run arm 64 binary on arm64 machine

2023-11-15 Thread Peter Marko via lists.yoctoproject.org
Is /lib/ld-linux-aarch64.so.1 (interpreter listed in your file command output) 
installed in your system?
If not, then you have to install it. How to do that depends on how you built 
your image.

Peter

From: yocto@lists.yoctoproject.org  On Behalf Of 
MOHAMMED HASSAN via lists.yoctoproject.org
Sent: Wednesday, November 15, 2023 8:51
To: yocto@lists.yoctoproject.org
Subject: Re: [yocto] Unable to run arm 64 binary on arm64 machine

root@se-704a0efe85c4:~# ./hello
-sh: ./hello: No such file or directory
root@se-704a0efe85c4:~#

This is the response.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61693): https://lists.yoctoproject.org/g/yocto/message/61693
Mute This Topic: https://lists.yoctoproject.org/mt/102600996/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-