[yocto] Regarding Complete Yocto source transfer/migration from one ubuntu machine to other

2023-12-07 Thread Poornesh G ( India - Bangalore )
Greetings !

I am new here , I have setup the Yocto source (dunfell) for AM335x SoC. Now I 
need to set up the same source copy in my remote location .But there internet 
is prohibited hence I cannot able to initiate the fresh build. So I am trying 
the copy the entire working source to the PC where there is no internet .
Is doing copy of the yocto source from one ubuntu machine to other ubuntu 
machine is recommended ? If not please help me with the suggestions that how I 
can setup the same copy without internet.

Thanks in advance

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



[yocto] SBOM in Yocto Zeus

2023-11-30 Thread Poornesh G ( India - Bangalore )
Greetings !

We have used yocto zeus for one of our medical application with i.MX6UL SoC . 
This is initiated couple of years back , at that time "Zeus"  was the latest 
hence we went through yocto zeus .
Now we are having a requirement of SBOM  with spdx format. I got to know that 
zeus will not support this. Since most of the developmental work has completed 
we could not able to upgrade the yocto as of now. Are there any alternatives 
available in yocto zeus for creating SBOM.
Can anyone suggest me possible ways/procedures using which  I can able to 
create SBOM with spdx format .

Thanks in advance.

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



[yocto] find: unrecognized: -printf

2023-10-19 Thread Poornesh G ( India - Bangalore )
Greetings !

I am trying to add "etckeeper"  to yocto . I have written a recipe and added it 
in my Rootfs . But when I try to commit , I am getting the below error log:

-

root@imx6ulevk:~# etckeeper commit "First commit of my /etc directory"

find: unrecognized: -printf

BusyBox v1.31.0 (2023-10-18 07:46:50 UTC) multi-call binary.

Usage: find [-HL] [PATH]... [OPTIONS] [ACTIONS]

-

I tried enabling the -printf for find in busybox but I could not able to see in 
busybox menuconfig . Requesting your suggestions to resolve this issue.

Thanks in advance

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



[yocto] Missing pam_winbind.so while adding Samba(4.10.10-r0)

2023-07-20 Thread Poornesh G ( India - Bangalore )
Greeetings !

I am trying to include "samba" into my yocto build . I can able to see 
*"pam_winbind.so"* in 
*"/build/tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/samba/4.10.10-r0/image/lib/security"*
 folder.
But when I try to include samba into my image , it is absent in my Rootfile 
system . I am adding in "local.conf" file as below :
*
#To enable SAMBA*
*IMAGE_INSTALL_append = " samba samba-client cifs-utils  samba-ad-dc samba-base 
samba-common"

* Can anyone help me out to make pam_winbind.so as a part of my image .

Thanks in advance.

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



[yocto] Creating a Software Bill of Materials in Yocto Zeus #zeus

2023-07-12 Thread Poornesh G ( India - Bangalore )
Greetings !

Is it possible to generate *"Software Bill of Materials" in Yocto Zeus* ? Is 
there any recommended patche for creating required bbclass for creating SBOM.

INHERIT += "create-spdx"

Thanks,

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



[yocto] Use my own custom kernel source in yocto #zeus

2022-12-01 Thread Poornesh G ( India - Bangalore )
Greetings !

I am working on NXP's i.MX6UL SoC . I have built yocto successfully for the 
same . I want to use to my own custom linux kernel source which is cloned in my 
local PC in some specific directory (suppose in Desktop) , without using 
default kernel source installed during the yocto compilation .

I tried adding the below lines in "local.conf" file but it is not working . 
Please help me out to achieve the same.

BRANCH_pn-linux-imx += "v5.0"
SRC_URI_pn-linux-imx += "git:///${HOME}/Desktop/linux;branch=${BRANCH}"
SRCREV_pn-linux-imx += "${AUTOREV}"

Thanks

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



Re: [yocto] Adding realm in yocto #zeus

2022-11-23 Thread Poornesh G ( India - Bangalore )
Greetings !

Can any one help me out to include "realm" (used as command line tool that can 
be used for management of enrollment in Kerberos realms, like Active Directory 
domains ) in Yocto (Zeus).

Thanks,

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



Re: [yocto] Adding msktutil in yocto #yocto

2022-10-20 Thread Poornesh G ( India - Bangalore )

Dear Khem Raj,

Thanks much , I could successfully able to add "msktutil" as per your response.

