Re: [yocto] yocto query on SR_URI creation

2013-09-17 Thread Khem Raj
On Sep 16, 2013, at 10:54 PM, Rohit2 Jindal rohit2.jin...@aricent.com wrote: Hi, Please suggest me the way to git clone from two repos parallel in the same recipe Is possible in yocto .If yes how to do that. Eg SRC_URI =

Re: [yocto] yocto query on SR_URI creation

2013-09-17 Thread Paul Eggleton
On Monday 16 September 2013 23:16:51 Khem Raj wrote: On Sep 16, 2013, at 10:54 PM, Rohit2 Jindal rohit2.jin...@aricent.com wrote: Please suggest me the way to git clone from two repos parallel in the same recipe Is possible in yocto .If yes how to do that. Eg SRC_URI =

Re: [yocto] yocto query on SR_URI creation

2013-09-17 Thread Paul Eggleton
On Tuesday 17 September 2013 14:28:36 Rohit2 Jindal wrote: The way you mentioned to put option inSRC_URI doesnot work it allows to download first repository in SRC_URI and gives error not allowing to download Second one. Gives error branch checkout id is not a valid id for second src_uri.

[yocto] DISTRO_FEATURES_append, anyway to override?

2013-09-17 Thread Hans Beckérus
We are using a user defined distro, based on poky-tiny. That is, we 'require' poky-tiny.conf. It is done this way in order not clutter our distro configuration with too much magics and defaults. However, one problem now is that poky-tiny also 'require' poky.conf, and implicitly is doing

Re: [yocto] yocto query on SR_URI creation

2013-09-17 Thread Rohit2 Jindal
Hi, SRC_URI = git://ep-code.xtz.com/u-boot.git;branch=xxx-ep-20130823-3.0-alpha;protocol=ssh;subpath=uboot SRC_URI = git://ep-code.xtz.com/x-load.git;branch=xxx-ep-20130823-3.0-alpha;protocol=ssh;subpath=xload Regards, Rohit Jindal -Original Message- From: Paul Eggleton

Re: [yocto] yocto query on SR_URI creation

2013-09-17 Thread Paul Eggleton
On Tuesday 17 September 2013 14:35:53 Rohit2 Jindal wrote: SRC_URI = git://ep-code.xtz.com/u-boot.git;branch=xxx-ep-20130823-3.0-alpha;protocol =ssh;subpath=uboot SRC_URI = git://ep-code.xtz.com/x-load.git;branch=xxx-ep-20130823-3.0-alpha;protocol =ssh;subpath=xload There are several

Re: [yocto] Media players: recipes and packages

2013-09-17 Thread Jose Mª Ferreiro
Hello Task #9 - How to add bad/ugly: https://community.freescale.com/docs/DOC-95254 Thanks Daiane, jose PD: search keywords: yocto gstreamer bad ugly El 16/09/2013 18:14, Jose Mª Ferreiro escribió: Hello Here is: iMX6 Sabre Lite + Yocto dylan We want to reproduce some music and video

Re: [yocto] DISTRO_FEATURES_append, anyway to override?

2013-09-17 Thread Hans Beckérus
On Tue, Sep 17, 2013 at 11:04 AM, Hans Beckérus hans.becke...@gmail.com wrote: We are using a user defined distro, based on poky-tiny. That is, we 'require' poky-tiny.conf. It is done this way in order not clutter our distro configuration with too much magics and defaults. However, one

Re: [yocto] DISTRO_FEATURES_append, anyway to override?

2013-09-17 Thread Nicolas Dechesne
On Tue, Sep 17, 2013 at 12:15 PM, Hans Beckérus hans.becke...@gmail.comwrote: The resulting DISTRO_FEATURES (as checked by bitbake -e) shows that everything appended by poky is also added to the custom distro. Now, we would like to remove everything but the large file support as added by

[yocto] Kernel debugging over serial console?

2013-09-17 Thread BITONTI Giuseppe (MM)
I am trying to debug the kernel through kgdb for an imx6 sabre lite board with the following kernel built from poky 1.4: root@imx6qsabrelite:~# uname -a Linux imx6qsabrelite 3.0.35-1.1.0+g2dc5560 #1 SMP PREEMPT Thu Aug 8 15:15:39 CEST 2013 armv7l GNU/Linux The system boot well but when I try

[yocto] How to reduce deploy/ipks only to what is contained on image?

