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 = "-DB

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 > --- > conf/machine/include/rpi-base.inc | 22

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 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 [mailto:yocto-boun...@yoctoproject

[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 https://lists.yoctoproject.org/listinfo/yoc

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 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. This change also makes us ready to support kernel 4.x seri

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 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. This chang

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 Excellent, thanks for the update! -- _

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

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

2015-08-11 Thread Shrikant Bobade
selinux(with poky-selinux distro) I can now login properly. Build Configuration: BB_VERSION= "1.27.1" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-12.04" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE = "qemuarm"

Re: [yocto] [meta-selinux] [PATCH] audit: remove add-system-call-table-for-ARM.patch

2015-08-11 Thread Shrikant Bobade
Thanks for an update. Works for me too.. Thanks Shrikant On Tue, Aug 11, 2015 at 11:07 AM, Robert Yang wrote: > There isn't lib/machinetabs.h any more, there isn't data structures like > "static const char machine_strings", either. > > This fixed a do_patch error when arm. > > Signed-off-by: R

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 > > wrote: >> >> 2015-08-11 10:31 skrev Alex J Lennon: >> >> On 11/08/2015 08:58, Petter Mabäcker wrote: >> >>

[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 --- conf/machine/include/rpi-base.inc | 22 ++ recipes-kernel/linux/linux-

[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 --- 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 b/recipes-kernel/linux/linux-raspberrypi_4.1.bb

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 > > wrote: >> >> 2015-08-11 10:31 skrev Alex J Lennon: >> >> On 11/08/2015 08:58, Petter Mabäcker wrote: >> >>

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 > --- > conf/machine/include/rpi-base.inc | 22

[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 a

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

2015-08-11 Thread Joe MacDonald
> > Build Configuration: > BB_VERSION= "1.27.1" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Ubuntu-12.04" > TARGET_SYS= "arm-poky-linux-gnueabi" > MACHINE = "qemuarm" > DISTRO

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 wrote: >>> 2015-08-11 10:31 skrev Alex J Lennon: > On 11/08/2015 08:58, Petter Mabäcker wrote:

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 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 the compiler t

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 am335x-bon

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

2015-08-11 Thread Andreas Müller
On Tue, Aug 11, 2015 at 4:02 PM, Petter Mabäcker wrote: > > Sounds good. I agree we should try to get that issue integrated as soon as > possible. I asked for the kernel updates as base for vc4 stuff. From what I've learned so far vc4 is still a way to go and there is no need to hurry with other

[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 --- recipes-k

[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 --- 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 --- a/recipes-kernel/linux/linux-raspberrypi.i

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

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: https://bugzilla.yoctoproject.org/show_bug.cgi?i

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 --- .../files/fix_typedef_dispatch_block_t.patch | 16 + .../files/foundation_framework_headers_clang.patch | 1065 .../osx-runtime/files/fsevents-clang.patch

[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 linux-libc-heade

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 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 > /lib/modules dire