|
Badly formatted subpath for git SRC_URI deletes portions of hard drive.
Hi
I was writing a bitbake recipe for a project hosted on a git-server. I
applied subpath in order to limit the checkout to a specific directory.
When I ran the recipe it failed in do_fetch (or
Hi
I was writing a bitbake recipe for a project hosted on a git-server. I
applied subpath in order to limit the checkout to a specific directory.
When I ran the recipe it failed in do_fetch (or
|
By
John Ernberg <john.ernberg@...>
·
#24484
·
|
|
Re: Yocto Header files?
On 16-04-15 13:00, testlaster wrote:
Short answer: Put "inherit module" in your recipe to build the module.
Example
On 16-04-15 13:00, testlaster wrote:
Short answer: Put "inherit module" in your recipe to build the module.
Example
|
By
Mike Looijmans
·
#24483
·
|
|
Yocto Header files?
Hi everyone.
I would just like to know if it is possible to get the Yocto Kernel Header files?
I need it to build a PCI driver but I cant seem to find a recipe or a download for it.
Thanks and kind
Hi everyone.
I would just like to know if it is possible to get the Yocto Kernel Header files?
I need it to build a PCI driver but I cant seem to find a recipe or a download for it.
Thanks and kind
|
By
Testo
·
#24482
·
|
|
[poky] Initramfs not appended to kernel image
Hello,
For the last week or so I have been struggling to build a kernel image with an embedded initramfs using the mechanisms provided by Poky Daisy. In local.conf I have set INITRAMFS_IMAGE_BUNDLE
Hello,
For the last week or so I have been struggling to build a kernel image with an embedded initramfs using the mechanisms provided by Poky Daisy. In local.conf I have set INITRAMFS_IMAGE_BUNDLE
|
By
Wouter van Rooy
·
#24481
·
|
|
Re: Force to install package last
Hi David,
There is no mechanism for this. There are two alternative means to do this
kind of thing (just for the files that are already packaged by other recipes):
A) Use bbappends on the original
Hi David,
There is no mechanism for this. There are two alternative means to do this
kind of thing (just for the files that are already packaged by other recipes):
A) Use bbappends on the original
|
By
Paul Eggleton
·
#24480
·
|
|
python 2to3 conflicts when populating sdk
Hi,
I am building an image in daisy branch with both python and python3 included. It works to build the image itself but when trying to make an sdk with 'bitbake <image> -c populate_sdk' it fails
Hi,
I am building an image in daisy branch with both python and python3 included. It works to build the image itself but when trying to make an sdk with 'bitbake <image> -c populate_sdk' it fails
|
By
Peter Bergin <peter.bergin@...>
·
#24479
·
|
|
Re: Move device tree generation from include file to bbclass
Hi Bruce, Hi Nikolay
Thanks I'm never sure where to ask what :)
I completely agree that it is not worth to breaking existing recipes because of that.
But I think the option with an empty
Hi Bruce, Hi Nikolay
Thanks I'm never sure where to ask what :)
I completely agree that it is not worth to breaking existing recipes because of that.
But I think the option with an empty
|
By
Bach, Pascal <pascal.bach@...>
·
#24478
·
|
|
adtrepo clean-up
After examining download logs it appears we could safely delete versions
1.0-1.3.x from http://adtrepo.yoctoproject.org/. They are only accessed
by web crawlers at this point. Removing them would make
After examining download logs it appears we could safely delete versions
1.0-1.3.x from http://adtrepo.yoctoproject.org/. They are only accessed
by web crawlers at this point. Removing them would make
|
By
Michael Halstead
·
#24477
·
|
|
error while inserting driver as recipe in raspberrypi kernel
I am getting following error when i try to include driver as recipe in raspberrypi kernel
NOTE: Executing write_package_manifest ...
| DEBUG: Executing python function write_package_manifest
| DEBUG:
I am getting following error when i try to include driver as recipe in raspberrypi kernel
NOTE: Executing write_package_manifest ...
| DEBUG: Executing python function write_package_manifest
| DEBUG:
|
By
abhishek srivastava <abhishek.embsys@...>
·
#24476
·
|
|
Force to install package last
Hello,
I made a package recipe to merge files into my final rootfs (mostly init scripts under /etc).
These files may be overriden by other packages so it is crucial that they remain intact.
I am
Hello,
I made a package recipe to merge files into my final rootfs (mostly init scripts under /etc).
These files may be overriden by other packages so it is crucial that they remain intact.
I am
|
By
METHOT, DAVID <damethot@...>
·
#24475
·
|
|
YP 1.8 Release Survey/Retrospective
All,
Yocto Project 1.8 will be releasing this week! YP provides a major release every six months, and as an open source project we are always working to improve our processes. This survey is
All,
Yocto Project 1.8 will be releasing this week! YP provides a major release every six months, and as an open source project we are always working to improve our processes. This survey is
|
By
Jolley, Stephen K <stephen.k.jolley@...>
·
#24474
·
|
|
Re: Move device tree generation from include file to bbclass
And we could argue that having more inherits in the base is a bad
thing for users that have no interest in device trees.
One person's advantage is another's churn. I was looking for
And we could argue that having more inherits in the base is a bad
thing for users that have no interest in device trees.
One person's advantage is another's churn. I was looking for
|
By
Bruce Ashfield
·
#24473
·
|
|
Re: Move device tree generation from include file to bbclass
Hi Bruce,
Well, removing redundancy and simplifying users' recipes could be
considered an advantage. Also, as the contents of linux-dtb.inc are
going to be moved to bbclass, the file can be left
Hi Bruce,
Well, removing redundancy and simplifying users' recipes could be
considered an advantage. Also, as the contents of linux-dtb.inc are
going to be moved to bbclass, the file can be left
|
By
Nikolay Dimitrov
·
#24472
·
|
|
Re: Move device tree generation from include file to bbclass
That is obvious. My questions are around "why". There's no big
technical advantage, and if you remove that existing file, you break
existing recipes. Which means you need to leave a stub in place.
So
That is obvious. My questions are around "why". There's no big
technical advantage, and if you remove that existing file, you break
existing recipes. Which means you need to leave a stub in place.
So
|
By
Bruce Ashfield
·
#24470
·
|
|
Re: Move device tree generation from include file to bbclass
Hi Bruce,
As far as I understood, Pascal's idea is to remove the need for user
recipes to include linux-dtb.inc, and provide this functionality via
inheritance.
Regards,
Nikolay
Hi Bruce,
As far as I understood, Pascal's idea is to remove the need for user
recipes to include linux-dtb.inc, and provide this functionality via
inheritance.
Regards,
Nikolay
|
By
Nikolay Dimitrov
·
#24469
·
|
|
bitbaking fails at do_compile gcc-cross-initial
Hello all,
I'm trying to get a simple build for the beagleboard with Yocto, but I'm getting some errors during the bitbaking. I'm running a virtual Ubuntu 14.04 on a 64-bit host.
The build seems to
Hello all,
I'm trying to get a simple build for the beagleboard with Yocto, but I'm getting some errors during the bitbaking. I'm running a virtual Ubuntu 14.04 on a 64-bit host.
The build seems to
|
By
heli Atck <heliatck@...>
·
#24468
·
|
|
Re: Move device tree generation from include file to bbclass
Adding oe-core, since that's the right place to have a discussion like
this.
True, but it has been like this for quite some time now :)
The big trick with changing anything like this is
Adding oe-core, since that's the right place to have a discussion like
this.
True, but it has been like this for quite some time now :)
The big trick with changing anything like this is
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#24467
·
|
|
Re: 1.7.1 ADT-installer errors
The sync is complete and broken symlinks are restored. I've also taken
the opportunity to clean up absolute symlinks at the source so this
issue cannot happen again even if the chroots aren't set
The sync is complete and broken symlinks are restored. I've also taken
the opportunity to clean up absolute symlinks at the source so this
issue cannot happen again even if the chroots aren't set
|
By
Michael Halstead
·
#24466
·
|
|
Move device tree generation from include file to bbclass
Hi
As ARM now also moved to device tree it look like in future we will have more kernels that are using device tree then ones that are not.
As far as I understand currently the generation of device
Hi
As ARM now also moved to device tree it look like in future we will have more kernels that are using device tree then ones that are not.
As far as I understand currently the generation of device
|
By
Bach, Pascal <pascal.bach@...>
·
#24465
·
|
|
Re: 1.7.1 ADT-installer errors
A change in the rsync configuration caused all symlinks to break during
the most recent sync to the mirror front ends. The error has been
corrected and the adtrepo links will be restored from the
A change in the rsync configuration caused all symlinks to break during
the most recent sync to the mirror front ends. The error has been
corrected and the adtrepo links will be restored from the
|
By
Michael Halstead
·
#24464
·
|