Re: [yocto] kernel defconfig configuration

2015-10-26 Thread Edward Wingate
On Mon, Oct 26, 2015 at 1:03 AM, Paul Eggleton wrote: > Kernel modules are packaged separately and typically not included in the image > by default; if you wish to include them you have two choices: > > 1) Install the kernel-module- package(s) individually for the > module(s) you wish to use > > 2

Re: [yocto] [oe] OE/Yocto developer survey

2015-10-26 Thread Andreas Müller
On Mon, Oct 26, 2015 at 8:18 PM, Cliff Brake wrote: > Hi, > > I'd like to get some feedback on the following questions -- feel free > to respond to list, or directly to me, and I'll withhold your > name/company from any results. > > I would like to collect feedback until 2015-11-02, and will summa

Re: [yocto] Disabling ipv6

2015-10-26 Thread Todd Efflam
On Fri, Oct 23, 2015 at 4:43 PM, Burton, Ross wrote: > In your distro configuration either define your own DISTRO_FEATURES entirely > from scratch, or use DISTRO_FEATURES_remove = "ipv6". Thanks for the tip. We tried adding this to the local.conf file but it failed with the following error: ERRO

Re: [yocto] [oe] OE/Yocto developer survey

2015-10-26 Thread Martin Jansa
On Mon, Oct 26, 2015 at 03:18:54PM -0400, Cliff Brake wrote: > How long have you been using OE? += 10 years (more actively for last 6 years) > How do you use OE/Yocto? [ X ] product development [ X ] hobby/research/education/yocto core developer, etc > What distro do you use? [ ] Poky [ ] An

[yocto] OE/Yocto developer survey

2015-10-26 Thread Cliff Brake
Hi, I'd like to get some feedback on the following questions -- feel free to respond to list, or directly to me, and I'll withhold your name/company from any results. I would like to collect feedback until 2015-11-02, and will summarize the results after that. My goal with this survey is to get

Re: [yocto] Turn off X screen blanking

2015-10-26 Thread Robert D Kocisko
Thank you Khem. I was thinking that modifying the X command line to do this would somehow be more 'low-level' and more 'official' than using xset. Does anyone know if there is a difference? I also realized that it would probably work to .bbappend the SRC_FILES variable with another patch file th

Re: [yocto] Problem with library recipe

2015-10-26 Thread jim Schimpf
Hi, I think I found it in the configure.ac # Libtool # ###

[yocto] [jethro/master][PATCH 1/1] local.conf.sample: Disable image-prelink by default

2015-10-26 Thread Mark Hatle
Due to problems with the prelinker itself, we need to disable the image-prelink by default. This will hopefully be re-enabled in the near future. Signed-off-by: Mark Hatle --- meta-yocto/conf/local.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-yocto/con

[yocto] [jethro/master][PATCH 0/1] meta-yocto: disable prelink by default

2015-10-26 Thread Mark Hatle
As with the oe-core patch, we need to disable image-prelink within the Yocto Project local.conf.sample as well. Mark Hatle (1): local.conf.sample: Disable image-prelink by default meta-yocto/conf/local.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 1.9.3 -- ___

[yocto] i.mx6 initramfs

2015-10-26 Thread Andrea Di Chiara
Hi, I need to create ad initramfs image for an i.MX6 board. does it exist a suitable recipe? core-image-minimal-initramfs doesn't seem to fit ARM boards. am i wrong? "initramfs-live-install" and "initramfs-live-install-efi" aren't compatible and bitbake fails. have I to remove them from PACKAGE_I

[yocto] Prelink problems -- need help!

2015-10-26 Thread Mark Hatle
I'm cross posting this in an effort to ask for help for the cross-prelink project. (If you are unaware of what the prelinker does, it goes through and adjusts the relocation addresses to predefined values in an attempt to speed up executable load times. For embedded systems, this can be fairly cr

Re: [yocto] Problem with library recipe

2015-10-26 Thread Burton, Ross
On 26 October 2015 at 14:29, Paul Eggleton wrote: > It looks like this library is using DOLT. Anyone remember how to deal with > that? Ross? > > One thing to try would be to simply drop the DOLT line from configure.ac > and > see if that helps. > Yeah, DOLT is broken and it's trying to invoke "l

Re: [yocto] Problem with library recipe

