[yocto] No '/lib/modules' directory in image, modprobe fails

2015-08-11 Thread Todd Efflam
Hello, We're trying to load and unload modules using modprobe but are having problems. The command fails with modprobe: can't change directory to '/lib/modules': no such file or directory. There is actually no /lib/modules directory on the image at all. We tried to install the

Re: [yocto] Header-Files of DEPEND recipe not found

2015-08-11 Thread yocto yocto
But not within CMakeLists.txt? At least this is not working, cmake is handling = as a normal character. I guess I have to pass a parameter within my *.bb to cmake containing the sysroot path 2015-08-10 22:36 GMT+02:00 Khem Raj raj.k...@gmail.com: On Mon, Aug 10, 2015 at 12:08 PM, yocto yocto

[yocto] Iotivity 0.9.2 for yocto

2015-08-11 Thread Raghavendra Kakarla
Hi, When will we expect the iotivity-0.9.2 came into the meta-oic layer. Could you please tell me the approximate date. Thanks and Regards, Raghavendra K. -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Header-Files of DEPEND recipe not found

2015-08-11 Thread yocto yocto
Maybe this is of interest, here is my solution: In CMakeLists.txt SET(BITBAKE_SYSROOT CACHE STRING Description) SET(SOCI_INCLUDEDIR ${BITBAKE_SYSROOT}/usr/include/soci) So if BITBAKE_SYSROOT is not passed the compiler takes /usr/include/soci as usual. My *.bb contains: EXTRA_OECMAKE =

Re: [yocto] [meta-darwin][PATCH] README: steps to create OSX-sdk.zip

2015-08-11 Thread Trevor Woerner
On 08/10/15 19:02, Juro Bystricky wrote: osx-runtime requires the file OSX-sdk.zip. This file must be created by the user. This patch describes the typical steps to create this file using a Mac computer. Signed-off-by: Juro Bystricky juro.bystri...@intel.com Excellent, thanks for the

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Petter Mabäcker
2015-08-10 13:08 skrev Alex J Lennon: This requires some changes to KERNEL_DEVICETREE as the dtb layout has changed to support overlays. This change also makes us ready to support kernel 4.x series Signed-off-by: Alex J Lennon ajlen...@dynamicdevices.co.uk ---

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Herve Jourdain
Hi Petter, In my patch of mid-june, which was about that, I did this in install_prepend, and it did work. I therefore believe that adding it in the compile_append should work fine as well. Best regards, Herve From: yocto-boun...@yoctoproject.org

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Alex J Lennon
On 11/08/2015 08:58, Petter Mabäcker wrote: 2015-08-10 13:08 skrev Alex J Lennon: This requires some changes to KERNEL_DEVICETREE as the dtb layout has changed to support overlays. This change also makes us ready to support kernel 4.x series Signed-off-by: Alex J Lennon

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Alex Lennon
On Tuesday, August 11, 2015, Petter Mabäcker pet...@technux.se wrote: 2015-08-11 10:31 skrev Alex J Lennon: On 11/08/2015 08:58, Petter Mabäcker wrote: 2015-08-10 13:08 skrev Alex J Lennon: This requires some changes to KERNEL_DEVICETREE as the dtb layout has changed to support overlays.

[linux-yocto] [PATCH 00/17] [linux-yocto-3.10] standard/base: Backport Baytrail bug fixes patches from mainline kernel into Yocto Project linux kernel v3.10

2015-08-11 Thread wei . tee . ng
From: Ng, Wei Tee wei.tee...@intel.com Hi all, This patch is to backport Baytrail bug fixes patches that are available in the upstream kernel into Yocto Project linux kernel v3.10. These bug fixes patches are related to I/O driver such as GPIO, USB and DMA. This configuration was buit and

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Petter Mabäcker
2015-08-11 11:03 skrev Alex Lennon: On Tuesday, August 11, 2015, Petter Mabäcker pet...@technux.se wrote: 2015-08-11 10:31 skrev Alex J Lennon: On 11/08/2015 08:58, Petter Mabäcker wrote: 2015-08-10 13:08 skrev Alex J Lennon: This requires some changes to KERNEL_DEVICETREE as

