On 16 Nov 2023, at 06:26, MOHAMMED HASSAN via lists.yoctoproject.org
wrote:
> SRC_URI = "file://Edge/* \
The easiest way to package a directory is to put it in a tarball, or ideally
because recipes should just be orchestrating the install, refer to a separate
git repository or tarball. Puttin
>
>
>
> 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 yo
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*
>
>
>
>
> *|
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_sd