2013-09-17 Thread Bryan Evenson
All, I have an image that is based upon core-image-minimal (build poky/dylan-9.0.1) with a few extra packages. In total, 'opkg list-installed' on my target system shows about 100 packages installed. I am using the tmp/deploy/ipk directory as I have built as a basis for firmware upgrade for

Re: [yocto] Kernel debugging over serial console?

2013-09-17 Thread Apelete Seketeli
Hello Giuseppe, On 17-Sep-13, BITONTI Giuseppe (MM) wrote: I am trying to debug the kernel through kgdb for an imx6 sabre lite board with the following kernel built from poky 1.4: root@imx6qsabrelite:~# uname -a Linux imx6qsabrelite 3.0.35-1.1.0+g2dc5560 #1 SMP PREEMPT Thu Aug 8 15:15:39

[yocto] R: Kernel debugging over serial console?

2013-09-17 Thread BITONTI Giuseppe (MM)
Thanks Apelete for your help, but the command you suggested returns the following: root@imx6qsabrelite:~# cat /sys/module/kgdboc/parameters/kgdboc cat: can't open '/sys/module/kgdboc/parameters/kgdboc': No such file or directory root@imx6qsabrelite:~# echo ttymxc1,115200

Re: [yocto] Kernel debugging over serial console?

2013-09-17 Thread Apelete Seketeli
On 17-Sep-13, Apelete Seketeli wrote: Hello Giuseppe, On 17-Sep-13, BITONTI Giuseppe (MM) wrote: I have configured the kernel with the command: bitbake -c menuconfig linux-imx enabling: -*- Magic SysRq key [*] Kernel debugging [*] Compile the kernel with debug info [*]

Re: [yocto] R: Kernel debugging over serial console?

2013-09-17 Thread Apelete Seketeli
On 17-Sep-13, BITONTI Giuseppe (MM) wrote: Thanks Apelete for your help, but the command you suggested returns the following: root@imx6qsabrelite:~# cat /sys/module/kgdboc/parameters/kgdboc cat: can't open '/sys/module/kgdboc/parameters/kgdboc': No such file or directory

[yocto] R: R: Kernel debugging over serial console?

2013-09-17 Thread BITONTI Giuseppe (MM)
Thank you, I solved it. It was my mistake, I was modifing the wrong defconfig file. Regards, Giuseppe -Messaggio originale- Da: Apelete Seketeli [mailto:apel...@seketeli.net] Inviato: martedì 17 settembre 2013 16:12 A: BITONTI Giuseppe (MM) Cc: yocto@yoctoproject.org Oggetto: Re: R:

[yocto] Problems building util-linux when wide character support is disabled in distro

2013-09-17 Thread Hans Beckérus
-nis sysvinit largefile nfs Build Configuration: BB_VERSION= 1.19.0 BUILD_SYS = x86_64-linux NATIVELSBSTRING = SUSE-LINUX-11 TARGET_SYS= arm-poky-linux-gnueabi MACHINE = zynq-zc706 DISTRO= poky-chris DISTRO_VERSION= 1.4+snapshot-20130917

Re: [yocto] Bitbake on live (uncommitted) code

2013-09-17 Thread Paul Eggleton
Hi Brad, On Tuesday 17 September 2013 17:48:18 Brad Litterell wrote: I've been using externalsrc for a few days now and have a follow on question. It appears that bitbake's state information for the various recipes doesn't react to changes in source files in an external source. IOW, when I

Re: [yocto] Bitbake on live (uncommitted) code

2013-09-17 Thread Brad Litterell
Thank you! I've been using externalsrc for a few days now and have a follow on question. It appears that bitbake's state information for the various recipes doesn't react to changes in source files in an external source. IOW, when I change a file in my external folder I need to perform 3

Re: [yocto] Problems building util-linux when wide character support is disabled in distro

2013-09-17 Thread Hans Beckerus
= arm-poky-linux-gnueabi MACHINE = zynq-zc706 DISTRO= poky-chris DISTRO_VERSION= 1.4+snapshot-20130917 TUNE_FEATURES = armv7a vfp cortexa9 TARGET_FPU= vfp meta meta-yocto meta-yocto-bsp= master:3b38c898a4647c6a639d0dbd416b0bbacbf278f5 meta-oe

[yocto] QMake externalsrc incompatible?

2013-09-17 Thread Brad Litterell
I have a number of QT components that have qmake style .pro files. In my recipe I inherit both externalsrc qmake2. I'm using qmake2 based on the quicky sample recipe since I don't need X11 or the other GUI libraries. In the bitbake work folder, the generated run.do_configure script resembles

[yocto] 1.5_M5.rc2 status

2013-09-17 Thread Flanagan, Elizabeth
All, We attempted a spin of rc2 today and found issues that make it necessary for an rc3 spin which will probably happen tomorrow afternoon PST. We are going to let the build continue so that we can identify any other issues, but so far, the main issue seems to be libxml-parser-perl qa check

[yocto] [meta-selinux] Install policy headers and include them in the refpolicy dev package.

2013-09-17 Thread Philip Tricca
This patch is pretty straight forward: All we do is call the 'install-headers' make target at the end of do_install. We then add the interface 'include' directory to the dev package. This allows projects that ship their own SELinux policy (not in the refpolicy) to build against the refpolicy

[linux-yocto] [PATCH 1/1] meta: add haswell-wc bsp for Intel Haswell Platform (Walnut Canyon CRB) scc and config files

2013-09-17 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com To create Haswell Platform (Walnut Canyon CRB) cfg scc files under meta branch Signed-off-by Ong Boon Leong boon.leong@intel.com --- .../bsp/haswell-wc/haswell-wc-preempt-rt.scc | 15

[linux-yocto] linux-yocto-3.8 machine: Create haswell-wc machine branch in linux-yocto-3.8

2013-09-17 Thread Ong, Boon Leong
Hi, I would like to request the community to create machine branch under linux-yocto-3.8 repo for Intel Haswell Platform Walnut Canyon CRB. The branch should be called: standard/common-pc-64/haswell-wc and can be based on linux-yocto-3.8 standard/common-pc-64/base branch.

[linux-yocto] [PATCH] mti-malta64: Default to support o32 and n32 userspace binaries

2013-09-17 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Include cfg/mips64.scc to add the support for o32 and n32 userspace binaries. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../kernel-cache/bsp/mti-malta64/mti-malta64.scc |1 + 1 file changed, 1 insertion(+) diff --git

Re: [linux-yocto] linux-yocto-3.8 machine: Create haswell-wc machine branch in linux-yocto-3.8

2013-09-17 Thread Bruce Ashfield
On 13-09-17 08:27 AM, Ong, Boon Leong wrote: Hi, I would like to request the community to create machine branch under linux-yocto-3.8 repo for Intel Haswell Platform Walnut Canyon CRB. I'll stage the changes tonight. Out of curiosity, is there a potential move to 3.10 in the works ? I had

[linux-yocto] [PATCH 2/3] mips: have the mips BSPs disable function tracing instead of ftrace

2013-09-17 Thread Tom Zanussi
The problem the mips machines apparently ran into was due to CONFIG_FUNCTION_TRACER et al - no need to disable all of the tracing infrastructure (CONFIG_FTRACE) to disable that. Also, the ftrace-disable feature they were using disabled CONFIG_DEBUG_KERNEL too, which is just a switch to allow

[linux-yocto] [PATCH 0/3] enable ftrace for mips

2013-09-17 Thread Tom Zanussi
This patchset enables ftrace for mips, but disables the ftrace function tracer (and dynamic ftrace). We want the basic tracing framework that FTRACE enables so that e.g. TRACEPOINTS are there and lttng can work: https://bugzilla.yoctoproject.org/show_bug.cgi?id=5215 It adds a new

[linux-yocto] [PATCH 3/3] meta: remove ftrace/ftrace-disable feature

2013-09-17 Thread Tom Zanussi
The only users were the mips machines, which don't use it any more, and it doesn't really make sense to completely disable ftrace anyway (just don't enable it if you don't want it). Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com ---

Re: [linux-yocto] linux-yocto-3.8 machine: Create haswell-wc machine branch in linux-yocto-3.8

2013-09-17 Thread Ong, Boon Leong
Hi Bruce, Yes, we have plan to move to kernel v3.10 if the linux graphic ingredient at https://01.org/linuxgraphics/ is supporting it. At current moment, we are using 2013Q1 release https://01.org/linuxgraphics/downloads/2013/2013q1-intel-graphics-stack-release which is at

Re: [linux-yocto] [PATCH] mti-malta64: Default to support o32 and n32 userspace binaries

2013-09-17 Thread Bruce Ashfield
On 13-09-17 2:07 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Include cfg/mips64.scc to add the support for o32 and n32 userspace binaries. Thanks Jackie, this looks sane to me. I've merged the changes. Bruce Signed-off-by: Jackie Huang