Re: [meta-freescale] [yocto] Looking for a recommendation for the right Yocto dev board that supports MIPI CSI-2...

2019-07-22 Thread Khem Raj
On Wed, Jul 3, 2019 at 4:32 PM Bob Cochran wrote: > > On 6/20/19 11:24 PM, Bob Cochran wrote: > > Hi, > > > > I'm doing some work with MIPI cameras, and I need a development board > > with stable Yocto and MIPI CSI-2 support. At this point, I'm > > thinking i.MX, but I'm open to any suggestion.

Re: [meta-freescale] [yocto] Build error after changing PACKAGE_CLASSES to package_deb

2019-01-21 Thread Khem Raj
this is the problem dpkg-deb: error: package name has characters that aren't lowercase alphanums or '-+.' its possible that linux-imx is adding some string to PR which is not honoring this convention usually introduced by setting EXTRAVERSION in kernel toplevel makefile On Mon, Jan 21, 2019 at

[meta-freescale] [3rdparty][PATCH] u-boot-gateworks-imx: Fix parsing errors

2018-12-12 Thread Khem Raj
Bitbake assignments cannnot be non-quoted on RHS, fixes parsing errors Parsing recipes...ERROR: ParseError at /mnt/jenkins/workspace/yocto-world-glibc/sources/meta-freescale-3rdparty/recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb:13: unparsed line: 'S = ${WORKDIR}/git' Signed-off-by: Khem

[meta-freescale] [PATCH] qe-ucode: Fix python indentation as per OE-Core style guidelines

2018-12-05 Thread Khem Raj
Fixes parsing warnings e.g. qe-ucode_git.bb: python should use 4 spaces indentation, but found tabs in qe-ucode_git.bb, line 14 Signed-off-by: Khem Raj --- recipes-bsp/qe-ucode/qe-ucode_git.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-bsp/qe-ucode

[meta-freescale] [PATCH] u-boot-fslc-mxsboot: When building target recipe, limit it to fsl machines

2018-11-28 Thread Khem Raj
The latest updates observed that the target recipe is building for qemu machines as well, which is not useful. see http://errors.yoctoproject.org/Errors/Details/202502/ Signed-off-by: Khem Raj --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.11.bb | 2 ++ 1 file changed, 2 insertions(+) diff

Re: [meta-freescale] [PATCH 2/2] weston-imx: Add dummy weston.ini

2018-11-07 Thread Khem Raj
On Wed, Nov 7, 2018 at 2:47 PM Andreas Müller wrote: > On Wed, Nov 7, 2018 at 11:31 PM Khem Raj wrote: > > > > On Wed, Nov 7, 2018 at 2:20 PM Andreas Müller > wrote: > > > > > > On Wed, Nov 7, 2018 at 10:59 PM Khem Raj wrote: > > > > > > &

Re: [meta-freescale] [PATCH 2/2] weston-imx: Add dummy weston.ini

2018-11-07 Thread Khem Raj
On Wed, Nov 7, 2018 at 2:20 PM Andreas Müller wrote: > > On Wed, Nov 7, 2018 at 10:59 PM Khem Raj wrote: > > > > When building for non-imx platforms we get warnings e.g. > > > > meta-freescale/recipes-graphics/wayland/weston_4.0.0.imx.bb: Unable to > > g

[meta-freescale] [PATCH 2/2] weston-imx: Add dummy weston.ini

2018-11-07 Thread Khem Raj
When building for non-imx platforms we get warnings e.g. meta-freescale/recipes-graphics/wayland/weston_4.0.0.imx.bb: Unable to get checksum for weston SRC_URI entry weston.ini: file could not be found Signed-off-by: Khem Raj --- recipes-graphics/wayland/weston/weston.ini | 1 + 1 file

[meta-freescale] [PATCH 1/2] linux-imx-headers: Reduce visibility to imx host alone

