Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread Khem Raj
On Oct 18, 2012, at 2:57 AM, Yashpal Dutta yashpal.du...@freescale.com wrote: +-install: ++modules_install: + make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install +-@echo Installing cryptodev.h in /usr/include/crypto ... +-@install -D crypto/cryptodev.h

Re: [OE-core] [PATCH] insane: Rationalise phdrs-based QA checks

2012-10-18 Thread Khem Raj
On Oct 17, 2012, at 1:39 PM, Phil Blundell ph...@gnu.org wrote: On Tue, 2012-10-16 at 20:14 +0100, Phil Blundell wrote: On Tue, 2012-10-16 at 11:29 -0700, Saul Wold wrote: On 10/15/2012 03:32 AM, Phil Blundell wrote: On Sun, 2012-10-14 at 14:45 -0700, Saul Wold wrote: On 10/01/2012 10:29

Re: [OE-core] [PATCH v2 1/2] gtk-immodules-cache: Add initial class to update gtk inputmethod module cache

2012-10-18 Thread Samuel Stirtzel
2012/10/17 Richard Purdie richard.pur...@linuxfoundation.org: On Wed, 2012-10-17 at 17:24 +0200, Samuel Stirtzel wrote: 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

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread Khem Raj
On Oct 17, 2012, at 11:27 PM, Dutta Yashpal-B05456 b05...@freescale.com wrote: -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Thursday, October 18, 2012 11:44 AM To: Dutta Yashpal-B05456 Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core]

[OE-core] [PATCH v3 1/2] gtk-immodules-cache: Add initial class to update gtk inputmethod module cache

2012-10-18 Thread Samuel Stirtzel
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 s.stirt...@googlemail.com --- meta/classes/gtk-immodules-cache.bbclass | 55

[OE-core] [PATCH] sstate: when warnings about sysroot overwrites, say what the recipe was

2012-10-18 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- 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 +++

Re: [OE-core] [PATCH v3] eglibc: Move perl- and bash-using scripts to separate recipes

2012-10-18 Thread Richard Purdie
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

Re: [OE-core] [PATCH v3] eglibc: Move perl- and bash-using scripts to separate recipes

2012-10-18 Thread Phil Blundell
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

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread Bruce Ashfield
On Thu, Oct 18, 2012 at 5:57 AM, Yashpal Dutta yashpal.du...@freescale.com 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

[OE-core] Can we trust to sstate-cache?

2012-10-18 Thread Marcin Juszkiewicz
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

[OE-core] [PATCH] linux-firmare: upgrade to latest commit

2012-10-18 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- 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

Re: [OE-core] meta-systemd base-files issue

2012-10-18 Thread Andrei Gherzan
On Fri, Oct 12, 2012 at 1:06 AM, Khem Raj raj.k...@gmail.com wrote: On Oct 11, 2012, at 8:36 AM, Andrei Gherzan and...@gherzan.ro 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

Re: [OE-core] Fwd: [oe-commits] Mark Hatle : prelink: Update to latest upstream prelink

2012-10-18 Thread Martin Jansa
On Fri, Aug 17, 2012 at 11:45 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-08-17 at 23:21 +0200, Andreas Müller wrote: On Fri, Aug 17, 2012 at 7:09 PM, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit:

[OE-core] [PATCH 1/1] kernel.bbclass: remove explicit version.h target

2012-10-18 Thread Bruce Ashfield
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

[OE-core] [RFC PATCH 0/1] kernel.bbclass: remove explicit version.h target

2012-10-18 Thread Bruce Ashfield
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

Re: [OE-core] [PATCH 1/1] kernel.bbclass: remove explicit version.h target

2012-10-18 Thread Darren Hart
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 UAPI

Re: [OE-core] [PATCH 1/1] kernel.bbclass: remove explicit version.h target

2012-10-18 Thread Richard Purdie
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: Plumb

Re: [OE-core] [PATCH 1/1] kernel.bbclass: remove explicit version.h target

2012-10-18 Thread Bruce Ashfield
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

Re: [OE-core] Can we trust to sstate-cache?

2012-10-18 Thread McClintock Matthew-B29882
On Thu, Oct 18, 2012 at 8:36 AM, Marcin Juszkiewicz marcin.juszkiew...@linaro.org 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

Re: [OE-core] Can we trust to sstate-cache?

