From: Thomas Kristensen
If you wish to change the install/unpack method of the sdk, this can now be
done by making
your own create_shar method, and setting a SDK_PACKAGAING_FUNC variable to your
new create_shar function.
Signed-off-by: Thomas Kristensen
---
meta/classes/populate_sdk_base.bbcl
On Thu, Oct 18, 2012 at 3:38 PM, Darren Hart wrote:
+EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
>>>
>>> modules.bbclass already sets KERNEL_PATH and KERNEL_SRC, perhaps you
>>> could use one of those?
>>
>> cryptodev Makefile does not use these it uses KERNEL_DIR in it's
On Fri, Oct 19, 2012 at 1:13 AM, Saul Wold wrote:
> On 10/16/2012 06:28 AM, Andreas Müller wrote:
>>
>> It caused me a lot headache to load gtk-stock-icons...
>>
>> Andreas Müller (2):
>>gnome-icon-theme: fix icon mapping
>>gnome-icon-theme: remove unused configure variable
>>
>> .../rec
From: Denys Dmytriyenko
http://www.arm.com/products/processors/cortex-a/cortex-a7.php
Signed-off-by: Denys Dmytriyenko
---
meta/conf/machine/include/tune-cortexa7.inc | 24
1 file changed, 24 insertions(+)
create mode 100644 meta/conf/machine/include/tune-cortexa7.inc
From: Denys Dmytriyenko
The patchset adds 2 more standard tune files for the new ARM MPCore (multicore)
processors Cortex-A15 and Cortex-A7, as per:
http://www.arm.com/products/processors/cortex-a/cortex-a15.php
http://www.arm.com/products/processors/cortex-a/cortex-a7.php
Denys Dmytriyenko (2)
From: Denys Dmytriyenko
http://www.arm.com/products/processors/cortex-a/cortex-a15.php
Signed-off-by: Denys Dmytriyenko
---
meta/conf/machine/include/tune-cortexa15.inc | 24
1 file changed, 24 insertions(+)
create mode 100644 meta/conf/machine/include/tune-cortexa15.
On 10/16/2012 06:28 AM, Andreas Müller wrote:
It caused me a lot headache to load gtk-stock-icons...
Andreas Müller (2):
gnome-icon-theme: fix icon mapping
gnome-icon-theme: remove unused configure variable
.../recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb |6 +++---
1 files chang
Hi,
In openssl recipe, it has this:
# Avoid binaries being marked as requiring an executable stack (which causes
# issues with SELinux on the host)
CFLAG_append_virtclass-native = " -Wa,--noexecstack"
Why this is only enabled for native? yocto doesn't support secure kernel?
thanks,
yao
Present the manifest file that contains the matches for
files being installed to a location that already contains
that file. This will help to determine which is the correct
recipe to fix when this occurs.
[YOCTO #3191]
Signed-off-by: Saul Wold
---
meta/classes/sstate.bbclass |7 ++-
1
On Thu, Oct 18, 2012 at 11:19:27PM +0100, Phil Blundell wrote:
> We seem to be mostly installing modules into vendor_perl nowadays.
> Make sure that the .debug data from there is captured appropriately.
>
> Also, expand ${PERLLIBDIRS} at the point of assignment so we don't
> call the python again
We seem to be mostly installing modules into vendor_perl nowadays.
Make sure that the .debug data from there is captured appropriately.
Also, expand ${PERLLIBDIRS} at the point of assignment so we don't
call the python again and again.
Signed-off-by: Phil Blundell
---
meta/classes/cpan-base.bbc
On Thu, 2012-10-18 at 11:02 +0100, Phil Blundell wrote:
> Ah, right, got it. Maybe it would be better to declare a dummy
> do_evacuate_scripts() in eglibc-initial.inc instead. I'll give that a
> try and see what happens.
That seems to work ok in at least the meta-toolchain-gmae case. See
attach
On Thu, Oct 18, 2012 at 08:59:19PM +0200, Martin Jansa wrote:
> I know you've sent
> http://patchwork.openembedded.org/patch/37763/
> to add it to meta-oe, but this patch removed also newer gypsy_0.9.bb
> and only older gypsy_git.bb was added back.
>
> Please fix that.
There is also this diff whi
On 10/11/2012 02:46 PM, Otavio Salvador wrote:
Signed-off-by: Otavio Salvador
---
meta/classes/buildhistory.bbclass |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/buildhistory.bbclass
b/meta/classes/buildhistory.bbclass
index 49f2ea5..0a5753f 100644
--- a
On 09/25/2012 06:48 AM, Ross Burton wrote:
gcc-47-warning.patch was integrated, so drop.
Add pkgconfig-deps.patch, a backport of a commit to fix bad exposed library
dependencies (which resulted in the keyboard driver depending on pixman).
Signed-off-by: Ross Burton
---
.../xserver-xorg-1.11.
On 10/18/2012 04:33 PM, McClintock Matthew-B29882 wrote:
> On Thu, Oct 18, 2012 at 3:16 PM, Darren Hart wrote:
>>
>>
>> On 10/18/2012 05:57 AM, Yashpal Dutta wrote:
>>> This is a /dev/crypto device driver, equivalent to those in OpenBSD or
>>> FreeBSD.
>>> The main idea is to access of existing
On Thu, Oct 18, 2012 at 3:16 PM, Darren Hart wrote:
>
>
> On 10/18/2012 05:57 AM, Yashpal Dutta wrote:
>> This is a /dev/crypto device driver, equivalent to those in OpenBSD or
>> FreeBSD.
>> The main idea is to access of existing ciphers in kernel space from
>> userspace,
>> thus enabling re-us
On 10/18/2012 02:49 AM, Ross Burton wrote:
Signed-off-by: Ross Burton
---
meta/classes/sstate.bbclass |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 3fcaa65..b20b19c 100644
--- a/meta/classes/sstate.bbclas
On 10/17/2012 03:25 PM, Phil Blundell wrote:
Use "rm -f" in do_install_append() so we don't fail if the files we're
trying to delete have already been removed. This can happen if the
distro policy suppresses both static libs and .la files.
Signed-off-by: Phil Blundell
---
meta/recipes-gnome/
On 10/11/2012 09:22 AM, Andy Ross wrote:
The sysklogd recipe had a cut-n-paste version of the
update-rc.d.bbclass code which didn't work, but this was hidden
because all images contain the busybox version which does. Building a
busybox-free image unmasked the issue and syslogd wouldn't start on
On 10/18/2012 04:06 PM, McClintock Matthew-B29882 wrote:
> On Thu, Oct 18, 2012 at 2:59 PM, Darren Hart wrote:
>>
>>
>> On 10/18/2012 02:14 AM, Khem Raj wrote:
>>>
>>> On Oct 18, 2012, at 2:57 AM, Yashpal Dutta
>>> wrote:
>>>
+-install:
++modules_install:
+make -C $(KERNEL_D
On 10/11/2012 08:18 AM, Ross Burton wrote:
The PulseAudio server recently added a dependency by default on the
switch-if-port-available module, but this was not enforced by the package
dependencies so the server won't start.
Signed-off-by: Ross Burton
---
meta/recipes-multimedia/pulseaudio/pu
On 10/11/2012 07:12 AM, Vladimir Zapolskiy wrote:
THis change extends COMAPTIBLE_HOST matchings, which allows to include more
hosts with TARGET_OS like linux-gnuspe or linux-gnueabi etc.
Signed-off-by: Vladimir Zapolskiy
---
meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb |4 ++--
m
On 10/12/2012 03:48 AM, Martin Jansa wrote:
* qt4-embedded was forcing -DQT_KEYPAD_NAVIGATION which depends on
feature-completer
* separate variable makes it easier to not enable QT_KEYPAD_NAVIGATION in some
upper layer where we have disabled feature-completer
Signed-off-by: Martin Jansa
---
On 10/11/2012 02:30 PM, Phil Blundell wrote:
Otherwise it will fail if these two directories are not the same.
Signed-off-by: Phil Blundell
---
meta/classes/gtk-doc.bbclass |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-
On 10/18/2012 05:57 AM, Yashpal Dutta wrote:
> This is a /dev/crypto device driver, equivalent to those in OpenBSD or
> FreeBSD.
> The main idea is to access of existing ciphers in kernel space from userspace,
> thus enabling re-use of a hardware implementation of a cipher.
>
> Signed-off-by: Y
On 10/11/2012 04:44 AM, Bogdan Marinescu wrote:
The network tests in sanity.bbclass can now be trigerred explicitly
by firing the NetworkTest event. This is part of the fix for bug #3026.
[YOCTO #3026]
Signed-off-by: Bogdan Marinescu
---
meta/classes/sanity.bbclass |3 +++
1 file change
On 10/10/2012 03:16 PM, Joe Slater wrote:
The environment CFLAGS is not used by the chkconfig
Makefile, so debug and optimization options are ignored.
So, we use RPM_OPT_FLAGS to pass CFLAGS into Makefile.
Upstream-Status: Inappropriate [configuration]
Signed-off-by: Joe Slater
---
.../reci
On 10/10/2012 02:41 AM, Marcin Juszkiewicz wrote:
Requested kernel modules may be integrated in kernel or totally disabled
as not needed on target.
Signed-off-by: Marcin Juszkiewicz
---
.../packagegroups/packagegroup-self-hosted.bb | 15 +--
1 file changed, 9 insertio
On 10/08/2012 03:43 AM, Martin Ertsaas wrote:
From: Thomas Kristensen
If you wish to change the install/unpack method of the sdk, this can now be
done by making
your own create_shar method, and setting a SDK_PACKAGING_FUNC variable to your
new create_shar function.
Signed-off-by: Thomas Krist
On 10/01/2012 09:03 AM, Phil Blundell wrote:
Since e3d7890cace71b0a57d2530bf615a58dcb46d96f or so, base.bbclass has
considered invalid LICENSE settings to be a fatal error. This means we
will never see them so there is no point checking for that.
Signed-off-by: Phil Blundell
---
meta/classes
On 09/28/2012 08:13 AM, Constantin Musca wrote:
We need to fix the "hosts: files dns mdns4" nsswitch.conf line
because for a .local lookup it does a DNS lookup first which will fail.
The recommended solution is:
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
[YOCTO #2502]
Signed-off-by:
On Thu, Oct 18, 2012 at 2:59 PM, Darren Hart wrote:
>
>
> On 10/18/2012 02:14 AM, Khem Raj wrote:
>>
>> On Oct 18, 2012, at 2:57 AM, Yashpal Dutta
>> wrote:
>>
>>> +-install:
>>> ++modules_install:
>>> +make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install
>>> +- @echo "Installing cryptodev.
On 10/03/2012 02:51 AM, Marcin Juszkiewicz wrote:
Hello guys
Now, when AArch64 is buildable from public sources it came a time to
work on merging all changes I had to do to get it working with current
OE-Core.
All changes are available in:
git://git.openembedded.org/openembedded-core-contrib h
On 09/26/2012 03:18 AM, Phil Blundell wrote:
Commit 9c9ea24b115a9bb87df1323b5f185ce426262aec made strace depend on perl
because the
strace-graph script needs it. However, this cost of the dependency is large
(building
all of perl) and the value of the script is marginal. Let's just delete the
On 09/25/2012 04:55 AM, Phil Blundell wrote:
It's sometimes useful to have this function available to recipes which
don't wish to use module.bbclass for whatever reason.
Signed-off-by: Phil Blundell
---
meta/classes/module-base.bbclass | 11 +++
meta/classes/module.bbclass |
On 10/18/2012 02:14 AM, Khem Raj wrote:
>
> On Oct 18, 2012, at 2:57 AM, Yashpal Dutta
> wrote:
>
>> +-install:
>> ++modules_install:
>> +make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install
>> +- @echo "Installing cryptodev.h in /usr/include/crypto ..."
>> +- @install -D crypto/crypto
On 09/26/2012 05:02 AM, Phil Blundell wrote:
The update-modules mechanism is something of a historical relic and it isn't
entirely clear that it has a great deal of value nowadays. Also, it causes a
problem when building a read-only rootfs since update-modules itself refuses
to configure offline
On 09/26/2012 03:30 AM, Phil Blundell wrote:
These were added in aae5021101224344a2b1a3af5becf74291fbbfe5, ostensibly to
resolve
some sort of "host contamination" issue. However, that commit contains no
information
about what contamination was being observed or how the dependencies help.
gett
On 09/25/2012 02:33 PM, Phil Blundell wrote:
There seems to be no benefit in having them be different and this
appears to cause a certain amount of confusion about paths for
the native modules.
Signed-off-by: Phil Blundell
---
previously posted as RFC, no comments so reposting as an actual patc
On 09/24/2012 04:54 PM, Colin Walters wrote:
[Not heavily tested, but sent for discussion]
task-core-sdk is too big - for example, I simply don't want to ship tcl, ever =)
Historically distcc caused a large dependency graph explosion because it has
a utility which uses gtk+, although that was fi
On 10/04/2012 03:14 AM, Andrei Dinu wrote:
removed also entry from
meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc
Signed-off-by: Andrei Dinu
---
meta/recipes-connectivity/gypsy/files/fixups.patch | 21 -
meta/recipes-connectivity/gypsy/gypsy.inc | 15
On 10/01/2012 10:29 AM, Phil Blundell wrote:
Various different QA checks are based on essentially the same data from
the ELF program headers. Calling objdump to extract it repeatedly is
inefficient, particularly if the shell is involved. Instead, let's
cache the output from objdump inside the q
Present the manifest file that contains the matches for
files being installed to a location that already contains
that file. This will help to determine which is the correct
recipe to fix when this occurs.
[YOCTO #3191]
Signed-off-by: Saul Wold
---
meta/classes/sstate.bbclass |9 +++--
I know you've sent
http://patchwork.openembedded.org/patch/37763/
to add it to meta-oe, but this patch removed also newer gypsy_0.9.bb
and only older gypsy_git.bb was added back.
Please fix that.
On Thu, Oct 4, 2012 at 12:14 PM, Andrei Dinu
wrote:
> removed also entry from
> meta/recipes-gnome/
On Thu, 2012-10-18 at 15:36 +0200, Marcin Juszkiewicz wrote:
> Today I bumped gcc-linaro from 4.7-r5 to 4.7-r6. First version was plain
> 2012.10 release while second one was tarball from bzr repository with
> huge set of ICE related fixes for AArch64 architecture.
>
> To do fast clean build I rem
On Thu, Oct 18, 2012 at 8:36 AM, Marcin Juszkiewicz
wrote:
> Today I bumped gcc-linaro from 4.7-r5 to 4.7-r6. First version was plain
> 2012.10 release while second one was tarball from bzr repository with
> huge set of ICE related fixes for AArch64 architecture.
>
> To do fast clean build I remov
On 12-10-18 11:12 AM, Richard Purdie wrote:
On Thu, 2012-10-18 at 10:47 -0400, Bruce Ashfield wrote:
The compilation routine for the kernel has an explicit call to
build version.h, which works fine for most kernels, but the
location of it has recently changes.
commit d183e6f5 [UAPI: Move linux/
On Thu, 2012-10-18 at 10:47 -0400, Bruce Ashfield wrote:
> The compilation routine for the kernel has an explicit call to
> build version.h, which works fine for most kernels, but the
> location of it has recently changes.
>
> commit d183e6f5 [UAPI: Move linux/version.h]
> commit 10b63956 [UAPI: P
On 10/18/2012 10:47 AM, Bruce Ashfield wrote:
> The compilation routine for the kernel has an explicit call to
> build version.h, which works fine for most kernels, but the
> location of it has recently changes.
>
> commit d183e6f5 [UAPI: Move linux/version.h]
> commit 10b63956 [UAPI: Plumb the
The compilation routine for the kernel has an explicit call to
build version.h, which works fine for most kernels, but the
location of it has recently changes.
commit d183e6f5 [UAPI: Move linux/version.h]
commit 10b63956 [UAPI: Plumb the UAPI Kbuilds into the user
header installat
Hi all,
I'm doing a quick RFC on a patch to get 3.7 based kernels building
again.
The patch has the details on the kernel commits that have moved
version.h around, which breaks our builds due to an explicit reference
in kernel.bbclass.
I thought about making the call conditional, but as the pat
On Fri, Aug 17, 2012 at 11:45 PM, Richard Purdie
wrote:
> On Fri, 2012-08-17 at 23:21 +0200, Andreas Müller wrote:
>> On Fri, Aug 17, 2012 at 7:09 PM, wrote:
>> > Module: openembedded-core.git
>> > Branch: master
>> > Commit: 7759c9a2c5dfdc1cae5540a5985632c78abbac89
>> > URL:
>> > http://git
On Fri, Oct 12, 2012 at 1:06 AM, Khem Raj wrote:
>
> On Oct 11, 2012, at 8:36 AM, Andrei Gherzan wrote:
>
> I'm trying to get meta-systemd work with meta-oe and oe-core.
> The problem seems to be with the fstab from oe-core where /var/volatile is
> mounted as tmpfs and the directories inside nev
Signed-off-by: Ross Burton
---
meta/recipes-kernel/linux-firmware/linux-firmware_git.bb |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 559f82a..f4
Today I bumped gcc-linaro from 4.7-r5 to 4.7-r6. First version was plain
2012.10 release while second one was tarball from bzr repository with
huge set of ICE related fixes for AArch64 architecture.
To do fast clean build I removed TMPDIR and started new build of
core-image-minimal target.
But th
On Thu, Oct 18, 2012 at 5:57 AM, Yashpal Dutta
wrote:
> This is a /dev/crypto device driver, equivalent to those in OpenBSD or
> FreeBSD.
> The main idea is to access of existing ciphers in kernel space from userspace,
> thus enabling re-use of a hardware implementation of a cipher.
I always use
On Thu, 2012-10-18 at 10:59 +0100, Richard Purdie wrote:
> Its basically the same problem, the mulitlib libc-initial needs to be
> set too. The reproducer would be something like:
>
> local.conf:
> MACHINE = qemux86
> require conf/multilib.conf
> MULTILIBS = "multilib:lib32"
> DEFAULTTUNE_virtclas
On Wed, 2012-10-17 at 23:56 +0100, Phil Blundell wrote:
> On Tue, 2012-10-16 at 20:33 -0700, Saul Wold wrote:
> > Another edge case?
> > > ERROR: Function failed: do_evacuate_scripts (see
> > > /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-arm/build/build/tmp/work/i686-nativesdk-pokysd
Signed-off-by: Ross Burton
---
meta/classes/sstate.bbclass |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 3fcaa65..b20b19c 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -165,7 +
This is used by:
openembedded-core/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
meta-openembedded/meta-oe/recipes-support/maliit/maliit-framework_git.bb
Signed-off-by: Samuel Stirtzel
---
meta/classes/gtk-immodules-cache.bbclass | 55 ++
1 file chang
61 matches
Mail list logo