2018-11-07 Thread Khem Raj
It uses variables that are specific to meta-fsl layer and when using in multi-BSP env this fails to expand those variables Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-imx-headers_4.9.123.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-imx

[meta-freescale] [3rdparty][PATCH] Dont extend to be a cross recipe

2018-10-27 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb b/recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb index 0a7697a..6b8fb86 100644 --- a/recipes-bsp/u

Re: [meta-freescale] [3rdparty][PATCH v2] u-boot-boundary-fw-utils: Build cross recipe

2018-10-23 Thread Khem Raj
On Tue, Oct 23, 2018 at 9:22 AM Gary Bisson wrote: > Hi, > > On Tue, Oct 23, 2018 at 12:07 AM Khem Raj wrote: > > > > Signed-off-by: Khem Raj > > --- > > recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb | 3 ++- > > 1 file changed, 2 insertio

[meta-freescale] [3rdparty][PATCH v2] u-boot-boundary-fw-utils: Build cross recipe

2018-10-22 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb b/recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb index 0a7697a..804a504 100644

Re: [meta-freescale] [3rdparty][PATCH] u-boot-boundary-fw-utils: Define a dummy fw_env.config

2018-10-22 Thread Khem Raj
On Mon, Oct 22, 2018 at 3:10 PM Otavio Salvador wrote: > > On Sun, Oct 21, 2018 at 12:28 PM Khem Raj wrote: > > When building the cross recipe it complains about missing file > > especially on non arm/aarch64 targets > > > > Fixes > > WARNING: > >

Re: [meta-freescale] [3rdparty][PATCH] u-boot-boundary-fw-utils: Define a dummy fw_env.config

2018-10-22 Thread Khem Raj
On Mon, Oct 22, 2018 at 9:02 AM Gary Bisson wrote: > Hi, > > On Sun, Oct 21, 2018 at 5:28 PM Khem Raj wrote: > > > > When building the cross recipe it complains about missing file > > especially on non arm/aarch64 targets > > > > Fixes > > WARNING: &

[meta-freescale] [3rdparty][PATCH] u-boot-boundary-fw-utils: Define a dummy fw_env.config

2018-10-21 Thread Khem Raj
fw_env.config: file could not be found Signed-off-by: Khem Raj --- recipes-bsp/u-boot/u-boot-boundary-fw-utils/fw_env.config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-boundary-fw-utils/fw_env.config diff --git a/recipes-bsp/u-boot/u-boot-boundary-fw-utils

[meta-freescale] [3rdparty][PATCH] u-boot-boundary-fw-utils: Limit the target to imx machines only

2018-10-09 Thread Khem Raj
It fails to build for non-arm machines anyway since it does not provide the needed env file for anything other than arm and aarch64 Let cross version build too Signed-off-by: Khem Raj --- recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb | 3 +++ 1 file changed, 3 insertions(+) diff

[meta-freescale] [PATCH] dtc-145: Fix compile failure with latest master on musl

2018-10-06 Thread Khem Raj
This issue is primarily seen when building the target recipe on musl the fix is a partial backport from upstream to get over the hump Signed-off-by: Khem Raj --- recipes-kernel/dtc/dtc-145_git.bb | 6 +- ...Fix-compiler-warnings-seen-with-musl.patch | 55 +++ 2

[meta-freescale] [3rdparty][PATCH] layer.conf: Add thud to compatible layer series

2018-10-01 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 7a7aa95..78f667b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,5 +9,5 @@ BBFILE_COLLECTIONS += "fsl-arm-extra" BBFILE_P

Re: [meta-freescale] [PATCH 1/4] recipes: Mark compatible machines as restricted by dependencies

2018-09-28 Thread Khem Raj
Ok, thanks for letting me know. On Fri, Sep 28, 2018 at 1:23 PM Andreas Müller wrote: > > On Fri, Sep 28, 2018 at 9:46 PM, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb | 1 + > > recipes-fsl/

[meta-freescale] [PATCH 4/4] layer.conf: Add thud to LAYERSERIES_COMPAT

