Re: [OE-core] [PATCH] poky-tiny: Update for DISTRO_FEATURES_INITMAN

2013-01-25 Thread Darren Hart
On 01/25/2013 03:33 PM, Saul Wold wrote: On 01/25/2013 03:25 PM, Darren Hart wrote: On 01/25/2013 03:05 PM, Saul Wold wrote: This patch accounts for the addition of DISTRO_FEATURES_INITMAN which sets the VIRTUAL_RUNTIME_init_manager, so that does not need to be set. Signed-off-by: Saul

Re: [OE-core] [PATCH v2] poky-tiny: Update for DISTRO_FEATURES_INITMAN

2013-01-25 Thread Darren Hart
On 01/25/2013 03:47 PM, Saul Wold wrote: This patch accounts for the addition of DISTRO_FEATURES_INITMAN which sets the VIRTUAL_RUNTIME_init_manager, so that does not need to be set. Thank you Saul! Signed-off-by: Saul Wold s...@linux.intel.com Acked-by: Darren Hart dvh

Re: [OE-core] [PATCH 5/6] kernel.bbclass: remove references to update-modules

2013-01-23 Thread Darren Hart
On 01/23/2013 12:22 AM, Laurentiu Palcu wrote: On 01/22/2013 10:48 PM, Darren Hart wrote: -use_update_modules = oe.utils.contains('DISTRO_FEATURES', 'update-modules', True, False, d) -if use_update_modules: -postinst = d.getVar('pkg_postinst_modules', True

Re: [OE-core] [PATCH 1/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC

2013-01-22 Thread Darren Hart
= ${HOST_PREFIX}ar${KERNEL_ARSUFFIX} ${HOST_AR_KERNEL_ARCH} # kernel modules are generally machine specific PACKAGE_ARCH = ${MACHINE_ARCH} -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel ___ Openembedded

Re: [OE-core] [PATCH 5/6] kernel.bbclass: remove references to update-modules

2013-01-22 Thread Darren Hart
= d.getVar('pkg_postrm_modules', True) This seems to be inverted logic from the original. If update-modules is removed, then use_update_modules should be false right? Which would have previously set postinst and postrm to None. -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical

Re: [OE-core] [PATCH 1/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC

2013-01-22 Thread Darren Hart
On 01/22/2013 02:12 PM, Khem Raj wrote: On Tue, Jan 22, 2013 at 1:50 PM, Darren Hart dvh...@linux.intel.com wrote: I assumed that would be the target eventually - is that not the case? yes when we have tested it However, I don’t see any other better way of coping with the case where we

Re: [OE-core] [oe][meta-oe][PATCH] kernel.bbclass: kernel_do_install fails with 2.6 kernel recipes

2013-01-07 Thread Darren Hart
+ sed -i 's#-I/usr/include/slang#-I=/usr/include/slang#g' $kerneldir/tools/perf/Makefile + fi } sysroot_stage_all_append() { -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel

Re: [OE-core] [oe][meta-oe][PATCH] kernel.bbclass: kernel_do_install fails with 2.6 kernel recipes

2013-01-07 Thread Darren Hart
On 01/07/2013 09:10 AM, Marco wrote: Il 07/01/2013 17:11, Darren Hart ha scritto: Hi Marco, On 01/07/2013 05:39 AM, Marco Cavallini wrote: * old 2.6.x kernels don't have $kerneldir/tools directory * so we got this error: * sed: can't read ...SNIP...linux/2.6.30-r0/image/usr/src

Re: [OE-core] [PATCH v2] init-live: default to initrd shell if image isn't found

2012-12-17 Thread Darren Hart
+ fi + C=$(( C + 1 )) + fi sleep 1 done -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

Re: [OE-core] [PATCH v2] init-live: default to initrd shell if image isn't found

2012-12-17 Thread Darren Hart
statement there anyway. If you choose to skip the extra output, I suppose I can send a patch to add it next time I run into it. -- Darren Alex On Mon, Dec 17, 2012 at 7:06 PM, Darren Hart dvh...@linux.intel.com mailto:dvh...@linux.intel.com wrote: On 12/17/2012 04:55 AM, Alex DAMIAN

[OE-core] [PATCH 1/1] bootimg: Use FAT 32 for images larger than 512MB

2012-12-14 Thread Darren Hart
. Signed-off-by: Darren Hart dvh...@linux.intel.com Cc: Steve Sakoman st...@sakoman.com Cc: Joshua Immanuel j...@hipro.co.in Cc: Przemek Czesnowicz przemyslawx.czesnow...@intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/classes/bootimg.bbclass | 9 - 1 file

[OE-core] [PATCH 0/1][for-danny]bootimg: Use FAT 32 for images larger than 512MB

2012-12-14 Thread Darren Hart
/fixes http://git.infradead.org/users/dvhart/oe-core.git/shortlog/refs/heads/dvhart/danny/fixes Darren Hart (1): bootimg: Use FAT 32 for images larger than 512MB meta/classes/bootimg.bbclass | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) -- 1.7.11.7

[OE-core] [PATCH 0/1] bootimg: Use FAT 32 for images larger than 512MB

2012-12-12 Thread Darren Hart
://git.infradead.org/users/dvhart/oe-core.git/shortlog/refs/heads/dvhart/bug/2138-bootimg-fatsize Darren Hart (1): bootimg: Use FAT 32 for images larger than 512MB meta/classes/bootimg.bbclass |9 - 1 files changed, 8 insertions(+), 1 deletions(-) -- 1.7.5.4

[OE-core] [PATCH 1/1] bootimg: Use FAT 32 for images larger than 512MB

2012-12-12 Thread Darren Hart
. Signed-off-by: Darren Hart dvh...@linux.intel.com Cc: Steve Sakoman st...@sakoman.com Cc: Joshua Immanuel j...@hipro.co.in Cc: Przemek Czesnowicz przemyslawx.czesnow...@intel.com --- meta/classes/bootimg.bbclass |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/meta

Re: [OE-core] [PATCH 0/4] linux-yocto: consolidated pull request

2012-12-05 Thread Darren Hart
. Agreed, it should be updated. Tom, Nitin, and I will discuss and select an owner. -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH][for-danny] kernel.bbclass: remove explicit version.h target

2012-12-03 Thread Darren Hart
From: Bruce Ashfield bruce.ashfi...@windriver.com 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] bitbake.conf: Change build output message to list BUILD_SYS, TARGET_SYS and NATIVELSBSTRING

2012-11-26 Thread Darren Hart
and TARGET_ARCH and we add BUILD_SYS and NATIVELSBSTRING to show information about the build system. [YOCTO #3456] Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org Tested-by: Darren Hart dvh...@linux.intel.com Fedora 17 amd64 host: Build Configuration: BB_VERSION

Re: [OE-core] [PATCH 7/8] kern-tools: flexibility and usability enhancements

2012-11-14 Thread Darren Hart
-native guilt-native -SRCREV = a802ee9c8d9334c0f7932dfd40d45599addb7c90 +SRCREV = 6f68c9473b43c3e39755a72aef8733cbd0bf1a59 PR = r12 PV = 0.1+git${SRCPV} -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel

Re: [OE-core] [PATCH 7/8] kern-tools: flexibility and usability enhancements

2012-11-14 Thread Darren Hart
On 11/14/2012 08:58 AM, Bruce Ashfield wrote: On 12-11-14 11:33 AM, Darren Hart wrote: On 11/14/2012 07:03 AM, Bruce Ashfield wrote: Updating the SRCREV to import the following changes. [updateme: find the board description with the highest score] This removes the requirement

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

2012-10-18 Thread Darren Hart
} -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

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

2012-10-18 Thread Darren Hart
/linux ? And shouldn't /usr/include be one of those ${*dir} variables? -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

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

2012-10-18 Thread Darren Hart
)/usr/include/crypto ... ++@install -D crypto/cryptodev.h $(PREFIX)/usr/include/crypto/cryptodev.h Use ${includedir} here + + clean: + make -C $(KERNEL_DIR) SUBDIRS=`pwd` clean M= -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel

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] 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