2012-10-18 Thread Richard Purdie
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 removed

Re: [OE-core] [PATCH] gypsy: removed gypsy from meta/recipes-connectivity

2012-10-18 Thread Martin Jansa
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 andrei.adrianx.d...@intel.com wrote: removed also

[OE-core] [PATCH] sstate: add manifest info for shared file matches

2012-10-18 Thread Saul Wold
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 s...@linux.intel.com ---

Re: [OE-core] [PATCH] insane: Rationalise phdrs-based QA checks

2012-10-18 Thread Saul Wold
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

Re: [OE-core] [PATCH] gypsy: removed gypsy from meta/recipes-connectivity

2012-10-18 Thread Saul Wold
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 andrei.adrianx.d...@intel.com --- meta/recipes-connectivity/gypsy/files/fixups.patch | 21 -

Re: [OE-core] [PATCH] Add packagegroup-core-buildessential

2012-10-18 Thread Saul Wold
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

Re: [OE-core] [PATCH] cpan_build: Unify directory layout for native and target builds

2012-10-18 Thread Saul Wold
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 p...@pbcl.net --- previously posted as RFC, no comments so reposting as

Re: [OE-core] [RFC PATCH] gettext: Remove spurious-looking dependencies on libxml2-native

2012-10-18 Thread Saul Wold
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.

Re: [OE-core] [PATCH] kernel.bbclass, module.bbclass: Make update-modules optional

2012-10-18 Thread Saul Wold
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

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread Darren Hart
On 10/18/2012 02:14 AM, Khem Raj wrote: On Oct 18, 2012, at 2:57 AM, Yashpal Dutta yashpal.du...@freescale.com wrote: +-install: ++modules_install: +make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install +- @echo Installing cryptodev.h in /usr/include/crypto ... +- @install -D

Re: [OE-core] [PATCH] module.bbclass: Move do_make_scripts() to module-base

2012-10-18 Thread Saul Wold
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 p...@pbcl.net --- meta/classes/module-base.bbclass | 11 +++

Re: [OE-core] [PATCH] strace: Don't package strace-graph

2012-10-18 Thread Saul Wold
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

Re: [OE-core] Merging AArch64 support

2012-10-18 Thread Saul Wold
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

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread McClintock Matthew-B29882
On Thu, Oct 18, 2012 at 2:59 PM, Darren Hart dvh...@linux.intel.com wrote: On 10/18/2012 02:14 AM, Khem Raj wrote: On Oct 18, 2012, at 2:57 AM, Yashpal Dutta yashpal.du...@freescale.com wrote: +-install: ++modules_install: +make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install +-

Re: [OE-core] [PATCH v2] libnss-mdns: fix mDNS resolving speed

2012-10-18 Thread Saul Wold
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:

Re: [OE-core] [PATCH] recipe_sanity: Don't bother checking LICENSE

2012-10-18 Thread Saul Wold
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 ph...@gnu.org ---

Re: [OE-core] [[PATCH v3]] populate_sdk_base.bbclass: Make it possible to override the create_shar method of populate_sdk_base.

2012-10-18 Thread Saul Wold
On 10/08/2012 03:43 AM, Martin Ertsaas wrote: From: Thomas Kristensen thkri...@cisco.com 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.

Re: [OE-core] [PATCH] packagegroup-self-hosted: recommend kernel modules instead of depending on them

2012-10-18 Thread Saul Wold
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 marcin.juszkiew...@linaro.org --- .../packagegroups/packagegroup-self-hosted.bb | 15

Re: [OE-core] [PATCH v2] chkconfig: pass CFLAGS to Makefile

2012-10-18 Thread Saul Wold
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

Re: [OE-core] [PATCH 1/2] sanity.bbclass: trigger network tests explicitly

2012-10-18 Thread Saul Wold
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 bogdan.a.marine...@intel.com ---

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread Darren Hart
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:

Re: [OE-core] [PATCH] gtk-doc.bbclass: Run gtkdocize in ${S} not ${B}

2012-10-18 Thread Saul Wold
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 p...@pbcl.net --- meta/classes/gtk-doc.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/gtk-doc.bbclass

Re: [OE-core] [PATCH] qt4: use extra variable for more QT_CONFIG_FLAGS fragments

2012-10-18 Thread Saul Wold
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