2018-09-28 Thread Khem Raj
2.6 is called thud and is upcoming Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 843277b9..d2a81521 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,7 +8,7 @@ BBFILES += "${LAY

[meta-freescale] [PATCH 3/4] mxldr: Fix QA errors seen on x86 builds

2018-09-28 Thread Khem Raj
binary: 'TOPDIR/build/tmp/work/i586-yoe-linux-musl/mxsldr/0.0.0+gitAUTOINC+c40d804725-r0/packages-split/mxsldr/usr/bin/mxsldr' [ldflags] Signed-off-by: Khem Raj --- ...-Do-not-ignore-OE-cflags-and-ldflags.patch | 28 +++ recipes-bsp/mxsldr/mxsldr_git.bb | 12

[meta-freescale] [PATCH 1/4] recipes: Mark compatible machines as restricted by dependencies

2018-09-28 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb | 1 + recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb | 1 + recipes-security/optee/optee-test-qoriq_git.bb| 1 + 3 files changed, 3 insertions(+) diff --git a/recipes-extended/pktgen-dpdk/pktgen

[meta-freescale] [PATCH v5 2/4] recipes: Limit BSP specific recipes on relevant SOCs

2018-09-28 Thread Khem Raj
This helps in using meta-freescale with other BSP layers in same projects, which is common usecase Signed-off-by: Khem Raj Cc: Andreas Müller Cc: Zhenhua Luo Cc: Otavio Salvador --- v2: nativesdk-mxsldr is needed in SDK packagegroups v3: Fine tune the overrides for qorq and mainline bsp

[meta-freescale] [PATCH 5/5] imx-uuc, optee-client: Enable only on relevant fsl SOCs

2018-09-28 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-bsp/imx-uuc/imx-uuc_git.bb | 2 ++ recipes-security/optee/optee-client-qoriq.bb | 3 +++ 2 files changed, 5 insertions(+) diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb index 381c214a..0590b128 100644

[meta-freescale] [PATCH 4/4] layer.conf: Add thud to LAYERSERIES_COMPAT

2018-09-28 Thread Khem Raj
2.6 is called thud and is upcoming Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 843277b9..d2a81521 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,7 +8,7 @@ BBFILES += "${LAY

[meta-freescale] [PATCH 3/4] mxldr: Fix QA errors seen on x86 builds

2018-09-28 Thread Khem Raj
binary: 'TOPDIR/build/tmp/work/i586-yoe-linux-musl/mxsldr/0.0.0+gitAUTOINC+c40d804725-r0/packages-split/mxsldr/usr/bin/mxsldr' [ldflags] Signed-off-by: Khem Raj --- ...-Do-not-ignore-OE-cflags-and-ldflags.patch | 28 +++ recipes-bsp/mxsldr/mxsldr_git.bb | 12

[meta-freescale] [PATCH V4 2/4] recipes: Limit BSP specific recipes on relevant SOCs

2018-09-28 Thread Khem Raj
This helps in using meta-freescale with other BSP layers in same projects, which is common usecase Signed-off-by: Khem Raj Cc: Andreas Müller Cc: Zhenhua Luo Cc: Otavio Salvador --- v2: nativesdk-mxsldr is needed in SDK packagegroups v3: Fine tune the overrides for qorq and mainline bsp

[meta-freescale] [PATCH 1/4] recipes: Mark compatible machines as restricted by dependencies

2018-09-28 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb | 1 + recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb | 1 + recipes-security/optee/optee-test-qoriq_git.bb| 1 + 3 files changed, 3 insertions(+) diff --git a/recipes-extended/pktgen-dpdk/pktgen

[meta-freescale] [PATCH] mxldr: Fix QA errors seen on x86 builds

