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