Thanks,
​​


On Thursday, October 20, 2022 11:26 IST, Khem Raj  wrote:
 Try something like

https://git.openembedded.org/meta-openembedded/commit/?h=master-next

On Wed, Oct 19, 2022 at 10:33 PM  wrote:
>
> Greetings !
>
> Can any one help me out to include "msktutil" (used for fetching and managing 
> kerberos keytabs in an Active Directory environment) in Yocto (Zeus).
>
> Thanks,
> 
>
CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you recognize the sender and know the content 
is safe.
 

 

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



[yocto] Adding msktutil in yocto #yocto

2022-10-19 Thread poornesh . g
Greetings !

Can any one help me out to include *"msktutil"* (used for fetching and managing 
kerberos keytabs in an Active Directory environment) in Yocto (Zeus).

Thanks,

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



[yocto] Re : Integration of YubiKey in Yocto

2022-09-13 Thread poornesh . g
Greetings !

I am trying to integrate YubiKey in Yocto . If anyone is successful , please 
help me  out with the steps.

Thanks

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



[yocto] Add docker to yocto

2022-08-03 Thread poornesh . g
Greetings !

I have compiled yocto for i.MX6UL (Zeus) . Can anyone help me out with the  
exact procedure to add Docker along with its required dependency packages to 
Yocto build.

I tried cloning meta-virtualization layer and added the below packages through 
local.conf file . But after flashing docker.service is failing to run (error 
log is mentioned below).

--
DISTRO_FEATURES_append = " virtualization"
IMAGE_INSTALL_append += "aufs-util docker-ce cgroup-lite python3-docker 
python3-docker-pycreds python3-dockerpty runc-docker python3-docker-compose 
fuse-overlayfs oci-runtime-tools containerd-opencontainers git"
--

Log of docker.service

root@imx6ul-pds:~# journalctl -u docker -f -n 100
-- Logs begin at Wed 2022-06-08 12:42:25 UTC. --
Aug 03 09:16:08 imx6ul-pds systemd[1]: docker.service: Start request repeated 
too quickly.
Aug 03 09:16:08 imx6ul-pds systemd[1]: docker.service: Failed with result 
'exit-code'.
Aug 03 09:16:08 imx6ul-pds systemd[1]: Failed to start Docker Application 
Container Engine.
Aug 03 09:19:48 imx6ul-pds systemd[1]: Starting Docker Application Container 
Engine...
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.786701342Z" 
level=info msg="Starting up"
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.843628097Z" 
level=info msg="parsed scheme: \"unix\"" module=grpc
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.845572964Z" 
level=info msg="scheme \"unix\" not registered, fallback to defc
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.847697913Z" 
level=info msg="ccResolverWrapper: sending update to cc: {[{unic
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.849745196Z" 
level=info msg="ClientConn switching balancer to \"pick_first\"c
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.853175348Z" 
level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.871280853Z" 
level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.910190269Z" 
level=info msg="parsed scheme: \"unix\"" module=grpc
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.914921207Z" 
level=info msg="scheme \"unix\" not registered, fallback to defc
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.916950282Z" 
level=info msg="ccResolverWrapper: sending update to cc: {[{unic
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.919230397Z" 
level=info msg="ClientConn switching balancer to \"pick_first\"c
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.925912993Z" 
level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.937499818Z" 
level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc
Aug 03 09:19:49 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:49.964574077Z" 
level=error msg="Failed to built-in GetDriver graph btrfs /var/"
Aug 03 09:19:50 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:50.071230952Z" 
level=error msg="'overlay' not found as a supported filesystem 2
Aug 03 09:19:50 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:50.192916138Z" 
level=error msg="AUFS was not found in /proc/filesystems" storas
Aug 03 09:19:50 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:50.252713256Z" 
level=error msg="'overlay' not found as a supported filesystem y
Aug 03 09:19:50 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:50.258044858Z" 
level=error msg="Failed to built-in GetDriver graph devicemappe"
Aug 03 09:19:50 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:50.371781036Z" 
level=warning msg="Your kernel does not support cgroup memory l"
Aug 03 09:19:50 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:50.383845818Z" 
level=warning msg="Unable to find cpu cgroup in mounts"
Aug 03 09:19:50 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:50.387180637Z" 
level=warning msg="Unable to find blkio cgroup in mounts"
Aug 03 09:19:50 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:50.390755371Z" 
level=warning msg="Unable to find cpuset cgroup in mounts"
Aug 03 09:19:50 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:50.393484318Z" 
level=warning msg="mountpoint for pids not found"
Aug 03 09:19:50 imx6ul-pds dockerd[1070]: time="2022-08-03T09:19:50.434621308Z" 
level=info msg="stopping event stream following graceful shutdoy
*Aug 03 09:19:50 imx6ul-pds dockerd[1070]: failed to start daemon: Devices 
cgroup isn't mounted*
Aug 03 09:19:50 imx6ul-pds systemd[1]: docker.service: Main process exited, 
code=exited, status=1/FAILURE
Aug 03 09:19:50 imx6ul-pds systemd[1]: docker.service: Failed with result 