2018-09-25 Thread Khem Raj
binary: 'TOPDIR/build/tmp/work/i586-yoe-linux-musl/mxsldr/0.0.0+gitAUTOINC+c40d804725-r0/packages-split/mxsldr/usr/bin/mxsldr' [ldflags] Signed-off-by: Khem Raj --- ...-Do-not-ignore-OE-cflags-and-ldflags.patch | 28 +++ recipes-bsp/mxsldr/mxsldr_git.bb | 12

[meta-freescale] [PATCH V3 2/2] recipes: Limit BSP specific recipes on relevant SOCs

2018-09-25 Thread Khem Raj
This helps in using meta-freescale with other BSP layers in same projects, which is common usecase Signed-off-by: Khem Raj Cc: Andreas Müller Cc: Zhenhua Luo --- v2: nativesdk-mxsldr is needed in SDK packagegroups v3: Fine tune the overrides for qorq and mainline bsp specific recipes dynamic

[meta-freescale] [PATCH V2 2/2] recipes: Limit BSP specific recipes on relevant SOCs

2018-09-24 Thread Khem Raj
This helps in using meta-freescale with other BSP layers in same projects, which is common usecase Signed-off-by: Khem Raj --- v2: nativesdk-mxsldr is needed in SDK packagegroups dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 ++ recipes-bsp/firmware-imx/firmware-imx_7.6.bb

[meta-freescale] [PATCH 2/2] recipes: Limit BSP specific recipes on relevant SOCs

2018-09-24 Thread Khem Raj
This helps in using meta-freescale with other BSP layers in same projects, which is common usecase Signed-off-by: Khem Raj --- dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 ++ recipes-bsp/firmware-imx/firmware-imx_7.6.bb | 3 +++ recipes-bsp/mxsldr

[meta-freescale] [PATCH 1/2] recipes: Mark compatible machines as restricted by dependencies

2018-09-24 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb | 1 + recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb | 1 + recipes-security/optee/optee-test-qoriq_git.bb| 1 + 3 files changed, 3 insertions(+) diff --git a/recipes-extended/pktgen-dpdk/pktgen

Re: [meta-freescale] [PATCH V2] classes/image_types_fsl.bbclass: replace IMAGE_DEPENDS_sdimg by do_image_sdimage[depends]

2017-07-10 Thread Khem Raj
On 7/10/17 10:23 AM, Otavio Salvador wrote: > On Thu, Jul 6, 2017 at 10:41 PM, Khem Raj <raj.k...@gmail.com> wrote: >> Fixes >> >> ERROR: >> /mnt/a/oe/sources/meta-variscite-fslc/recipes-fsl/images/fsl-image-gui.bb: >> Deprecated variable(s) found: &q

[meta-freescale] [PATCH V2] classes/image_types_fsl.bbclass: replace IMAGE_DEPENDS_sdimg by do_image_sdimage[depends]

2017-07-10 Thread Khem Raj
Fixes ERROR: /mnt/a/oe/sources/meta-variscite-fslc/recipes-fsl/images/fsl-image-gui.bb: Deprecated variable(s) found: "IMAGE_DEPENDS_sdcard". Use do_image_[depends] += ":" instead Signed-off-by: Khem Raj <raj.k...@gmail.com> --- Changes from v1

[meta-freescale] [PATCH V2] classes/image_types_fsl.bbclass: replace IMAGE_DEPENDS_sdimg by do_image_sdimage[depends]

2017-07-06 Thread Khem Raj
Fixes ERROR: /mnt/a/oe/sources/meta-variscite-fslc/recipes-fsl/images/fsl-image-gui.bb: Deprecated variable(s) found: "IMAGE_DEPENDS_sdcard". Use do_image_[depends] += ":" instead Signed-off-by: Khem Raj <raj.k...@gmail.com> --- classes/im

[meta-freescale] [PATCH] classes/image_types_fsl.bbclass: replace IMAGE_DEPENDS_sdimg by do_image_sdimage[depends]

