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

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* > > > > >

[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

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

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

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 >

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

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

[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

[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

[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

[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

[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 =

[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

[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

[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

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

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?

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):

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 >

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

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" > >

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