2015-10-26 Thread Paul Eggleton
Hi Jim On Monday 26 October 2015 06:58:53 jim Schimpf wrote: > Hi, > I am attempting to add a recipe to build libmill (http://libmill.org > ). So far my recipe does the fetch and config but > fails the compile. > > The recipe is: > > #

[yocto] libpam issue

2015-10-26 Thread praveen vattipalli
Hi All, I am building libpam in yocto-1.6.1 on ubuntu12.04 64bit for cortexa8 board(beagle bone). Actually i need *pam_succeed_if.so* in final rootfs, but it is missing. *pam_succeed_if.so* is getting compiled and copied to sysroot/beaglebone/lib/security directory but missing in final rootfs/lib

[yocto] [meta-raspberrypi][PATCH v4] qtbase: enable Raspberry Pi support

2015-10-26 Thread Jonathan Liu
[Support #16] Signed-off-by: Jonathan Liu --- conf/machine/include/rpi-base.inc | 3 +++ recipes-qt/qt5/qtbase_%.bbappend | 6 ++ 2 files changed, 9 insertions(+) create mode 100644 recipes-qt/qt5/qtbase_%.bbappend diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Otavio Salvador
On Mon, Oct 26, 2015 at 9:31 AM, Jonathan Liu wrote: > On 26/10/2015 10:28 PM, Otavio Salvador wrote: >> On Mon, Oct 26, 2015 at 6:24 AM, Jonathan Liu wrote: >>> On 26/10/2015 7:08 PM, Paul Eggleton wrote: >>> It would rebuild qtbase (and recipes depending on it) without Raspberry >>> Pi >>> supp

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Martin Jansa
On Mon, Oct 26, 2015 at 10:54:43AM +, Paul Eggleton wrote: > On Monday 26 October 2015 21:48:24 Jonathan Liu wrote: > > On 26/10/2015 8:41 PM, Paul Eggleton wrote: > > > On Monday 26 October 2015 10:15:49 Andrei Gherzan wrote: > > >> Hi Paul, > > >> > > >> On Mon, Oct 26, 2015 at 08:08:29AM +0

Re: [yocto] [meta-raspberrypi][PATCH v3] qtbase: enable Raspberry Pi support

2015-10-26 Thread Martin Jansa
On Mon, Oct 26, 2015 at 09:49:54PM +1100, Jonathan Liu wrote: > [Support #16] > > Signed-off-by: Jonathan Liu > --- > recipes-qt/qt5/qtbase_%.bbappend | 8 > 1 file changed, 8 insertions(+) > create mode 100644 recipes-qt/qt5/qtbase_%.bbappend > > diff --git a/recipes-qt/qt5/qtbase_%.

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Jonathan Liu
On 26/10/2015 10:28 PM, Otavio Salvador wrote: On Mon, Oct 26, 2015 at 6:24 AM, Jonathan Liu wrote: On 26/10/2015 7:08 PM, Paul Eggleton wrote: It would rebuild qtbase (and recipes depending on it) without Raspberry Pi support for other machines. I see similar machine-specific do_configure_prep

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Otavio Salvador
On Mon, Oct 26, 2015 at 6:24 AM, Jonathan Liu wrote: > On 26/10/2015 7:08 PM, Paul Eggleton wrote: > It would rebuild qtbase (and recipes depending on it) without Raspberry Pi > support for other machines. > I see similar machine-specific do_configure_prepend elsewhere (e.g. > https://github.com/F

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Jonathan Liu
On 26/10/2015 9:54 PM, Paul Eggleton wrote: On Monday 26 October 2015 21:48:24 Jonathan Liu wrote: On 26/10/2015 8:41 PM, Paul Eggleton wrote: On Monday 26 October 2015 10:15:49 Andrei Gherzan wrote: Hi Paul, On Mon, Oct 26, 2015 at 08:08:29AM +, Paul Eggleton wrote: On Monday 26 October

[yocto] Problem with library recipe

2015-10-26 Thread jim Schimpf
Hi, I am attempting to add a recipe to build libmill (http://libmill.org ). So far my recipe does the fetch and config but fails the compile. The recipe is: # - # Header Meta data SUMMARY = "Co-routine & Network L

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Paul Eggleton
On Monday 26 October 2015 21:48:24 Jonathan Liu wrote: > On 26/10/2015 8:41 PM, Paul Eggleton wrote: > > On Monday 26 October 2015 10:15:49 Andrei Gherzan wrote: > >> Hi Paul, > >> > >> On Mon, Oct 26, 2015 at 08:08:29AM +, Paul Eggleton wrote: > >>> On Monday 26 October 2015 09:43:08 Jonathan

[yocto] [meta-raspberrypi][PATCH v3] qtbase: enable Raspberry Pi support

2015-10-26 Thread Jonathan Liu
[Support #16] Signed-off-by: Jonathan Liu --- recipes-qt/qt5/qtbase_%.bbappend | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-qt/qt5/qtbase_%.bbappend diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend new file mode 100644 index 000..

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Jonathan Liu
On 26/10/2015 8:41 PM, Paul Eggleton wrote: On Monday 26 October 2015 10:15:49 Andrei Gherzan wrote: Hi Paul, On Mon, Oct 26, 2015 at 08:08:29AM +, Paul Eggleton wrote: On Monday 26 October 2015 09:43:08 Jonathan Liu wrote: [Support #16] Signed-off-by: Jonathan Liu --- recipes-qt/qt5

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Paul Eggleton
On Monday 26 October 2015 10:15:49 Andrei Gherzan wrote: > Hi Paul, > > On Mon, Oct 26, 2015 at 08:08:29AM +, Paul Eggleton wrote: > > On Monday 26 October 2015 09:43:08 Jonathan Liu wrote: > > > [Support #16] > > > > > > Signed-off-by: Jonathan Liu > > > --- > > > > > > recipes-qt/qt5/qtb

Re: [yocto] [meta-chip] Yocto on the 9$ computer

2015-10-26 Thread Alex J Lennon
On 24/10/2015 22:06, Andrei Gherzan wrote: > On Sat, Oct 24, 2015 at 09:46:41PM +0100, Alex J Lennon wrote: >> >> >> >> Sent from my iPhone On 24 Oct 2015, at 21:13, Andrei Gherzan wrote: > On Sat, Oct 24, 2015 at 09:58:42PM +0200, Nicolas Aguirre wrote: > 2015-10-24 19:26 GMT+

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Andrei Gherzan
Hi Paul, On Mon, Oct 26, 2015 at 08:08:29AM +, Paul Eggleton wrote: > On Monday 26 October 2015 09:43:08 Jonathan Liu wrote: > > [Support #16] > > > > Signed-off-by: Jonathan Liu > > --- > > recipes-qt/qt5/qtbase_%.bbappend | 6 ++ > > 1 file changed, 6 insertions(+) > > create mode 100

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Jonathan Liu
On 26/10/2015 7:08 PM, Paul Eggleton wrote: On Monday 26 October 2015 09:43:08 Jonathan Liu wrote: [Support #16] Signed-off-by: Jonathan Liu --- recipes-qt/qt5/qtbase_%.bbappend | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 recipes-qt/qt5/qtbase_%.bbappend diff --git a/r

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Paul Eggleton
On Monday 26 October 2015 09:43:08 Jonathan Liu wrote: > [Support #16] > > Signed-off-by: Jonathan Liu > --- > recipes-qt/qt5/qtbase_%.bbappend | 6 ++ > 1 file changed, 6 insertions(+) > create mode 100644 recipes-qt/qt5/qtbase_%.bbappend > > diff --git a/recipes-qt/qt5/qtbase_%.bbappend

Re: [yocto] Newby building recipes

2015-10-26 Thread Paul Eggleton
Hi Jim, On Sunday 25 October 2015 14:47:49 jim Schimpf wrote: > i am a new Yocto user and am attempting to create recipes for some > projects > I would like to add. Right now the recipes get though the fetch,and > configure stages but fail respectively at compile and install stages. B

Re: [yocto] kernel defconfig configuration

2015-10-26 Thread Paul Eggleton
Hi Edward, On Sunday 25 October 2015 12:41:09 Edward Wingate wrote: > On Sat, Oct 24, 2015 at 1:43 PM, Edward Wingate wrote: > > I am using fido release and this is my > > linux-wandboard_3.14.28.bbappend file, just 2 lines: > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > > SRC_URI += "file: