|
Re: Building Out-of-Tree Modules on the BBB Target
YUP! Thank you for the fix (I totally forgot about scripts directory).
Command: make scripts prepare solved it all!
Here is all captured (in order of
YUP! Thank you for the fix (I totally forgot about scripts directory).
Command: make scripts prepare solved it all!
Here is all captured (in order of
|
By
Zoran
·
#45341
·
|
|
Re: prelink-cross with -fno-plt
I did some reading into the sources in other architectures. The closest match, arch_i386.c, makes the write conditional as you say.
So do other arches, including arch_arm.c, arch_sh.c, arch-mips.c,
I did some reading into the sources in other architectures. The closest match, arch_i386.c, makes the write conditional as you say.
So do other arches, including arch_arm.c, arch_sh.c, arch-mips.c,
|
By
Shane Peelar <lookatyouhacker@...>
·
#45340
·
|
|
Re: Building single package as image, respecting dependencies
Is there no way to simply force bitbake to only build the packages I want, ignoring dependencies? We used to build the image like this before, using PTXDist.
Everything else seems to be a dirty
Is there no way to simply force bitbake to only build the packages I want, ignoring dependencies? We used to build the image like this before, using PTXDist.
Everything else seems to be a dirty
|
By
Norman
·
#45339
·
|
|
Re: PN is uppercase
Hi guys,
The warnings were definitely not on when I started using Yocto more than two years ago.
I have not been using debian packages, and didn't notice. I thought I was still not
using debian and
Hi guys,
The warnings were definitely not on when I started using Yocto more than two years ago.
I have not been using debian packages, and didn't notice. I thought I was still not
using debian and
|
By
Ralf Spiwoks <spiwoks@...>
·
#45352
·
|
|
Re: Building Out-of-Tree Modules on the BBB Target
I can confirm that after wget'ing the files from your github, that I can build the module just by using
kernel-devsrc (on the core-image-kernel-dev image).
I only had my qemux86-64 build handy, so I
I can confirm that after wget'ing the files from your github, that I can build the module just by using
kernel-devsrc (on the core-image-kernel-dev image).
I only had my qemux86-64 build handy, so I
|
By
Bruce Ashfield
·
#45338
·
|
|
Re: Building Out-of-Tree Modules on the BBB Target
Could you, please, point to me which YOCTO bugzilla this is? I would
like to capture these in the
https://github.com/ZoranStojsavljevic/bbb-yocto/tree/master/Issues,
just to have them as
Could you, please, point to me which YOCTO bugzilla this is? I would
like to capture these in the
https://github.com/ZoranStojsavljevic/bbb-yocto/tree/master/Issues,
just to have them as
|
By
Zoran
·
#45337
·
|
|
Difference between DEPENDS and BUILD-DEPENDS
Hi all,
i am working on one open source project,for this i have to add some
debian packages as yocto recipies.
i am trying to add "audit" recipe,so iam trying to understand the audit
debian package
Hi all,
i am working on one open source project,for this i have to add some
debian packages as yocto recipies.
i am trying to add "audit" recipe,so iam trying to understand the audit
debian package
|
By
Archana Polampalli <Archana.c727@...>
·
#45351
·
|
|
Re: Building Out-of-Tree Modules on the BBB Target
I'll try some test builds and see what I can find. Some new issues may have crept in.
Cheers,
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end
- "Use
I'll try some test builds and see what I can find. Some new issues may have crept in.
Cheers,
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end
- "Use
|
By
Bruce Ashfield
·
#45336
·
|
|
Re: Building Out-of-Tree Modules on the BBB Target
That's exactly what the kernel-devsrc package is. It is about 90 Megs (unpacked) and is the headers + config required to build out of tree modules against the kernel.
I'm going to create two new
That's exactly what the kernel-devsrc package is. It is about 90 Megs (unpacked) and is the headers + config required to build out of tree modules against the kernel.
I'm going to create two new
|
By
Bruce Ashfield
·
#45335
·
|
|
Re: Building Out-of-Tree Modules on the BBB Target
As I said, I am a man of experimental try-outs. And here is the try!
Now, after setting sources, I tried to compile the example (from my
As I said, I am a man of experimental try-outs. And here is the try!
Now, after setting sources, I tried to compile the example (from my
|
By
Zoran
·
#45334
·
|
|
Re: Building single package as image, respecting dependencies
In fact the OS is just a minimal rescue OS. On a second partition we run our main OS, which is ‘properly’ installed.
So, I’m afraid using a ‘proper’ file system wouldn’t fit our use case.
In fact the OS is just a minimal rescue OS. On a second partition we run our main OS, which is ‘properly’ installed.
So, I’m afraid using a ‘proper’ file system wouldn’t fit our use case.
|
By
Norman
·
#45333
·
|
|
Re: EXT SENDER - yocto Digest, Vol 104, Issue 95
This is all covered in the documentation, online tutorials and several excellent books. I'd recommend you set aside some time for learning here as it sounds like you're not familiar with the basic
This is all covered in the documentation, online tutorials and several excellent books. I'd recommend you set aside some time for learning here as it sounds like you're not familiar with the basic
|
By
Paul Barker
·
#45331
·
|
|
Re: EXT SENDER - yocto Digest, Vol 104, Issue 95
Hi Paul,
I understood what you are trying to say but from where does the Yocto pick up the contents for a directory in final rootfs image. Is there any recipe file in which I can find
Hi Paul,
I understood what you are trying to say but from where does the Yocto pick up the contents for a directory in final rootfs image. Is there any recipe file in which I can find
|
By
Harish
·
#45332
·
|
|
Re: EXT SENDER - yocto Digest, Vol 104, Issue 95
In a Yocto Project build, the rootfs is built from packages and the packages are in turn built from recipes. The supported process for adding new software to the image is to write a recipe which
In a Yocto Project build, the rootfs is built from packages and the packages are in turn built from recipes. The supported process for adding new software to the image is to write a recipe which
|
By
Paul Barker
·
#45330
·
|
|
Re: Building single package as image, respecting dependencies
Would you consider switching to a proper filesystem? The peril of using a cpio.gz is that every file you add slows the boot down: using a proper filesystem solves this.
Ross
Would you consider switching to a proper filesystem? The peril of using a cpio.gz is that every file you add slows the boot down: using a proper filesystem solves this.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#45329
·
|
|
Re: Finding recipe for ATOM N450
The meta-intel BSP is the recommend BSP for all Intel platfoms.
Ross
The meta-intel BSP is the recommend BSP for all Intel platfoms.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#45328
·
|
|
Finding recipe for ATOM N450
Hello,
I searched for ATOM N450 recipe, but only found very old one:
https://old.yoctoproject.org/downloads/bsps/edison11/atom-pc
The problem is that we need newer gcc (above 4.8.2).
Should it be
Hello,
I searched for ATOM N450 recipe, but only found very old one:
https://old.yoctoproject.org/downloads/bsps/edison11/atom-pc
The problem is that we need newer gcc (above 4.8.2).
Should it be
|
By
Ranran <ranshalit@...>
·
#45327
·
|
|
Re: EXT SENDER - yocto Digest, Vol 104, Issue 95
Kindly help me out in locating the source for /usr/bin of rootfs image in yocto. I did a find but I do not see the /usr/bin and its exact contents as in the rootfs image. I need to locate this badly
Kindly help me out in locating the source for /usr/bin of rootfs image in yocto. I did a find but I do not see the /usr/bin and its exact contents as in the rootfs image. I need to locate this badly
|
By
Harish
·
#45326
·
|
|
Re: /usr/share/common-license package/recipeinfo contains GPLv3 info
Ok, thanks.
By
virendra kumar thakur <coolveer07@...>
·
#45325
·
|
|
Re: /usr/share/common-license package/recipeinfo contains GPLv3 info
<coolveer07@...> wrote:
At a guess, because the libgcrypt recipe is:
LICENSE = "GPLv2+ & LGPLv2.1+ & GPLv3+"
Whereas libgcrypt itself is:
LICENSE_${PN} = "LGPLv2.1+"
That's a bit of a
<coolveer07@...> wrote:
At a guess, because the libgcrypt recipe is:
LICENSE = "GPLv2+ & LGPLv2.1+ & GPLv3+"
Whereas libgcrypt itself is:
LICENSE_${PN} = "LGPLv2.1+"
That's a bit of a
|
By
Burton, Ross <ross.burton@...>
·
#45324
·
|