2017-07-06 Thread Khem Raj
Fixes ERROR: /mnt/a/oe/sources/meta-variscite-fslc/recipes-fsl/images/fsl-image-gui.bb: Deprecated variable(s) found: "IMAGE_DEPENDS_sdcard". Use do_image_[depends] += ":" instead Signed-off-by: Khem Raj <raj.k...@gmail.com> --- classes/image_types_fsl.bbclass | 10

Re: [meta-freescale] [PATCH] imx-kobs: Fix a typo

2017-05-19 Thread Khem Raj
On Fri, May 19, 2017 at 10:28 PM, Trevor Woerner <twoer...@gmail.com> wrote: > On Fri, May 19, 2017 at 1:17 PM, Khem Raj <raj.k...@gmail.com> wrote: >> +SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \ > > > Is "protocal" a typo?

[meta-freescale] [PATCH] imx-kobs: Fix build with musl

2017-05-11 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- ...d-missing-includes-as-pointed-out-by-musl.patch | 33 ++ recipes-bsp/imx-kobs/imx-kobs_git.bb | 1 + 2 files changed, 34 insertions(+) create mode 100644 recipes-bsp/imx-kobs/imx-kobs/0001-Add-m

Re: [meta-freescale] [yocto] how to clean externalsrc?

2016-07-13 Thread Khem Raj
On Wed, Jul 13, 2016 at 7:53 AM, jags gediya wrote: > I am building external kernel source for imx7 board. > > I have done below changes for it, it is working fine while build. > > inherit externalsrc > EXTERNALSRC = /path/to/kernel/ > EXTERNALSRC_BUILD = /path/to/kernel >

Re: [meta-freescale] [yocto] Removing builds of meta-fsl-* from the autobuilder

2016-04-29 Thread Khem Raj
> On Apr 29, 2016, at 1:44 AM, Richard Purdie > wrote: > > NXP has decided to lower its contributions to the support of the > project and is no longer eligible for the level of automated testing > we've been making of meta-fsl-ppc and meta-fsl-arm. As such

Re: [meta-freescale] [meta-fsl-arm][PATCH] imx-base.inc: Advertize thumb2 and vfp capability

2015-05-27 Thread Khem Raj
On May 27, 2015, at 11:17 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, May 27, 2015 at 12:33 PM, Khem Raj raj.k...@gmail.com wrote: These SoCs are capable of thmub2 ISA as well as VFP unit is available on them. This patch makes the default tunes aware of that. The final ISA

Re: [meta-freescale] [meta-fsl-arm][PATCH] imx-base.inc: Advertize thumb2 and vfp capability

2015-05-27 Thread Khem Raj
On May 27, 2015, at 11:48 AM, Daiane Angolini daiane.l...@gmail.com wrote: On Wed, May 27, 2015 at 3:17 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, May 27, 2015 at 12:33 PM, Khem Raj raj.k...@gmail.com wrote: These SoCs are capable of thmub2 ISA as well as VFP unit

[meta-freescale] [meta-fsl-arm][PATCH] imx-base.inc: Advertize thumb2 and vfp capability

2015-05-27 Thread Khem Raj
These SoCs are capable of thmub2 ISA as well as VFP unit is available on them. This patch makes the default tunes aware of that. The final ISA still remains as it is currently but it offers a choice to distros to choose an alternative thumb2 or a mix if they want to. Signed-off-by: Khem Raj raj.k

[meta-freescale] [PATCH V2] imx-base.inc: Enable thumb2 and vfp capability

2015-05-27 Thread Khem Raj
(default) Discussions which resulted in this patch are here [1] [1] https://lists.yoctoproject.org/pipermail/meta-freescale/2015-May/013904.html Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/machine/include/imx-base.inc | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff

Re: [meta-freescale] [PATCH V2] imx-base.inc: Enable thumb2 and vfp capability

2015-05-27 Thread Khem Raj
On Wed, May 27, 2015 at 3:28 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Wed, May 27, 2015 at 11:49 PM, Khem Raj raj.k...@gmail.com wrote: Yes just see if you can add vfp to it I think oe-core needs fixing probably for t2 case meanwhile we can live with it. ??? - sorry you