[yocto] [meta-raspberrypi][PATCH v2 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Alex J Lennon
This requires some changes to KERNEL_DEVICETREE as the dtb layout has changed to support overlays. This change also makes us ready to support kernel 4.x series Signed-off-by: Alex J Lennon ajlen...@dynamicdevices.co.uk --- conf/machine/include/rpi-base.inc | 22

[yocto] [meta-raspberrypi][PATCH v2 2/2] linux-raspberrypi: support kernel 4.1.3

2015-08-11 Thread Alex J Lennon
Signed-off-by: Alex J Lennon ajlen...@dynamicdevices.co.uk --- recipes-kernel/linux/linux-raspberrypi_4.1.bb | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_4.1.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Petter Mabäcker
2015-08-11 14:30 skrev Alex J Lennon: This requires some changes to KERNEL_DEVICETREE as the dtb layout has changed to support overlays. This change also makes us ready to support kernel 4.x series Signed-off-by: Alex J Lennon ajlen...@dynamicdevices.co.uk ---

Re: [yocto] [meta-selinux][PATCH v1] libpam: use wildcard for version and cleanup

2015-08-11 Thread Shrikant Bobade
= 1.27.1 BUILD_SYS = x86_64-linux NATIVELSBSTRING = Ubuntu-12.04 TARGET_SYS= arm-poky-linux-gnueabi MACHINE = qemuarm DISTRO= poky-selinux DISTRO_VERSION= 1.8+snapshot-20150811 TUNE_FEATURES = arm armv5 thumb dsp TARGET_FPU= soft meta meta

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Alex J Lennon
On 11/08/2015 11:34, Petter Mabäcker wrote: 2015-08-11 11:03 skrev Alex Lennon: On Tuesday, August 11, 2015, Petter Mabäcker pet...@technux.se mailto:pet...@technux.se wrote: 2015-08-11 10:31 skrev Alex J Lennon: On 11/08/2015 08:58, Petter Mabäcker wrote:

Re: [yocto] Specifying location of DTB file

2015-08-11 Thread Nikolay Dimitrov
Hi Adam, On 08/11/2015 04:31 PM, Adam Rossi wrote: Howdy folks. I have had a devil of a time creating my own machine.conf and getting it to boot, so I went back to using the stock beaglebone.conf machine. I need to modify the DTB file that my prototype loads, so I decompiled the yocto

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Petter Mabäcker
2015-08-11 15:10 skrev Alex J Lennon: On 11/08/2015 11:34, Petter Mabäcker wrote: 2015-08-11 11:03 skrev Alex Lennon: On Tuesday, August 11, 2015, Petter Mabäcker pet...@technux.se wrote: 2015-08-11 10:31 skrev Alex J Lennon: On 11/08/2015 08:58, Petter Mabäcker wrote:

[yocto] Specifying location of DTB file

2015-08-11 Thread Adam Rossi
Howdy folks. I have had a devil of a time creating my own machine.conf and getting it to boot, so I went back to using the stock beaglebone.conf machine. I need to modify the DTB file that my prototype loads, so I decompiled the yocto am335x-boneblack.dtb, added some special sauce to the dts, and

Re: [yocto] [meta-selinux][PATCH v1] libpam: use wildcard for version and cleanup

2015-08-11 Thread Joe MacDonald
-linux-gnueabi MACHINE = qemuarm DISTRO= poky-selinux DISTRO_VERSION= 1.8+snapshot-20150811 TUNE_FEATURES = arm armv5 thumb dsp TARGET_FPU= soft meta meta-yocto meta-yocto-bsp= master:a16e0b4014173af46ef80d643bb71055219b0dab meta

Re: [yocto] Header-Files of DEPEND recipe not found

2015-08-11 Thread Khem Raj
On Aug 10, 2015, at 11:59 PM, yocto yocto yoctomailingl...@gmail.com wrote: Maybe this is of interest, here is my solution: In CMakeLists.txt SET(BITBAKE_SYSROOT CACHE STRING Description) SET(SOCI_INCLUDEDIR ${BITBAKE_SYSROOT}/usr/include/soci) So if BITBAKE_SYSROOT is not passed

[yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: support configuration fragments

2015-08-11 Thread Alex J Lennon
- remove placeholder defconfig and custom copying logic - use KBUILD_DEFCONFIG for default in-tree configurations instead - do not replace all Yocto configured settings in do_configure_prepend see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7474 Signed-off-by: Alex J Lennon

[yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: build audio driver into kernel

2015-08-11 Thread Alex J Lennon
Signed-off-by: Alex J Lennon ajlen...@dynamicdevices.co.uk --- recipes-kernel/linux/linux-raspberrypi.inc | 4 1 file changed, 4 insertions(+) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index e38d905..8024412 100644 ---

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: support configuration fragments

2015-08-11 Thread Petter Mabäcker
2015-08-11 19:04 skrev Alex J Lennon: - remove placeholder defconfig and custom copying logic - use KBUILD_DEFCONFIG for default in-tree configurations instead - do not replace all Yocto configured settings in do_configure_prepen see:

Re: [yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: build audio driver into kernel

2015-08-11 Thread Petter Mabäcker
2015-08-11 19:04 skrev Alex J Lennon: Signed-off-by: Alex J Lennon ajlen...@dynamicdevices.co.uk --- recipes-kernel/linux/linux-raspberrypi.inc | 4 1 file changed, 4 insertions(+) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: support configuration fragments

2015-08-11 Thread Alex J Lennon
On 11/08/2015 19:54, Petter Mabäcker wrote: 2015-08-11 19:04 skrev Alex J Lennon: - remove placeholder defconfig and custom copying logic - use KBUILD_DEFCONFIG for default in-tree configurations instead - do not replace all Yocto configured settings in do_configure_prepen see:

[yocto] [meta-darwin][PATCH] osx-runtime: OSX Yosemite v10.10

2015-08-11 Thread Juro Bystricky
Set of patches to allow building against OSX Yosemite v10.10 runtime. Signed-off-by: Juro Bystricky juro.bystri...@intel.com --- .../files/fix_typedef_dispatch_block_t.patch | 16 + .../files/foundation_framework_headers_clang.patch | 1065

Re: [yocto] No '/lib/modules' directory in image, modprobe fails

2015-08-11 Thread Khem Raj
On Aug 11, 2015, at 5:53 PM, Todd Efflam todd.eff...@gmail.com wrote: Hello, We're trying to load and unload modules using modprobe but are having problems. The command fails with modprobe: can't change directory to '/lib/modules': no such file or directory. There is actually no