Re: [OE-core] [PATCH] lttng: support more compatible hosts

2012-10-18 Thread Saul Wold
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 vladimir_zapols...@mentor.com ---

Re: [OE-core] [PATCH] pulseaudio: add missing switch-on-port-available dependency to the server

2012-10-18 Thread Saul Wold
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 ross.bur...@intel.com ---

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread Darren Hart
On 10/18/2012 04:06 PM, McClintock Matthew-B29882 wrote: On Thu, Oct 18, 2012 at 2:59 PM, Darren Hart dvh...@linux.intel.com wrote: On 10/18/2012 02:14 AM, Khem Raj wrote: On Oct 18, 2012, at 2:57 AM, Yashpal Dutta yashpal.du...@freescale.com wrote: +-install: ++modules_install: +

Re: [OE-core] [PATCH] sysklogd: fix update-rc.d handling

2012-10-18 Thread Saul Wold
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

Re: [OE-core] [PATCH] gconf: Avoid error when trying to delete files that don't exist

2012-10-18 Thread Saul Wold
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 p...@pbcl.net ---

Re: [OE-core] [PATCH] sstate: when warnings about sysroot overwrites, say what the recipe was

2012-10-18 Thread Saul Wold
On 10/18/2012 02:49 AM, Ross Burton wrote: Signed-off-by: Ross Burton ross.bur...@intel.com --- 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 ---

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread McClintock Matthew-B29882
On Thu, Oct 18, 2012 at 3:16 PM, Darren Hart dvh...@linux.intel.com 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

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread Darren Hart
On 10/18/2012 04:33 PM, McClintock Matthew-B29882 wrote: On Thu, Oct 18, 2012 at 3:16 PM, Darren Hart dvh...@linux.intel.com 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

Re: [OE-core] [PATCH] xserver-xorg: upgrade to 1.11.4

2012-10-18 Thread Saul Wold
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 ross.bur...@intel.com ---

Re: [OE-core] [PATCH] buildhistory.bbclass: Fix hostname print for 'No changes' case

2012-10-18 Thread Saul Wold
On 10/11/2012 02:46 PM, Otavio Salvador wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- 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

Re: [OE-core] [PATCH] gypsy: removed gypsy from meta/recipes-connectivity

2012-10-18 Thread Martin Jansa
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 which

Re: [OE-core] [PATCH v3] eglibc: Move perl- and bash-using scripts to separate recipes

2012-10-18 Thread Phil Blundell
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

[OE-core] [PATCH] cpan-base: Add more debug paths to FILES

2012-10-18 Thread Phil Blundell
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 p...@pbcl.net ---

Re: [OE-core] [PATCH] cpan-base: Add more debug paths to FILES

2012-10-18 Thread Martin Jansa
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 and

[OE-core] [PATCH v2] sstate: add manifest info for shared file matches

2012-10-18 Thread Saul Wold
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 s...@linux.intel.com ---

[OE-core] libcrypto.so exec stack

2012-10-18 Thread Yao Zhao
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

Re: [OE-core] [PATCH 0/2] gnome-icon-them bugfixes

2012-10-18 Thread Saul Wold
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

[OE-core] [PATCH 2/2] tune-cortexa7: add tunes for ARM Cortex-A7

2012-10-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com http://www.arm.com/products/processors/cortex-a/cortex-a7.php Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/conf/machine/include/tune-cortexa7.inc | 24 1 file changed, 24 insertions(+) create mode 100644

[OE-core] [PATCH 0/2] Add more tunes for new ARM processors Cortex-A15 and Cortex-A7

2012-10-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com 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

[OE-core] [PATCH 1/2] tune-cortexa15: add tunes for ARM Cortex-A15

2012-10-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com http://www.arm.com/products/processors/cortex-a/cortex-a15.php Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/conf/machine/include/tune-cortexa15.inc | 24 1 file changed, 24 insertions(+) create mode 100644

Re: [OE-core] [PATCH 0/2] gnome-icon-them bugfixes

2012-10-18 Thread Andreas Müller
On Fri, Oct 19, 2012 at 1:13 AM, Saul Wold s...@linux.intel.com 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

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread McClintock Matthew-B29882
On Thu, Oct 18, 2012 at 3:38 PM, Darren Hart dvh...@linux.intel.com 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