Re: [meta-freescale] [PATCH V2] imx-base.inc: Enable thumb2 and vfp capability

2015-05-27 Thread Khem Raj
On May 27, 2015 1:38 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Wed, May 27, 2015 at 9:49 PM, Khem Raj raj.k...@gmail.com wrote: MX6 SoCs have VFP unit and also support thumb2 ISA This patch makes the default machine tunes aware of thumb2 and VFP. The ISA for code

Re: [meta-freescale] [OE-core] trouble related to oe-core update

2015-05-20 Thread Khem Raj
On May 20, 2015, at 6:46 AM, Otavio Salvador ota...@ossystems.com.br wrote: OE-Core does not seem to enable thumb2 by default so I don't think we ought to change the default here. However I do agree in extend the comment and provide an example so it is easier for people to do this when

Re: [meta-freescale] [OE-core] trouble related to oe-core update

2015-05-18 Thread Khem Raj
On May 18, 2015, at 6:12 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Mon, May 18, 2015 at 10:08 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Mon, May 18, 2015 at 2:50 PM, Otavio Salvador ota...@ossystems.com.br wrote: ... overestimate please. Still what about

Re: [meta-freescale] [OE-core] trouble related to oe-core update

2015-05-18 Thread Khem Raj
On May 18, 2015, at 2:00 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Mon, May 18, 2015 at 10:01 AM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, May 18, 2015 at 09:46:03AM +0200, Andreas Müller wrote: Hi, Hi, have seen that a while ago but had no time to take

Re: [meta-freescale] [yocto] Including Static Libraries from sysroot in an autotools based package

2015-03-20 Thread Khem Raj
). http://pastebin.com/LpaymTQa http://pastebin.com/LpaymTQa So how is it possible they are not actually linked. I even checked the OVERRIDE variable in bitbake.conf which is set correctly. I really need to link this library. :/ On Fri, Mar 20, 2015 at 8:43 AM, Khem Raj raj.k...@gmail.com

Re: [meta-freescale] [yocto] Including Static Libraries from sysroot in an autotools based package

2015-03-19 Thread Khem Raj
On Mar 19, 2015, at 2:07 AM, Priya Agarwal priya_agar...@students.iitmandi.ac.in wrote: Hi, I need to link some libraries which are in sysroot into my source code. These are usdpaa libraries. I added DEPENDS += usdpaa in .bb file. Apart from that also changed the Makefile.am of my

[meta-freescale] [meta-fsl-ppc][PATCH] uspdcp, fmc: make meta-fsl-ppc play with other layers

2014-09-03 Thread Khem Raj
Some recipes are specific to fsl machines but arent marked so. Signed-off-by: Khem Raj raj.k...@gmail.com --- recipes-dpaa/fmc/fmc_git.bb | 2 ++ recipes-extended/uspdcp/uspdcp_git.bb | 3 +++ 2 files changed, 5 insertions(+) diff --git a/recipes-dpaa/fmc/fmc_git.bb b/recipes-dpaa/fmc

[meta-freescale] [meta-fsl-arm][PATCH] xf86-video-imxfb: Fix build with glibc 2.20

2014-08-29 Thread Khem Raj
This issue is unearthed with glibc 2.20 but the patch is good with eglibc 2.19 as well Signed-off-by: Khem Raj raj.k...@gmail.com --- .../xorg-driver/xf86-video-imxfb/glibc-2.20.patch | 57 ++ .../xorg-driver/xf86-video-imxfb_11.09.01.bb | 1 + 2 files changed, 58

Re: [meta-freescale] [yocto] Remove Bluez4 and add Bluez5 in core-image-base

2014-08-26 Thread Khem Raj
On 14-08-26 20:18:36, jags gediya wrote: I am using yocto project for imx6sl evolution kit based custom board. I want to use core-image-base as basic image and put other packages on that. By default , core-image-base have Bluez4, but i want to use Bluez5. How can i remove default Bluez4 from

