|
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
·
|
|
Re: 1.7.1 ADT-installer errors
Sure, it'll take me a bit to get access to the infrastructure but I'll
get to it when I have access.
-b
--
Elizabeth Flanagan
Yocto Project
Build and Release
Sure, it'll take me a bit to get access to the infrastructure but I'll
get to it when I have access.
-b
--
Elizabeth Flanagan
Yocto Project
Build and Release
|
By
Flanagan, Elizabeth <elizabeth.flanagan@...>
·
#24463
·
|
|
Re: Yocto Eclipse Plugin
Hi Todor,
Created an bug 7612.
Also w.r.t to hello world example I was using the Standalone pre-built tool chain option. Also this work only for the Hello World template project and if select empty
Hi Todor,
Created an bug 7612.
Also w.r.t to hello world example I was using the Standalone pre-built tool chain option. Also this work only for the Hello World template project and if select empty
|
By
Bipnesh, Abhinav (Abhinav) <abhinavbipnesh@...>
·
#24462
·
|
|
Re: Yocto Eclipse Plugin
Hello Abhinav,
In your previous email you mentioned that the cross compiler variables
are populated for the hello world example. If that's the case the IDE
must have parsed the environment setup
Hello Abhinav,
In your previous email you mentioned that the cross compiler variables
are populated for the hello world example. If that's the case the IDE
must have parsed the environment setup
|
By
Minchev, Todor <todor.minchev@...>
·
#24461
·
|
|
Re: Yocto Eclipse Plugin
Hi Todor,
I tried with below link and still observe the same issue. It didn’t identify the bitbake directory environment files and report same errors.
Thanks,
Abhinav
Hi Todor,
I tried with below link and still observe the same issue. It didn’t identify the bitbake directory environment files and report same errors.
Thanks,
Abhinav
|
By
Bipnesh, Abhinav (Abhinav) <abhinavbipnesh@...>
·
#24460
·
|
|
Yocto Eclipse Plugin not working for non CMake project
Hi,
I was trying to setup Eclipse (Kepler) for Yocto Plugin and facing issue when I try to create project other than hello world.
If I select Yocto CMake Empty project I don’t see the tool
Hi,
I was trying to setup Eclipse (Kepler) for Yocto Plugin and facing issue when I try to create project other than hello world.
If I select Yocto CMake Empty project I don’t see the tool
|
By
Bipnesh, Abhinav (Abhinav) <abhinavbipnesh@...>
·
#24459
·
|
|
SRCREV Issue
Hi All,
I downloaded the yocto from the following link:
git clone -b dizzy git://git.yoctoproject.org/poky.git
And added the my custom recipe for downloading our custom kernel from SVN.
My recipe
Hi All,
I downloaded the yocto from the following link:
git clone -b dizzy git://git.yoctoproject.org/poky.git
And added the my custom recipe for downloading our custom kernel from SVN.
My recipe
|
By
Raghavendra Kakarla <Raghavendra.Kakarla@...>
·
#24458
·
|
|
Re: SRCREV Issue for custom linux kernel
Hi Bruce,
My recipe is like following:
# oe-core kernel classes to apply a subset of yocto kernel
# management to git managed kernel repositories.
#
# Warning:
#
# Building this kernel
Hi Bruce,
My recipe is like following:
# oe-core kernel classes to apply a subset of yocto kernel
# management to git managed kernel repositories.
#
# Warning:
#
# Building this kernel
|
By
Raghavendra Kakarla <Raghavendra.Kakarla@...>
·
#24457
·
|
|
Re: SRCREV Issue for custom linux kernel
Hi Bruce,
I downloaded the yocto from the following link:
git clone -b dizzy git://git.yoctoproject.org/poky.git
And added the my custom recipe for downloading our custom kernel from SVN. This
Hi Bruce,
I downloaded the yocto from the following link:
git clone -b dizzy git://git.yoctoproject.org/poky.git
And added the my custom recipe for downloading our custom kernel from SVN. This
|
By
Raghavendra Kakarla <Raghavendra.Kakarla@...>
·
#24456
·
|
|
Re: 1.7.1 ADT-installer errors
Hi,
I can confirm it is an issue. I got a 404 not found error when I tried to download the core-image-sato-sdk-qemux86.tar.bz2 from
Hi,
I can confirm it is an issue. I got a 404 not found error when I tried to download the core-image-sato-sdk-qemux86.tar.bz2 from
|
By
Yi Zhao
·
#24455
·
|
|
Build available for QA
-e
A build identified as needing QA has finished on the autobuilder. This
build is located at:
http://autobuilder.yoctoproject.org/pub/nightly/20150414-2
Build hash information:
-e
A build identified as needing QA has finished on the autobuilder. This
build is located at:
http://autobuilder.yoctoproject.org/pub/nightly/20150414-2
Build hash information:
|
By
Poky Build User <pokybuild@...>
·
#24454
·
|
|
[PATCH] dev-manual: Updated wic runtime requirements
Wic is not using parted and other runtime dependencies from
host system anymore. It uses native tools instead.
Removed host parted from the list of requirements. Added
instructions to build native
Wic is not using parted and other runtime dependencies from
host system anymore. It uses native tools instead.
Removed host parted from the list of requirements. Added
instructions to build native
|
By
Ed Bartosh <ed.bartosh@...>
·
#24453
·
|
|
Mount options for /dev/root
Hi
I'm trying to add some mount options to / (/dev/root) such as
'nobarrier'.
What would be the best way to define this option?
I know two possible ways:
* rootflags boot paramenter, but I'd prefer
Hi
I'm trying to add some mount options to / (/dev/root) such as
'nobarrier'.
What would be the best way to define this option?
I know two possible ways:
* rootflags boot paramenter, but I'd prefer
|
By
Oliver Stäbler <oliver.staebler@...>
·
#24452
·
|
|
Re: [Dizzy] Multilib in Poky
Hi Rebecca,
I have reproduced this; it appears uclibc isn't actually being selected
properly for the multilib. I've filed a bug with some
Hi Rebecca,
I have reproduced this; it appears uclibc isn't actually being selected
properly for the multilib. I've filed a bug with some
|
By
Paul Eggleton
·
#24451
·
|