Re: [yocto] Re : rdepends upon non-existent task do_package_write_deb

2022-08-01 Thread poornesh . g
Thanks for your valuable reply .

I followed the procedure which you have mentioned i.e added 
*IMAGE_INSTALL:append = " go.opentelemetry.io-proto-otlp"* in local.conf file. 
After that I am getting this error , can you please suggest me where I need to 
modify .



user@user-Latitude-3490:~/yocto/imx_krikstone/build$ bitbake core-image-minimal
WARNING: You have included the meta-virtualization layer, but 'virtualization' 
has not been enabled in your DISTRO_FEATURES. Some bbappend files may not take 
effect. See the meta-virtualization README for details on enabling 
virtualization support.
Loading cache: 100% 
||
 Time: 0:00:00
Loaded 5514 entries from dependency cache.
Parsing recipes: 100% 
|##|
 Time: 0:00:00
Parsing of 3954 .bb files complete (3953 cached, 1 parsed). 5514 targets, 658 
skipped, 5 masked, 0 errors.
Removing 1 recipes from the cortexa7t2hf-neon sysroot: 100% 
|| Time: 
0:00:00
Removing 1 recipes from the imx6ul_pds sysroot: 100% 
|###| 
Time: 0:00:00
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'go.opentelemetry.io-proto-otlp' (but 
/home/user/yocto/imx_krikstone/sources/poky/meta/recipes-core/images/core-image-minimal.bb
 RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'go.opentelemetry.io-proto-otlp' is unbuildable, 
removing...
Missing or unbuildable dependency chain was: ['go.opentelemetry.io-proto-otlp']
ERROR: Required build target 'core-image-minimal' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-minimal', 
'go.opentelemetry.io-proto-otlp']



Thanks in advance

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



[yocto] Re : rdepends upon non-existent task do_package_write_deb

2022-07-29 Thread poornesh . g
Greetings !
I am trying to add go.opentelemetry.io-proto-otlp-native package in yocto 
(krikstone) .

When I give : *bitbake go.opentelemetry.io-proto-otlp-native* , it is 
successfully compiling .  But when I trying to add in *local.conf* as 
*IMAGE_INSTALL:append += "go.opentelemetry.io-proto-otlp-native"* , it is 
giving the below error .

-

ERROR: Task do_populate_sdk in 
/home/user/yocto/imx_krikstone/sources/poky/meta/recipes-core/images/core-image-minimal.bb
 rdepends upon non-existent task do_package_write_deb in 
/home/user/yocto/imx_krikstone/sources/meta-sca/recipes-go/go.opentelemetry.io-proto-otlp-native_0.12.0.bb
ERROR: Command execution failed: 1

-

Requesting you to help me out to solve this issue .

Thanks in advance .

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



Re: [yocto] Integrating Opentelemetry in Yocto Zeus

2022-07-21 Thread poornesh . g
Greetings !

I am having requirement of integrating Opentelemetry in Yocto Zeus . Requesting 
your suggestions/procedure for integrating Opentelemetry in Yocto Zeus .

Thanks in advance

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



[yocto] Providing Read/Write permission to "etc" in Read only Rootfile system #zeus #yocto #zeus

2022-07-20 Thread poornesh . g
Greetings !

I am working on NXP's i.MX6UL SoC and I have successfully built a Read-only 
Rootfile system through Yocto.
Now I am having a requirement of making only "/etc" as Read & Writable .
So , Can any one suggest me the procedure for making only "/etc" directory as 
Read & Writable and by keeping rest (/usr , /lib , /bin , ..) as Read-only  
through Yocto .

Thanks in Advance

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



[yocto] Re : Fetching source from Private git repo