Re: [OE-core] [poky] [PATCH 0/2] Update poky-tiny to linux-yocto-tiny_3.4 for qemux86

2012-10-07 Thread Darren Hart
On 10/05/2012 04:31 PM, Darren Hart wrote: As these patches are dependent on eachother, sending to both poky and oe-core lists. Flame away. The refresh to 3.4 for tiny is coming in rather late as I was focused on other BSPs. However, qemux86 has been at 3.4 for poky and linux-yocto

[OE-core] [PATCH 2/2] poky-tiny: Update the default kernel to linux-yocto-tiny_3.4

2012-10-05 Thread Darren Hart
The 3.4 linux-yocto-tiny kernel successfully boots to a prompt for qemux86. Signed-off-by: Darren Hart dvh...@linux.intel.com --- meta-yocto/conf/distro/poky-tiny.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto

[OE-core] [PATCH 1/2] linux-yocto-tiny: Add tiny recipe for the 3.4 linux-yocto kernel

2012-10-05 Thread Darren Hart
command: qemu -kernel tmp/deploy/images/bzImage-qemux86.bin -initrd tmp/deploy/images/core-image-minimal-qemux86.cpio.gz -append root=/dev/ram0 console=ttyS0 -nographic Signed-off-by: Darren Hart dvh...@linux.intel.com --- meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 26

Re: [OE-core] [PATCH] linux-yocto-custom: Clarify defconfig usage

