On March 13, 2015 10:57:53 PM GMT+01:00, Joe Slater
wrote:
>Fix logic in split_and_strip_files() to allow splitting or
>stripping independently. We also return quickly from this
>function if we have nothing to do. We seek the following behavior:
>
>Strip / Split Behavior
>yes / yes
Fix logic in split_and_strip_files() to allow splitting or
stripping independently. We also return quickly from this
function if we have nothing to do. We seek the following behavior:
Strip / Split Behavior
yes / yes binaries stripped; debug info and source in -dbg
no/ yes
* rpcbind.service requires rpcbind.socket and systemctl tries to add it twice
* see log.do_rootfs:
Started /OE/build/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/systemctl
--root=/OE/build/shr-core/tmp-glibc/work/nokia900-oe-linux-gnueabi/shr-image/2.0-r20/rootfs
enable rpcbind.service rpcb
Noticed in this log.do_rootfs error:
Started /OE/build/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/systemctl
--root=/OE/build/shr-core/tmp-glibc/work/nokia900-oe-linux-gnueabi/shr-image/2.0-r20/rootfs
disable bluetooth.service
Try to find location of bluetooth.service...
Found bluetoot
Signed-off-by: Martin Jansa
---
.../valgrind/enable.building.on.4.x.kernel.patch | 36 ++
meta/recipes-devtools/valgrind/valgrind_3.10.1.bb | 1 +
2 files changed, 37 insertions(+)
create mode 100644
meta/recipes-devtools/valgrind/valgrind/enable.building.on.4.x.kernel.p
Hi,
A nice long consolidated pull that is all green on the AB apart from an
intermittent x86-64 inability to run df which I don't think is related to this
series and will investigate shortly.
Ross
The following changes since commit 7f30749fe026e9ceb75d73b89271145a45a60763:
oeqa/parselogs: Ski
All,
Richard has suggested I set up a series of meeting to review the current Yocto
Project QA testing being done. This is to insure that the experts have had a
chance to sync with the QA team so the right tests are being run during our QA
runs. I am soliciting who I should invite and what
On March 13, 2015 5:00:15 PM GMT+01:00, Richard Purdie
wrote:
>On Fri, 2015-03-13 at 20:25 +0530, Naresh Bhat wrote:
>> Build iso image required syslinux package. We have already skip the
>syslinux
>> package. Hence just skip the iso image build too.
>>
>> Signed-off-by: Naresh Bhat
>> ---
>>
On 3/13/15 11:55 AM, Philip Balister wrote:
> You can add yourself here (or drop me an email if you have trouble
> logging in)
>
> http://www.openembedded.org/wiki/OEDAM_2015
I'm planning on attending, but have not yet gotten travel approval. (So if I
don't I'll try to do the remote thing.)
--M
On 13 March 2015 at 21:29, Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> On Fri, 2015-03-13 at 20:25 +0530, Naresh Bhat wrote:
> > Remove the bootimg dependency as syslinux for aarch64. The reason to
> skip the syslinux package
> > - syslinux package contains x86 assembly code. Hen
Bitbake fails with an error message such as "The recipe bla is trying to
install files into a shared area when those files already exist."
Conditions:
- The archiver class is active
- Bitbake is called more than once e.g. to compile two images for different
architectures
At least for me, the p
You can add yourself here (or drop me an email if you have trouble
logging in)
http://www.openembedded.org/wiki/OEDAM_2015
We plan to have a Hangout on the Air so people can follow along remotely.
Philip
On 03/13/2015 11:56 AM, akuster wrote:
> Hello Folks,
>
> OEDAM is nearing. If you have no
On Fri, 2015-03-13 at 20:25 +0530, Naresh Bhat wrote:
> Update the grub git recipe with the following actions for native and target
> - Base class extend to native
> - do_configure_prepend
> - do_install_append
> - do_mkimage native
> - do_deploy
>
> Signed-off-by: Naresh Bhat
> ---
> meta/recip
On Fri, 2015-03-13 at 20:25 +0530, Naresh Bhat wrote:
> Build iso image required syslinux package. We have already skip the syslinux
> package. Hence just skip the iso image build too.
>
> Signed-off-by: Naresh Bhat
> ---
> meta/classes/bootimg.bbclass |6 +-
> 1 file changed, 5 insert
On Fri, 2015-03-13 at 20:25 +0530, Naresh Bhat wrote:
> Remove the bootimg dependency as syslinux for aarch64. The reason to skip the
> syslinux package
> - syslinux package contains x86 assembly code. Hence it cannot be compiled on
> aarch64.
> - There is no BIOS on aarch64 to answer syscalls.
>
Add support to install grubaa64 efi image. By default GRUB_IMAGE contains
the bootia32.efi image. Depending on the architecture type the variable is
being updated to bootia64.efi or grubaa64.efi
Signed-off-by: Naresh Bhat
---
meta/classes/grub-efi.bbclass | 17 +++--
1 file chang
Remove the bootimg dependency as syslinux for aarch64. The reason to skip the
syslinux package
- syslinux package contains x86 assembly code. Hence it cannot be compiled on
aarch64.
- There is no BIOS on aarch64 to answer syscalls.
Signed-off-by: Naresh Bhat
---
meta/classes/syslinux.bbclass |
Update the grub git recipe with the following actions for native and target
- Base class extend to native
- do_configure_prepend
- do_install_append
- do_mkimage native
- do_deploy
Signed-off-by: Naresh Bhat
---
meta/recipes-bsp/grub/grub_git.bb | 48 +++--
1 fi
Build iso image required syslinux package. We have already skip the syslinux
package. Hence just skip the iso image build too.
Signed-off-by: Naresh Bhat
---
meta/classes/bootimg.bbclass |6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta/classes/bootimg.bbclass b/
I am adding the support of aarch64 to LUV OS Distribution project.
The luv-yocto project is based on poky distribution.
https://01.org/linux-uefi-validation
While adding support I find that these are the few meta layer changes,
which I have been asked to upstream. If we merge these changes into
o
Add support to install kernel image for aarch64
Signed-off-by: Naresh Bhat
---
meta/classes/bootimg.bbclass | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index b1c03ba..ed7b32f 100644
--- a/meta/class
Hi,
Please, Ignore this series for review. I will resend the same series with
few corrections. My apologies for noise.
Thanks and Regards
-Naresh
On 10 March 2015 at 00:01, Naresh Bhat wrote:
> I am adding the support of aarch64 to LUV OS Distribution project.
> The luv-yocto project is base
http://www.openembedded.org/wiki/Bitbake_World_Status
== Failed tasks 2015-03-12 ==
INFO: jenkins-job.sh-1.1.0 Complete log available at
http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150313_134532.log
=== common (3) ===
*
/meta-openembedded/meta-networking/recipes-protocols/o
On Thu, Mar 12, 2015 at 02:18:27PM +0800, Robert Yang wrote:
>
> I met this error when building openflow in meta-networking, I guess it maybe
> related to the upgraded:
>
> x86_64-wrs-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse
> --sysroot=/buildarea/lyang1/test_qemux86-64/bitb
Inserting the "From rev" comment depended on having at least one
Signed-off-by line in the patch header. Some old repository commits in
openembedded-core and bitbake do not have those.
When inporting those, just insert at the end of the patch
header. While doing so, ensure that there's exactly one
The existing patch might already have the desired prefix, perhaps
even multiple times (due to some previous import error). Ensure
that after the replace, the prefix is present exactly once.
Signed-off-by: Patrick Ohly
---
scripts/combo-layer-hook-default.sh | 2 +-
1 file changed, 1 insertion(+)
When updating a property (at the moment, only 'last_revision'),
first check whether the user already added it to the main config.
If so, update there even if there is a local config.
This way, 'last_revision' can be shared between developers
as part of the repository while still configuring per-de
Allow the caller to specify a separate output stream. stderr is always
a temporary file opened by runcmd(), so read from that to capture
output for error reporting *and* the return value.
The reasoning for the latter is a) that this preserves the traditional
behavior when out=None and b) if the ca
Some combined repos intentionally do not include certain files.
For example, Poky does not include bitbake's setup files and
OE-core's sample files under meta/conf.
When these files get modified in the upstream repository, applying the
patches fails and requires manual intervention. That is merely
The new "since_revision" property can be used to cut off the imported
history at some point. This is useful to keep the resulting repository
smaller while still preserving enough history that "git annotate"
reports the right author and commit for most lines.
The initial, squashed import commit sho
On Fri, 2015-03-13 at 08:57 +, Paul Eggleton wrote:
> On Thursday 12 March 2015 20:45:32 Patrick Ohly wrote:
> > On Thu, 2015-03-12 at 18:21 +, Paul Eggleton wrote:
> > > On Monday 09 March 2015 13:56:39 Patrick Ohly wrote:
> > > > +# global options
> > > > +[DEFAULT]
> > > > +
> > > > +# A
Patching the subject line must be limited to the subject of
the main patch itself. In particular, git formatted patches embedded in the
patch must not be changed.
Achieved by limiting the replacement to the lines until the first
subject in the patch, just as it is done for modifying the first
Sig
The new --history parameter enables a new mode in "combo-layer init"
where it copies the entire history of the components into the new
combined repository. This also imports merge commits.
Moving into a destination directory and applying commit hooks
is done via "git filter-branch" of the upstream
The Configuration class mirrors all properties in local hashes.
When updating the configuration, also update these properties
to remain consistent.
Signed-off-by: Patrick Ohly
---
scripts/combo-layer | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/combo-layer b/scripts/combo-layer
in
Instead of local graft entries rooting the imported branches in the
shared root commit, use replacement objects.
The advantage is that they get moved around by "git push" and "git
fetch", so everyone has the same, nicer view with everything starting
at the beginning of the combined repository.
If
It depends on the diligence of the person running the combo-layer tool
whether the Signed-off-by line added to each commit actually indicates
that the person was involved in validating the change.
When the import is purely automatic, it is better to not add the line,
because the history is more us
This replaces the four individual patches sent recently. It addresses
the comments that Paul had, fixes one issue in file_exclude filtering
of patches when combined with dest_dir, and last but not least,
introduces full history importing during "init".
For the separate fixes see
https://github.co
And some minor tweaks like moving some errors from qemu to common.
Signed-off-by: Lucian Musat
---
meta/lib/oeqa/runtime/parselogs.py | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/meta/lib/oeqa/runtime/parselogs.py
b/meta/lib/oeqa/runtime/parselogs.py
index cf0f67
gstreamer1.0-libav makes AAC playback possible but is protected by
the "commercial" LICENSE_FLAGS: recommend -libav if those licenses
are enabled.
Signed-off-by: Jussi Kukkonen
---
meta/recipes-multimedia/gstreamer/gst-player_git.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipe
On Thursday 12 March 2015 20:45:32 Patrick Ohly wrote:
> On Thu, 2015-03-12 at 18:21 +, Paul Eggleton wrote:
> > On Monday 09 March 2015 13:56:39 Patrick Ohly wrote:
> > > +# global options
> > > +[DEFAULT]
> > > +
> > > +# Add 'Signed-off-by' to all commits that get imported automatically.
> >
40 matches
Mail list logo