Re: [meta-freescale] [yocto] Remove Bluez4 and add Bluez5 in core-image-base

2014-08-26 Thread Khem Raj
On 14-08-26 10:09:45, Christopher Larson wrote: On Tue, Aug 26, 2014 at 9:47 AM, Khem Raj raj.k...@gmail.com wrote: On 14-08-26 20:18:36, jags gediya wrote: I am using yocto project for imx6sl evolution kit based custom board. I want to use core-image-base as basic image and put other

Re: [meta-freescale] [yocto] do_rootfs is throwing errors

2014-07-15 Thread Khem Raj
On Mon, Jul 14, 2014 at 8:53 AM, jags gediya jags.ged...@gmail.com wrote: Exception: OSError: [Errno 13] Permission denied ERROR: Function failed: do_rootfs ERROR: Logfile of failure stored in:

Re: [meta-freescale] [meta-fsl-arm][PATCH] machines: Let u-boot be PREFERRED_PROVIDER for virtual/bootloader

2013-10-17 Thread Khem Raj
On Thursday, October 17, 2013, Daiane Angolini wrote: On 10/16/2013 09:08 PM, Khem Raj wrote: Lets play the layer with other BSP layers in distro I think I like your patch, but i don't like your commit log, sorry :( Yes there is missing bits, it must have been lets it ... nevertheless you

[meta-freescale] [meta-fsl-arm][PATCH] machines: Let u-boot be PREFERRED_PROVIDER for virtual/bootloader

2013-10-16 Thread Khem Raj
Lets play the layer with other BSP layers in distro Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/machine/include/imx-base.inc | 3 +++ conf/machine/include/mxs-base.inc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx

Re: [meta-freescale] [yocto] cannot bitbake/build.compile tcf-agent for use with fsl-image-gui-sdk

2013-06-18 Thread Khem Raj
On Jun 18, 2013, at 6:55 AM, Thanassis Silis djnass...@hotmail.com wrote: Hello everyone, it seems tcf-agent is not provided. Not even in the -sdk image I created. And that is where my problems start: using this in my local.conf: IMAGE_INSTALL_append = tcf-agent I expected to be able

[meta-freescale] [meta-fsl-ppc][PATCH] hypervisor: Compile only for fsl machines

2013-05-21 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- recipes-tools/embedded-hv/hypervisor_git.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-tools/embedded-hv/hypervisor_git.bb b/recipes-tools/embedded-hv/hypervisor_git.bb index 25942ee..5e9e442 100644 --- a/recipes-tools

Re: [meta-freescale] Request to be the maintainer of meta-fsl-ppc layer

2013-03-27 Thread Khem Raj
nice to have been cc'ed on this thread. -M On Tuesday, March 26, 2013, Khem Raj raj.k...@gmail.com wrote: On Mar 26, 2013, at 6:21 AM, Luo Zhenhua-B19537 b19...@freescale.com wrote: Hello Khem, Can you please help to add me as maintainer of meta-freescale patchwork? My

Re: [meta-freescale] Request to be the maintainer of meta-fsl-ppc layer

2013-03-26 Thread Khem Raj
On Mar 26, 2013, at 6:21 AM, Luo Zhenhua-B19537 b19...@freescale.com wrote: Hello Khem, Can you please help to add me as maintainer of meta-freescale patchwork? My username is b19537. you should be set now Best Regards, ___

Re: [meta-freescale] repo sync errors

2013-02-14 Thread Khem Raj
On Thu, Feb 14, 2013 at 2:08 AM, Otavio Salvador ota...@ossystems.com.br wrote: fatal: missing blob object 'd37a2c0329aaa555e04dc89fc7338fd89f7cafaf' error: git://git.openembedded.org/meta-openembedded did not send all necessary objects dont use oe.org directly. Always use github mirror.