2022-03-30 Thread Poornesh G
Greetings !

Can anyone help me with the procedure , how I can fetch the source from a
private gitlab account .
Thanks in advance !

-- 








IMPORTANT: The contents of this email and any attachments are 
confidential. They are intended for the named recipient(s) only. If you 
have received this email by mistake, please notify the sender immediately 
and do not disclose the contents to anyone or make copies thereof.

Please, 
consider your environmental responsibility. Before printing this e-mail ask 
yourself: "Do I need a hard copy?"

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



Re: [yocto] Error while installing Python modules using pip3 in yocto zeus #zeus

2021-10-11 Thread poornesh
Greetings !

I am working on Rockpis Board with Yocto Zeus for development . When I am 
trying to install  Python modules " *backports.zoneinfo"* using pip3 I am 
facing the below error . Kindly requesting any suggestions to resolve.

*Error Log:*
-
Building wheels for collected packages: backports.zoneinfo
Building wheel for backports.zoneinfo (PEP 517) ... error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 
/usr/lib/python3.7/site-packages/pip/_vendor/pep517/in_process/_in_process.py 
build_wheel /tmp/tmpj158xpon
cwd: 
/tmp/pip-install-e1zrr5gk/backports-zoneinfo_fe1585f6e0ef47be9df309ad556bbecf
Complete output (39 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-aarch64-3.7
creating build/lib.linux-aarch64-3.7/backports
copying src/backports/__init__.py -> build/lib.linux-aarch64-3.7/backports
creating build/lib.linux-aarch64-3.7/backports/zoneinfo
copying src/backports/zoneinfo/_zoneinfo.py -> 
build/lib.linux-aarch64-3.7/backports/zoneinfo
copying src/backports/zoneinfo/_version.py -> 
build/lib.linux-aarch64-3.7/backports/zoneinfo
copying src/backports/zoneinfo/_tzpath.py -> 
build/lib.linux-aarch64-3.7/backports/zoneinfo
copying src/backports/zoneinfo/_common.py -> 
build/lib.linux-aarch64-3.7/backports/zoneinfo
copying src/backports/zoneinfo/__init__.py -> 
build/lib.linux-aarch64-3.7/backports/zoneinfo
running egg_info
writing src/backports.zoneinfo.egg-info/PKG-INFO
writing dependency_links to src/backports.zoneinfo.egg-info/dependency_links.txt
writing requirements to src/backports.zoneinfo.egg-info/requires.txt
writing top-level names to src/backports.zoneinfo.egg-info/top_level.txt
reading manifest file 'src/backports.zoneinfo.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.png' under directory 'docs'
warning: no files found matching '*.svg' under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_output'
adding license file 'LICENSE'
adding license file 'licenses/LICENSE_APACHE'
writing manifest file 'src/backports.zoneinfo.egg-info/SOURCES.txt'
copying src/backports/zoneinfo/__init__.pyi -> 
build/lib.linux-aarch64-3.7/backports/zoneinfo
copying src/backports/zoneinfo/py.typed -> 
build/lib.linux-aarch64-3.7/backports/zoneinfo
running build_ext
building 'backports.zoneinfo._czoneinfo' extension
creating build/temp.linux-aarch64-3.7
creating build/temp.linux-aarch64-3.7/lib
*aarch64-poky-linux-gcc -mcpu=cortex-a35+crc+crypto -fstack-protector-strong 
-D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security 
-Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wa9*
*lib/zoneinfo_module.c:1:10: fatal error: Python.h: No such file or directory*
*1 | #include "Python.h"*
*|  ^~*
*compilation terminated.*
*error: command 'aarch64-poky-linux-gcc' failed with exit status 1*
**
*ERROR: Failed building wheel for backports.zoneinfo*
Failed to build backports.zoneinfo
ERROR: Could not build wheels for backports.zoneinfo which use PEP 517 and 
cannot be installed directly

--

Thanks in Advance

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



Re: [yocto] Enabling Websockets in Mosquitto in yocto zeus #zeus

2021-10-01 Thread poornesh
Greetings !

I could able to add Mosquitto in Yocto Zeus , but as default websockets is 
disabled in Mosquitto . Can anyone help me how to enable websockets in 
Mosquitto in yocto zeus.

Thanks in Advance

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



[yocto] Upgrading Nodejs from 10.x to 14.x in yocto Zeus #zeus #yocto #zeus

2021-09-13 Thread poornesh
Greetings !

I am using yocto zeus for my project . I am having a requirement of Nodejs 14.x 
but the available Nodejs version in yocto zeus is 10.x . Can anyone help me by 
sharing the steps to upgrade Nodejs 10.x to 14.x in yocto zeus.

Thanks in Advance

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



Re: [yocto] Integration of Docker in Read-only Rootfile system through Yocto

2021-07-09 Thread Poornesh

Greetings !

I have added the docker in yocto (zeus) and it is working with the 
Rootfile system which is having "Read-write" permission. When I trying 
to run the "Hello-world" image with the Rootfile system having 
"Read-only" permission through docker  I am facing issue . Please find 
the attached error logs .


Requesting your suggestions to overcome this issue.

--
Thanks and Regards

Poornesh G
root@arm:/home/ubuntu# rm -rf docker/*
root@arm:/home/ubuntu# rm -rf lib/*
root@arm:/home/ubuntu# cd
root@arm:~# 
root@arm:~# 
root@arm:~# 
root@arm:~# 
root@arm:~# docker run hello_docker
Unable to find image 'hello_docker:latest' locally
^C
root@arm:~# 
root@arm:~# 
root@arm:~# docker images
REPOSITORY   TAG   IMAGE ID   CREATED   SIZE
root@arm:~# cd /mnt/hello_docker/
root@arm:/mnt/hello_docker# ls
Dockerfile  docker_service_error.txt  hello
root@arm:/mnt/hello_docker# docker build --tag hello_docker .
Sending build context to Docker daemon  19.46kB
Error response from daemon: stat /home/ubuntu/lib/docker/tmp: no such file or 
directory
root@arm:/mnt/hello_docker# systemctl stop docker
Warning: Stopping docker.service, but it can still be activated by:
  docker.socket
root@arm:/mnt/hello_docker# systemctl stop containerd
root@arm:/mnt/hello_docker# systemctl start containerd
root@arm:/mnt/hello_docker# systemctl start docker
root@arm:/mnt/hello_docker# docker build --tag hello_docker .
Sending build context to Docker daemon  19.46kB
Step 1/3 : FROM scratch
 ---> 
Step 2/3 : COPY hello /
 ---> a182b15488b7
Step 3/3 : CMD ["/hello"]
 ---> Running in 24582db80379
Removing intermediate container 24582db80379
 ---> 2d86025079d6
Successfully built 2d86025079d6
Successfully tagged hello_docker:latest
root@arm:/mnt/hello_docker# docker run hello_docker
docker: Error response from daemon: OCI runtime create failed: 
/var/lib/docker/overlay2/38f995691e86c937ef3ee7e79bc96317c36748fdc80439ce12adec.
ERRO[] error waiting for container: context canceled 
root@arm:/mnt/hello_docker# docker run hello_docker
docker: Error response from daemon: OCI runtime create failed: 
/var/lib/docker/overlay2/c9cc9246629e12cfefc50bc7e4c935a6bf980bb1b98cc8b7b7004e.
ERRO[] error waiting for container: context canceled 
root@arm:/mnt/hello_docker# docker run hello_docker
docker: Error response from daemon: OCI runtime create failed: 
/var/lib/docker/overlay2/acdd727c1a6e6f5ddef0296e9674b9abdde4c451d0bc6315d0a346.
ERRO[] error waiting for container: context canceled 
root@arm:/mnt/hello_docker# docker run hello_docker
docker: Error response from daemon: OCI runtime create failed: 
/var/lib/docker/overlay2/348ad6f90a6015d221af589c1b5517e1d7809c13c60b5a1657a20b.
ERRO[] error waiting for container: context canceled 
root@arm:/mnt/hello_docker# docker run hello_docker
docker: Error response from daemon: OCI runtime create failed: 
/var/lib/docker/overlay2/3bdf723ab02c3c338c9e058a85737ca9ecdd446cefe93c7653430d.
ERRO[] error waiting for container: context canceled 
root@arm:/mnt/hello_docker# docker run hello_docker
docker: Error response from daemon: OCI runtime create failed: 
/var/lib/docker/overlay2/c8baee3e44824671a7b1fefb9a8fe3c7ade9352f1b63162f85f046.
ERRO[] error waiting for container: context canceled 
root@arm:/mnt/hello_docker# systemctl stop containerd
root@arm:/mnt/hello_docker# systemctl stop docker
Warning: Stopping docker.service, but it can still be activated by:
  docker.socket
root@arm:/mnt/hello_docker# systemctl start containerd
root@arm:/mnt/hello_docker# systemctl start docker
root@arm:/mnt/hello_docker# docker run hello_docker

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
(arm64v8)
 3. The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/

root@arm:/mnt/hello_docker#
-- Logs begin at Wed 2020-04-01 17:23:43 UTC, end at Wed 2020-04-01 17:30:52 
UTC. --
Apr 01 17:25:46 arm systemd[1]: Starting Docker Application Container Engine...
Apr 01 17:25:47 arm dockerd[6024]: time="2020-04-01T17:25:47.375887000Z" 
level=info msg="Starting up"
Apr 01 17:25:47 arm dockerd[6024]: time="2020-04-01T17:25:47.388271500Z" 
level=info msg="parsed scheme: \"unix\"" module=grpc
Apr 01 17:25:47 arm dockerd[6024]: time="2020

Re: [yocto] Integration of mpg321 in yocto zeus

2021-06-24 Thread Poornesh

Greetings !

If anyone achieved integrating the "mpg321" in yocto , requesting you to 
kindly share some inputs and procedure that need to be followed.


--
Thanks in advance

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



Re: [yocto] Integration of mpg321 in Yocto Zeus #zeus #yocto

2021-06-17 Thread Poornesh
Greetings !

If anyone achieved the task of integrating the "mpg321" in yocto , kindly 
requesting to share the procedure/steps to be followed .

Thanks

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



Re: [yocto] Creating a FIT Image with INITRAMFs

2021-03-24 Thread Poornesh

Greetings !

Processor  : i.MX8MM

Yocto : 2.7.1 (warrior)

I am trying to crate a "initramfs image" bundling with the "Kernel 
image".


Below mentioned is the link and  which I am following .

https://www.yoctoproject.org/docs/3.1/dev-manual/dev-manual.html#building-an-initramfs-image

Below is the steps which I followed :

1. Added INITRAMFS_IMAGE_BUNDLE variable to "1" in local.conf

2. Added INITRAMFS_IMAGE = "phytec-initramfs-image" in your local.conf

3. And tried building the image using bitbake.

But when I am compiling the image, I am getting the following mentioned 
"Circular dependency error". Kindly Requesting solution/suggestions for 
the same .


--

ERROR: 1830 unbuildable tasks were 
found. | ETA: 0:00:01 These are 
usually caused by circular dependencies and any circular dependency 
chains found will be printed below. Increase the debug level to see a 
list of unbuildable tasks.


Identifying dependency loops (this may take a short while)...

ERROR: Dependency loop #1 found: Task 
/mnt/Aditional_2TB/khaleel_new/yocto/iMX8MM/sources/poky/../meta-phytec/recipes-kernel/linux/linux-imx_4.19.35_1.1.0-phy4.bb:do_bundle_initramfs 
(dependent Tasks ['linux-imx_4.19.35_1.1.0-phy4.bb:do_install', 
'core-image-minimal-initramfs.bb:do_image_complete']) Task 
/mnt/Aditional_2TB/khaleel_new/yocto/iMX8MM/sources/poky/../meta-phytec/recipes-kernel/linux/linux-imx_4.19.35_1.1.0-phy4.bb:do_deploy 
(dependent Tasks ['linux-imx_4.19.35_1.1.0-phy4.bb:do_packagedata', 
'linux-imx_4.19.35_1.1.0-phy4.bb:do_populate_sysroot', 
'linux-imx_4.19.35_1.1.0-phy4.bb:do_bundle_initramfs', 
'depmodwrapper-cross_1.0.bb:do_populate_sysroot']) Task 
/mnt/Aditional_2TB/khaleel_new/yocto/iMX8MM/sources/poky/meta/recipes-core/images/core-image-minimal-initramfs.bb:do_image_wic 
(dependent Tasks ['core-image-minimal-initramfs.bb:do_rootfs_wicenv', 
'core-image-minimal-initramfs.bb:do_image', 
'linux-imx_4.19.35_1.1.0-phy4.bb:do_deploy', 
'imx-boot-phytec_0.2.bb:do_deploy', 
'u-boot-imx_2019.04_1.1.0-phy5.bb:do_deploy', 
'gptfdisk_1.0.4.bb:do_populate_sysroot', 
'dosfstools_4.1.bb:do_populate_sysroot', 
'firmware-imx-8m_8.5.bb:do_deploy', 'parted_3.2.bb:do_populate_sysroot', 
'mtools_4.0.19.bb:do_populate_sysroot', 'imx-atf_2.0.bb:do_deploy']) 
Task 
/mnt/Aditional_2TB/khaleel_new/yocto/iMX8MM/sources/poky/meta/recipes-core/images/core-image-minimal-initramfs.bb:do_image_complete 
(dependent Tasks ['core-image-minimal-initramfs.bb:do_image', 
'core-image-minimal-initramfs.bb:do_image_tar', 
'core-image-minimal-initramfs.bb:do_image_create_sdcard_symlink', 
'core-image-minimal-initramfs.bb:do_image_wic'])


Dependency loop #2 found: Task 
/mnt/Aditional_2TB/khaleel_new/yocto/iMX8MM/sources/poky/../meta-phytec/recipes-kernel/linux/linux-imx_4.19.35_1.1.0-phy4.bb:do_bundle_initramfs 
(dependent Tasks ['linux-imx_4.19.35_1.1.0-phy4.bb:do_install', 
'core-image-minimal-initramfs.bb:do_image_complete']) Task 
/mnt/Aditional_2TB/khaleel_new/yocto/iMX8MM/sources/poky/../meta-phytec/recipes-kernel/linux/linux-imx_4.19.35_1.1.0-phy4.bb:do_deploy 
(dependent Tasks ['linux-imx_4.19.35_1.1.0-phy4.bb:do_packagedata', 
'linux-imx_4.19.35_1.1.0-phy4.bb:do_populate_sysroot', 
'linux-imx_4.19.35_1.1.0-phy4.bb:do_bundle_initramfs', 
'depmodwrapper-cross_1.0.bb:do_populate_sysroot']) Task 
/mnt/Aditional_2TB/khaleel_new/yocto/iMX8MM/sources/poky/meta/recipes-core/images/core-image-minimal-initramfs.bb:do_image_wic 
(dependent Tasks ['core-image-minimal-initramfs.bb:do_rootfs_wicenv', 
'core-image-minimal-initramfs.bb:do_image', 
'linux-imx_4.19.35_1.1.0-phy4.bb:do_deploy', 
'imx-boot-phytec_0.2.bb:do_deploy', 
'u-boot-imx_2019.04_1.1.0-phy5.bb:do_deploy', 
'gptfdisk_1.0.4.bb:do_populate_sysroot', 
'dosfstools_4.1.bb:do_populate_sysroot', 
'firmware-imx-8m_8.5.bb:do_deploy', 'parted_3.2.bb:do_populate_sysroot', 
'mtools_4.0.19.bb:do_populate_sysroot', 'imx-atf_2.0.bb:do_deploy']) 
Task 
/mnt/Aditional_2TB/khaleel_new/yocto/iMX8MM/sources/poky/meta/recipes-core/images/core-image-minimal-initramfs.bb:do_image_create_sdcard_symlink 
(dependent Tasks ['core-image-minimal-initramfs.bb:do_image_wic']) Task 
/mnt/Aditional_2TB/khaleel_new/yocto/iMX8MM/sources/poky/meta/recipes-core/images/core-image-minimal-initramfs.bb:do_image_complete 
(dependent Tasks ['core-image-minimal-initramfs.bb:do_image', 
'core-image-minimal-initramfs.bb:do_image_tar', 
'core-image-minimal-initramfs.bb:do_image_create_sdcard_symlink', 
'core-image-minimal-initramfs.bb:do_image_wic'])


ERROR: Command execution failed: 1

--

--
Thanks and Regards

Poornesh G

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#52835): https://lists.yoctoproject.org/g/yocto/message/52835
Mute This Topic: https://lists.yoctoproject.org/mt/81574504/216

[yocto] Integrating Ubuntu 20.04 root file system in yocto for i.MX8M #yocto #kernel #linux

2021-02-12 Thread poornesh . g
Greetings !

I am trying to integrate the ubuntu 20.04 Root file system with the yocto build 
. Ultimately my final image should consists of :

Bootloader and Kernel : From default yocto build system.

Rootfile system : Should be taken the ubuntu 20.04 RFS.

I am adding the ubuntu 20.04 rfs as a recipe in yocto, but I am failing to 
integrate this ubuntu RFS over the default yocto root file system.

Requesting your solutions and steps .

Thanks in advance

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