2012-10-03 Thread Darren Hart
-03 12:36 AM, Darren Hart wrote: It is necessary to supply file://defconfig to the SRC_URI when using a defconfig (it is not implicitly understood as the commentary might currently suggest). Acked-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Darren Hartdvh

Re: [OE-core] [PATCH] wpa-supplicant: don't break the DBus service file

2012-10-03 Thread Darren Hart
}:${sbindir}:g ${D}/${datadir}/dbus-1/system-services/*.service Huh... I didn't detect this as a difference from 0.7 to 1.0, so I wonder why 0.7 worked. But I don't wonder too much - thanks for the fix! Building and testing now. -- Darren Hart Intel Open Source Technology Center Yocto Project

Re: [OE-core] [PATCH] wpa-supplicant: don't break the DBus service file

2012-10-03 Thread Darren Hart
On 10/03/2012 07:49 AM, Darren Hart wrote: On 10/03/2012 05:12 AM, Ross Burton wrote: The recipe exports $BINDIR as ${sbindir} and the build system uses this when writing the DBus service file, so sedding it and replacing $base_sbindir with $sbindir (/sbin and /usr/sbin) isn't useful when

[OE-core] [PATCH] linux-yocto-custom: Clarify defconfig usage

2012-10-02 Thread Darren Hart
It is necessary to supply file://defconfig to the SRC_URI when using a defconfig (it is not implicitly understood as the commentary might currently suggest). Signed-off-by: Darren Hart dvh...@linux.intel.com CC: Bruce Ashfield bruce.ashfi...@windriver.com --- meta-skeleton/recipes-kernel/linux

[OE-core] [PATCH 1/1] gnutls: Update SRC_URI to use GNU_MIRROR

2012-10-01 Thread Darren Hart
The current SRC_URI fails. Update it with the GNU_MIRROR SRC_URI from upstream commit 188dff3daf048e369bcab0d1db2964490e43d734. Signed-off-by: Darren Hart dvh...@linux.intel.com CC: John Howard john.how...@intel.com CC: Scott Garman scott.a.gar...@intel.com --- meta/recipes-support/gnutls

[OE-core] [PATCH 0/1][denzil] gnutls: Update SRC_URI to use GNU_MIRROR

2012-10-01 Thread Darren Hart
/user-contrib/dvhart/oe-core/log/?h=dvhart/denzil/fixes Darren Hart (1): gnutls: Update SRC_URI to use GNU_MIRROR meta/recipes-support/gnutls/gnutls.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.7.11.4 ___ Openembedded-core

[OE-core] [PATCH 0/1] mkefidisk.sh: Add script to do an EFI install on the host

2012-09-18 Thread Darren Hart
://git.yoctoproject.org/cgit.cgi/user-contrib/dvhart/oe-core/log/?h=dvhart/efidisk Darren Hart (1): mkefidisk.sh: Add script to do an EFI install on the host scripts/contrib/mkefidisk.sh | 255 +++ 1 file changed, 255 insertions(+) create mode 100755 scripts

[OE-core] [PATCH 1/1] mkefidisk.sh: Add script to do an EFI install on the host

2012-09-18 Thread Darren Hart
-by: Darren Hart dvh...@linux.intel.com --- scripts/contrib/mkefidisk.sh | 255 +++ 1 file changed, 255 insertions(+) create mode 100755 scripts/contrib/mkefidisk.sh diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh new file mode 100755 index

[OE-core] [PATCH 1/3] rt-tests: Update to 0.84, use the kernel.org git repository

2012-09-11 Thread Darren Hart
The maintainer of rt-tests has recreated the git repository on kernel.org and has stated that kernel.org is now the official source for rt-tests. Update to 0.84. Remove the user cflags and ldflags patch as it is included in the 0.84 release. Signed-off-by: Darren Hart dvh...@linux.intel.com

[OE-core] [PATCH 3/3] rt: Add hwlatdetect to rt images

2012-09-11 Thread Darren Hart
This adds the newly separated hwlatdetect package to the rt images. While this pulls in a python dependency, it is worth have hwlatdetect installed by default on these images as they are intended to assist in the evaluation of platforms for use in real-time environments. Signed-off-by: Darren

[OE-core] [PATCH 0/3] recipes-rt: Update rt-tests, hwlatdetect, and core-image-rt images

2012-09-11 Thread Darren Hart
in the git repository at: git://git.yoctoproject.org/user-contrib/dvhart/oe-core dvhart/rt-tests http://git.yoctoproject.org/cgit.cgi/user-contrib/dvhart/oe-core/log/?h=dvhart/rt-tests Darren Hart (3): rt-tests: Update to 0.84, use the kernel.org git repository rt-tests: Add hwlatdetect

[OE-core] [PATCH 2/3] rt-tests: Add hwlatdetect package

2012-09-11 Thread Darren Hart
module package for the new hwlatdetect package as the python test requires the kernel module to function properly (but we probably don't want to kill a build if the exact kernel module package is not available). Signed-off-by: Darren Hart dvh...@linux.intel.com --- ...1-rt-tests-Allow-for-user

Re: [OE-core] [PATCH] poky-tiny: Enable x86-64 to build eglibc correctly

2012-09-06 Thread Darren Hart
-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel ___ Openembedded-core

Re: [OE-core] [for-denzil][meta-oe][PATCH 09/11] kernel: Add kernel headers to kernel-dev package

2012-09-05 Thread Darren Hart
On 09/05/2012 02:42 PM, McClintock Matthew-B29882 wrote: On Tue, Aug 28, 2012 at 1:41 AM, Koen Kooi k...@dominion.thruhere.net wrote: From: Darren Hart dvh...@linux.intel.com [YOCTO #1614] Add the kernel headers to the kernel-dev package. This packages what was already built and kept

Re: [OE-core] [PATCH 1/1] linux-yocto-rt: update to 3.4.9-rt17

2012-09-04 Thread Darren Hart
?= eb9c0669c66041eeae72b853011ec31ad81cc35d -SRCREV_machine_qemuppc ?= 76add8441a2b6ed26bcc9268819782b2eec99001 +SRCREV_machine ?= 52518e60a7220385f31cdd09b83dacd84581c88c +SRCREV_machine_qemuppc ?= e6db5e91e1a5b31d26ac67778df7fb1fd5e42aa5 SRCREV_meta ?= 463299bc2e533e1bd38b0053ae7b210980f269c3 PR = ${INC_PR}.0 -- Darren

Re: [OE-core] [discussion] perf: specify SLANG_INC dir for perf

2012-08-17 Thread Darren Hart
the second above, right? :) No, the kernel.bbclass supports more than the linux-yocto kernels. It needs to be generally useful with 2.6+kernels. The sed patch for the kernel.bbclass is still necessary. -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel

Re: [OE-core] Build Kernel module on target

2012-08-17 Thread Darren Hart
On 08/17/2012 04:07 PM, Bodke, Kishore K wrote: -Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Friday, August 17, 2012 1:42 PM To: Bodke, Kishore K Cc: linux-yo...@yoctoproject.org Subject: Re: Build Kernel module on target On 08/17/2012 11:11 AM

Re: [OE-core] [PATCH] perf: pass STAGING_INCDIR(sysroot) to perf

2012-08-08 Thread Darren Hart
. Moreover, this patch(EXTRA_CFLAGS for perf.bb) could co-exists with patch for kernel. :) Thanks, Liang Li Cheers, Richard -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel ___ Openembedded-core

Re: [OE-core] [PATCH] perf: pass STAGING_INCDIR(sysroot) to perf

2012-08-08 Thread Darren Hart
On 08/08/2012 06:24 PM, Liang Li wrote: On 2012-08-09 08:36, Darren Hart darren.h...@intel.com wrote: On 08/07/2012 08:37 PM, Liang Li wrote: On 2012-08-07 22:02, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-08-03 at 23:43 +0800, Liang Li wrote: Via EXTRA_CFLAGS, we

Re: [OE-core] [PATCH] perf: pass STAGING_INCDIR(sysroot) to perf

2012-08-08 Thread Darren Hart
On 08/08/2012 06:52 PM, Liang Li wrote: On 2012-08-09 09:41, Darren Hart darren.h...@intel.com wrote: On 08/08/2012 06:24 PM, Liang Li wrote: On 2012-08-09 08:36, Darren Hart darren.h...@intel.com wrote: On 08/07/2012 08:37 PM, Liang Li wrote: On 2012-08-07 22:02, Richard Purdie richard.pur

Re: [OE-core] [PATCH 17/30] linux-firware: use ${base_libdir} instead of /lib for packaging

2012-08-07 Thread Darren Hart
On 08/06/2012 11:21 AM, Phil Blundell wrote: On Mon, 2012-08-06 at 11:10 -0700, Darren Hart wrote: On 08/05/2012 08:54 AM, Javier Martinez Canillas wrote: It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. The firmware

Re: [OE-core] [oe-core][RFC] gdb-cross: add pythonnative

2012-08-07 Thread Darren Hart
On 08/07/2012 05:38 AM, Richard Purdie wrote: On Wed, 2012-08-01 at 09:23 -0700, Darren Hart wrote: On 07/31/2012 04:10 AM, Martin Jansa wrote: Is python enabled for gdb-cross in OE-Core? Explicitly only in gdb-cross-canadian, so I guess gdb-cross autodetected it (sorry I don't have

Re: [OE-core] [PATCH 1/1] linux-yocto-custom: Clarify usage and clear COMPATIBLE_MACHINE

2012-08-06 Thread Darren Hart
On 08/03/2012 05:27 PM, Bruce Ashfield wrote: On Fri, Aug 3, 2012 at 7:29 PM, Darren Hart dvh...@linux.intel.com wrote: There has been some confusion over proper use of the linux-yocto-custom recipe. It is not intended to build as is from meta-skeleton. It should be modified via a bbappend

[OE-core] [PATCH 1/1] linux-yocto-custom: Clarify usage and clear COMPATIBLE_MACHINE

2012-08-06 Thread Darren Hart
before attempting to build it. Signed-off-by: Darren Hart dvh...@linux.intel.com CC: Bruce Ashfield bruce.ashfi...@windriver.com CC: Tom Zanussi tom.zanu...@intel.com Signed-off-by: Darren Hart dvh...@linux.intel.com --- .../recipes-kernel/linux/linux-yocto-custom.bb | 53

[OE-core] [PATCH V2 0/1] linux-yocto-custom: Clarify usage and clear COMPATIBLE_MACHINE

2012-08-06 Thread Darren Hart
://git.yoctoproject.org/cgit.cgi/user-contrib/dvhart/oe-core/log/?h=skeleton Darren Hart (1): linux-yocto-custom: Clarify usage and clear COMPATIBLE_MACHINE .../recipes-kernel/linux/linux-yocto-custom.bb | 53 +++--- 1 file changed, 36 insertions(+), 17 deletions(-) -- 1.7.11.2

Re: [OE-core] [PATCH v2 16/28] kernel.bbclass: use ${base_libdir} and ${sysconfdir} instead of /lib and /etc

2012-08-06 Thread Darren Hart
if not, these will fail. -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo

Re: [OE-core] [PATCH 17/30] linux-firware: use ${base_libdir} instead of /lib for packaging

2012-08-06 Thread Darren Hart
} += ${base_libdir}/firmware/* -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman

[OE-core] [PATCH 0/1] linux-yocto-custom: Clarify usage and clear COMPATIBLE_MACHINE

2012-08-03 Thread Darren Hart
://git.yoctoproject.org/user-contrib/dvhart/oe-core skeleton http://git.yoctoproject.org/cgit.cgi/user-contrib/dvhart/oe-core/log/?h=skeleton Darren Hart (1): linux-yocto-custom: Clarify usage and clear COMPATIBLE_MACHINE .../recipes-kernel/linux/linux-yocto-custom.bb | 52 +++--- 1 file

[OE-core] [PATCH 1/1] linux-yocto-custom: Clarify usage and clear COMPATIBLE_MACHINE

2012-08-03 Thread Darren Hart
before attempting to build it. Signed-off-by: Darren Hart dvh...@linux.intel.com CC: Bruce Ashfield bruce.ashfi...@windriver.com CC: Tom Zanussi tom.zanu...@intel.com --- .../recipes-kernel/linux/linux-yocto-custom.bb | 52 +++--- 1 file changed, 35 insertions(+), 17 deletions

Re: [OE-core] Package recipes change proposal (system-wide) - name wise

2012-08-03 Thread Darren Hart
and...@chargestorm.se Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org This hasn't been an issue for me, but I could see that with some of the minimal recipes that this could trigger some false renames. Still, I don't see it as a problem. -- Darren Hart Intel Open Source Technology Center

Re: [OE-core] [PATCH] perf-3.4: fix hardcoded slang include dir

2012-08-02 Thread Darren Hart
@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [oe-core][RFC] gdb-cross: add pythonnative

2012-08-01 Thread Darren Hart
-tiny. Thanks Martin. -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo

Re: [OE-core] static busybox?

2012-08-01 Thread Darren Hart
/openembedded-core -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded

Re: [OE-core] static busybox?

2012-08-01 Thread Darren Hart
fragment in it. This fragment would be added to the busybox configuration to override any built in items. So you'd need to simply have a file that says: CONFIG_STATIC = y Exactly. And merge_config is a .sh, no perl required :-) -- Darren Hart Intel Open Source Technology Center Yocto

[OE-core] [PATCH 1/1] send-pull-request: Make -a really imply -c

2012-08-01 Thread Darren Hart
The switch statement does not fall through as the comment suggests. This results in -a not implying -c as was intended. Add the two lines from -c to -a to achieve the intended behavior. Signed-off-by: Darren Hart dvh...@linux.intel.com --- scripts/send-pull-request |3 ++- 1 files changed

[OE-core] [PATCH 0/1] send-pull-request: Make -a really imply -c

2012-08-01 Thread Darren Hart
/cgit.cgi/user-contrib/dvhart/oe-core/log/?h=pullrequest Darren Hart (1): send-pull-request: Make -a really imply -c scripts/send-pull-request |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) -- 1.7.5.4 ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Darren Hart
/* $kerneldir/arch/${ARCH}/include/generated/ Do you need all the generated files in arch/$ARCH/include/generated? Are there any binaries in there? # Remove the following binaries which cause strip or arch QA errors # during do_package for cross-compiled platforms -- Darren Hart

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Darren Hart
for cross-compiled platforms -- 1.7.5.4 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- Darren Hart Intel Open Source Technology Center

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Darren Hart
On 07/31/2012 09:31 AM, Bruce Ashfield wrote: On Tue, Jul 31, 2012 at 12:19 PM, Darren Hart dvh...@linux.intel.com wrote: On 07/31/2012 08:16 AM, Bruce Ashfield wrote: On Tue, Jul 31, 2012 at 11:10 AM, Khem Raj raj.k...@gmail.com wrote: asm/unistd.h includes asm/unistd_64.h on x86_64

Re: [OE-core] [PATCH V2 1/2] kernel.bbclass: fix external module building

2012-07-27 Thread Darren Hart
Paul's request for documentation in the commit header. Acked-by: Darren Hart dvh...@linux.intel.com --- meta/classes/kernel.bbclass |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 08b5e61..ce4d7de 100644 --- a/meta

Re: [OE-core] [PATCH 1/1] kernel.bbclass: remove default module_autoload and module_conf values

2012-07-27 Thread Darren Hart
-proto-0 l2cap -module_conf_sco = alias bt-proto-2 sco -module_conf_rfcomm = alias bt-proto-3 rfcomm - python populate_packages_prepend () { def extract_modinfo(file): import tempfile, re, subprocess -- Darren Hart Intel Open Source Technology Center Yocto Project

Re: [OE-core] [PATCH] kernel.bbclass: fix external module building

2012-07-20 Thread Darren Hart
... Perhaps make -C $kerneldir _mrproper_scripts clears that out... Ah, yes, that seems to be the case. Grumble. OK, Signed-off-by: Darren Hart dvh...@linux.intel.com -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel

Re: [OE-core] [PATCH 2/2] kernel.bbclass: Make tree available for cross building external modules

2012-07-20 Thread Darren Hart
have something left to do here in addition to the bounds.h patch you sent a short while ago? If so, this sounds like a big enough effort that a bug is warranted. Would you consider writing up exactly what you're trying to accomplish and opening a bug? -- Darren Hart Intel Open Source Technology

Re: [OE-core] [PATCH 1/1] EFI: Make installer EFI aware

2012-07-19 Thread Darren Hart
On 07/19/2012 09:15 AM, Richard Purdie wrote: On Tue, 2012-07-17 at 12:47 -0700, Darren Hart wrote: On 07/17/2012 12:40 PM, Saul Wold wrote: On 07/17/2012 12:29 PM, Darren Hart wrote: --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image

[OE-core] [PATCH V3 0/1] EFI: Make installer EFI aware

2012-07-19 Thread Darren Hart
installer http://git.yoctoproject.org/cgit.cgi/user-contrib/dvhart/oe-core/log/?h=installer Darren Hart (1): EFI: Make installer EFI aware meta/classes/grub-efi.bbclass |2 + .../images/core-image-minimal-initramfs.bb |2 +- .../initrdscripts/files/init

[OE-core] [PATCH 1/1] EFI: Make installer EFI aware

2012-07-19 Thread Darren Hart
that in a follow-on clean-up series. V2: Include missing initramfs-live-install-efi_1.0.bb V3: Rebase after Radu's console_params fix Signed-off-by: Darren Hart dvh...@linux.intel.com --- meta/classes/grub-efi.bbclass |2 + .../images/core-image-minimal-initramfs.bb |2

[OE-core] [PATCH 0/1 V2] EFI: Make installer EFI aware

2012-07-17 Thread Darren Hart
/user-contrib/dvhart/oe-core installer http://git.yoctoproject.org/cgit.cgi/user-contrib/dvhart/oe-core/log/?h=installer Darren Hart (1): EFI: Make installer EFI aware meta/classes/grub-efi.bbclass |2 + .../images/core-image-minimal-initramfs.bb |2

[OE-core] [PATCH 1/1] EFI: Make installer EFI aware

2012-07-17 Thread Darren Hart
that in a follow-on clean-up series. Signed-off-by: Darren Hart dvh...@linux.intel.com --- meta/classes/grub-efi.bbclass |2 + .../images/core-image-minimal-initramfs.bb |2 +- .../initrdscripts/files/init-install-efi.sh| 188 meta/recipes-core

Re: [OE-core] [PATCH 1/1] EFI: Make installer EFI aware

2012-07-17 Thread Darren Hart
On 07/17/2012 12:40 PM, Saul Wold wrote: On 07/17/2012 12:29 PM, Darren Hart wrote: --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb @@ -3,7 +3,7 @@ DESCRIPTION = Small image capable of booting a device

[OE-core] [PATCH] bootimg: Use STAGING_KERNEL_DIR

2012-07-05 Thread Darren Hart
. UNTESTED - PLEASE TEST PRIOR TO PULL. Signed-off-by: Darren Hart dvh...@linux.intel.com CC: tom.zanu...@intel.com CC: saul.w...@intel.com CC: nitin.a.kam...@intel.com --- meta/classes/bootimg.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/bootimg.bbclass b

Re: [OE-core] [RFC PATCH] grub-efi: Do not use help2man

2012-07-03 Thread Darren Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/02/2012 09:28 PM, Khem Raj wrote: On 7/2/2012 5:54 PM, Darren Hart wrote: I added HELP2MAN='true' to EXTRA_OECONF and it failed in the same way. hmmm export it I dont know passing in extra_oeconf will work OK, I wasn't sure how

[OE-core] [PATCH 5/5] EFI: Make installer EFI aware

2012-07-03 Thread Darren Hart
that in a follow-on clean-up series. Signed-off-by: Darren Hart dvh...@linux.intel.com --- meta/classes/grub-efi.bbclass |2 + .../images/core-image-minimal-initramfs.bb |2 +- .../initrdscripts/files/init-install-efi.sh| 188 meta/recipes-core

[OE-core] [PATCH 3/5] init-install: Clean up partition alignment

2012-07-03 Thread Darren Hart
the disk with 1MB in the beginning and cut it off at the MB boundary on the end, we can use 0% and 100% to allow parted to do the required math and use as much of the disk as possible. Signed-off-by: Darren Hart dvh...@linux.intel.com --- .../initrdscripts/files/init-install.sh|8

[OE-core] [PATCH 2/5] init-install: Correct ext2-ext3 typo in logging

2012-07-03 Thread Darren Hart
We create both the boot and root partitions as ext3 now, update the logging accordingly. Signed-off-by: Darren Hart dvh...@linux.intel.com --- .../initrdscripts/files/init-install.sh|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core

[OE-core] [PATCH 0/5] Live installer fixes and EFI support

2012-07-03 Thread Darren Hart
Darren Hart (5): init-install: Use swap_ratio in the calulation of swap_size init-install: Correct ext2-ext3 typo in logging init-install: Clean up partition alignment grub-efi: Do not use help2man EFI: Make installer EFI aware meta/classes/grub-efi.bbclass |2

[OE-core] [PATCH 1/5] init-install: Use swap_ratio in the calulation of swap_size

2012-07-03 Thread Darren Hart
swap_size currently uses a hard coded percentage and ignores the swap_ratio variable. Fortunately they are the same value currently. Make the calculation use the variable to avoid problems in the future. Signed-off-by: Darren Hart dvh...@linux.intel.com --- .../initrdscripts/files/init

[OE-core] [PATCH 4/5] grub-efi: Do not use help2man

2012-07-03 Thread Darren Hart
the SRC_URI whitespace while we add a line to it. Signed-off-by: Darren Hart dvh...@linux.intel.com CC: Paul Eggleton paul.eggle...@linux.intel.com CC: Radu Moisan radu.moi...@intel.com grub-efi-native whitespace cleanup (INC) Signed-off-by: Darren Hart dvh...@linux.intel.com --- .../grub/files/grub

Re: [OE-core] [PATCH 1/3] kernel: Add kernel headers to kernel-dev package

2012-07-02 Thread Darren Hart
On 06/30/2012 08:51 PM, Bruce Ashfield wrote: On 12-06-30 12:25 AM, Darren Hart wrote: [YOCTO #1614] Add the kernel headers to the kernel-dev package. This packages what was already built and kept in sysroots for building modules with bitbake. Making this available on the target requires

Re: [OE-core] [PATCH 3/3] core-image*sdk: Add kernel-dev to sdk images

2012-07-02 Thread Darren Hart
Paul, do you think this patch is necessary or is this just covering up for Bug 2595? -- Darren On 06/29/2012 09:25 PM, Darren Hart wrote: While sdk images already have dev-pkgs included, the kernel-dev package is special and does not get installed. Add kernel-dev explicitly to the *sdk image

[OE-core] [RFC PATCH] grub-efi: Do not use help2man

2012-07-02 Thread Darren Hart
-by: Darren Hart dvh...@linux.intel.com CC: Paul Eggleton paul.eggle...@linux.intel.com CC: Radu Moisan radu.moi...@intel.com --- .../grub/files/grub-1.99-disable-help2man.patch| 231 meta/recipes-bsp/grub/grub-efi-native_1.99.bb |3 +- 2 files changed, 233 insertions

Re: [OE-core] [RFC PATCH] grub-efi: Do not use help2man

2012-07-02 Thread Darren Hart
On 07/02/2012 04:42 PM, Khem Raj wrote: On Mon, Jul 2, 2012 at 1:09 PM, Darren Hart dvh...@linux.intel.com wrote: Fixes [YOCTO #2527] Modify configure.ac and the generated configure script to avoid using help2man during the compilation process. For grub-efi we are only deploying the EFI

Re: [OE-core] [RFC PATCH] grub-efi: Do not use help2man

2012-07-02 Thread Darren Hart
On 07/02/2012 01:31 PM, Richard Purdie wrote: On Mon, 2012-07-02 at 13:09 -0700, Darren Hart wrote: +Index: grub-1.99/configure +=== +--- grub-1.99.orig/configure grub-1.99/configure Isn't configure regenerated so we

Re: [OE-core] [PATCH 1/2 v3] image_types: Add elf image type

2012-06-30 Thread Darren Hart
On 06/29/2012 01:19 PM, Raymond Danks wrote: On x86, an ELF image file may be stored as a coreboot payload. The image file is constructed, using the mkelfimage utility, from a kernel and an initrd. Signed-off-by: Raymond Danks ray.da...@se-eng.com Acked-by: Darren Hart dvh

Re: [OE-core] [PATCH 3/4] kernel: Add kernel-headers package for target module build

2012-06-29 Thread Darren Hart
On 06/28/2012 11:04 PM, Khem Raj wrote: On Thu, Jun 28, 2012 at 10:50 PM, Darren Hart dvh...@linux.intel.com wrote: However, I don't have a strong opinion here, I'll happily call it kernel-devel if that is strongly preferred by some. in oe terminology it will be -dev THe other reason I

Re: [OE-core] [PATCH 3/4] kernel: Add kernel-headers package for target module build

2012-06-29 Thread Darren Hart
-- Darren Cheers, Bruce -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel ___ Openembedded-core mailing list Openembedded-core

Re: [OE-core] [poky] [PATCH 1/4] linux-libc-headers-yocto: Do not include linux-yocto

2012-06-29 Thread Darren Hart
On 06/29/2012 06:02 AM, Bruce Ashfield wrote: On Fri, Jun 29, 2012 at 12:17 AM, Darren Hart dvh...@linux.intel.com wrote: The only bit we seem to need from the linux-yocto include is the SRCREV_FORMAT. If we define this explicitly, we can avoid including the linux-yocto include

Re: [OE-core] [PATCH 1/2 v2] image_types: Add elf image type

2012-06-29 Thread Darren Hart
/src/kernel-headers Note that you could also collect this from the DEPLOY_DIR_IMAGE, which is probably more appropriate for assembling images Thanks, -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel ___ Openembedded

Re: [OE-core] [PATCH 2/2 v2] mkelfimage: Add stable git build (initial recipe)

2012-06-29 Thread Darren Hart
+LIC_FILES_CHKSUM = file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a + +SRCREV = e13632a939e7dde8d7d44fc73e73a41dae8060c3 +PV = 1.0.0+gitr${SRCPV} +PR = r1 Minor, but I believe this should be r0 for the initial creation of a recipe. -- Darren Hart Intel Open Source Technology Center Yocto Project

Re: [OE-core] [PATCH 3/4] kernel: Add kernel-headers package for target module build

2012-06-29 Thread Darren Hart
what the comment about needing it for staging is about. -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman

[OE-core] [PATCH 1/5] linux-libc-headers-yocto: Do not include linux-yocto

2012-06-29 Thread Darren Hart
in kernel to the linux-libc-headers-yocto recipes causes build failures by pulling in update-modules-nativesdk. Signed-off-by: Darren Hart dvh...@linux.intel.com CC: Bruce Ashfield bruce.ashfi...@windriver.com CC: Tom Zanussi tom.zanu...@intel.com --- .../linux-libc-headers/linux-libc-headers

[OE-core] [PATCH 3/5] kernel: Add kernel headers to kernel-dev package

2012-06-29 Thread Darren Hart
on the target, the user will need to: # cd /usr/src/kernel # make scripts This renders the kernel-misc recipe empty, so remove it. Signed-off-by: Darren Hart dvh...@linux.intel.com CC: Bruce Ashfield bruce.ashfi...@windriver.com CC: Tom Zanussi tom.zanu...@intel.com CC: Khem Raj raj.k

[OE-core] [PATCH 2/5] linux-yocto: Use INC_PR and move kernel require to linux-yocto.inc

2012-06-29 Thread Darren Hart
When making changes to kernel.bbclass, it would be nice not to have to manually change the PR of every linux-yocto*.bb file that requires it. Move the require kernel line to linux-yocto.inc and update the linux-yocto recipes to use INC_PR. Signed-off-by: Darren Hart dvh...@linux.intel.com CC

[OE-core] [PATCH 5/5] linux-yocto-custom: Remove linux-tools

2012-06-29 Thread Darren Hart
Remove the linux-tools include as perf is now packaged independently. Without this, including meta-skeleton in bblayers.conf results in a build failure as linux-tools.inc cannot be found. Signed-off-by: Darren Hart dvh...@linux.intel.com CC: Bruce Ashfield bruce.ashfi...@windriver.com CC: Tom

<    1   2   3   4   5   6   7   8   9   >