[yocto] How to write a recipe to add files/links in yocto rootfs

2017-04-17 Thread Jaggi, Manish
Hi When I run bitbake core-image-minimal a rootfs is generated. I have to create links to some files in the rootfs, and add some files. How to create a recipe which does that ? I thought of trying to extend do_rootfs but that didnt work. Regards, Manish Jaggi -- _

[yocto] populate_sdk multilib not generating lib32 sysrots

2016-07-29 Thread Jaggi, Manish
On krogoth branch of poky trying to create a multilib sdk (aarch64 aarch64_ilp32) Using the below local.conf CONF_VERSION = "1" MACHINE = "TestMachine" CORE_IMAGE_EXTRA_INSTALL_append += " openssl" PREFERRED_VERSION_linux-thunderx-81xx = "4.4.3" BB_NUMBER_THREADS="32" PREFERRED_PROVIDER_virtual

[yocto] populate_sdk does not generate multilib sysroots

2016-07-29 Thread Jaggi, Manish
On krogoth branch of poky trying to create a multilib sdk (aarch64 aarch64_ilp32) Using the below local.conf CONF_VERSION = "1" MACHINE = "TestMachine" CORE_IMAGE_EXTRA_INSTALL_append += " openssl" PREFERRED_VERSION_linux-thunderx-81xx = "4.4.3" BB_NUMBER_THREADS="32" PREFERRED_PROVIDER_virtua

Re: [yocto] aarch64-oe-linux/bin/ld: cannot find -lgcc . Adding native build support for arm64/aarch64 in oe-rootfs.

2016-04-26 Thread Jaggi, Manish
, Ross Sent: Tuesday, April 26, 2016 2:27:12 PM To: Jaggi, Manish Cc: yocto@yoctoproject.org Subject: Re: [yocto] aarch64-oe-linux/bin/ld: cannot find -lgcc . Adding native build support for arm64/aarch64 in oe-rootfs. On 26 April 2016 at 09:37, Jaggi, Manish mailto:manish.ja

[yocto] aarch64-oe-linux/bin/ld: cannot find -lgcc . Adding native build support for arm64/aarch64 in oe-rootfs.

2016-04-26 Thread Jaggi, Manish
Hi, I am trying to add a native compilation support to oe rootfs. Managed to add gcc ld support but upon compilation getting missing libs error. aarch64-oe-linux-gcc x.c x.c: In function 'main': x.c:3:2: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] /us

Re: [yocto] Fetcher failure: Unable to find revision 2134d97aa3a7ce38bb51f933f2e20cafde371085 in branch master even from upstream

2016-04-26 Thread Jaggi, Manish
Thanks, It worked with standards/base branch. Regards, Manish Jaggi From: Zhenhua Luo Sent: Tuesday, April 26, 2016 1:02 PM To: Bruce Ashfield; Jaggi, Manish; Burton, Ross Cc: yocto@yoctoproject.org Subject: RE: [yocto] Fetcher failure: Unable to find

Re: [yocto] Fetcher failure: Unable to find revision 2134d97aa3a7ce38bb51f933f2e20cafde371085 in branch master even from upstream

2016-04-25 Thread Jaggi, Manish
From: Bruce Ashfield [bruce.ashfi...@windriver.com] Sent: Monday, April 25, 2016 11:04 PM To: Jaggi, Manish; Burton, Ross Cc: yocto@yoctoproject.org Subject: Re: [yocto] Fetcher failure: Unable to find revision 2134d97aa3a7ce38bb51f933f2e20cafde371085 in

Re: [yocto] Fetcher failure: Unable to find revision 2134d97aa3a7ce38bb51f933f2e20cafde371085 in branch master even from upstream

2016-04-25 Thread Jaggi, Manish
From: Burton, Ross Sent: Monday, April 25, 2016 8:12 PM To: Jaggi, Manish Cc: yocto@yoctoproject.org Subject: Re: [yocto] Fetcher failure: Unable to find revision 2134d97aa3a7ce38bb51f933f2e20cafde371085 in branch master even from upstream On 25 April 2016 at

[yocto] Fetcher failure: Unable to find revision 2134d97aa3a7ce38bb51f933f2e20cafde371085 in branch master even from upstream

2016-04-25 Thread Jaggi, Manish
In my bb file I added the below line, SRCREV = "2134d97aa3a7ce38bb51f933f2e20cafde371085" SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev" The revision id is of v4.4.3 tag. Below errors are generated upon kernel fetching ERROR: linux-4.4 do_fetch: Fetcher failure: Unable to find revisi

Re: [yocto] [Query] Process of Up-streaming a new meta layer

2016-04-04 Thread Jaggi, Manish
___ >From: yocto-boun...@yoctoproject.org on >behalf of Alexander Kanavin >Sent: Thursday, March 31, 2016 3:48 PM >To: yocto@yoctoproject.org >Subject: Re: [yocto] [Query] Process of Up-streaming a new meta layer >>On 03/23/2016 04:24 PM

[yocto] [Query] Process of Up-streaming a new meta layer

2016-03-24 Thread Jaggi, Manish
Hello All, What is the process of upstreaming a new meta layer ? The layer is specific to cavium thunderx and it can be named as meta-cavium Is this the correct mailing list to upstream ? Regards, Manish Jaggi -- ___ yocto mailing list yocto@yoc