[yocto] [meta-ivi][meta-fsl-arm] Kernel AF_BUS dependency?

2013-01-22 Thread Adrian Alonso
Bus "Failed to listen on D-Bus System Message Bus Socket" My question Do I need AF BUS kernel patch ? 0001-net-bus-add-the-AF_BUS-socket-address-family.patch The kernel that I'm using is kernel version 3.0.35. Best regards. -- Saludos Adrian Alons

[yocto] [meta-xilinx] Update maintainers contact informaton

2012-11-22 Thread Adrian Alonso
ilinx FPGA's which can either have a soft-cpu model or a traditional CPU like PowerPC or ARM Cortex A9. @Richard, Jeffrey please help Elvis to get write access in this repo. -- Regards Adrian Alonso http://aalonso.wordpress.com ___ yocto mailing

Re: [yocto] any success with spartan6-lx9mb?

2012-11-06 Thread Adrian Alonso
htm > > The other option is the Zynq-EPP 7020 platform which includes the base board > with the ARM processor, and ISE Design Suite System Edition for USD$895. > > Best regards, > > Elvis Dowson > > > ___ > yocto mailing list

[yocto] [meta-ivi][PATCH] layer-management: fix machine search string for imx6 targets

2012-09-25 Thread Adrian Alonso
* Fix machine search string for imx6 targets Likely all imx6 target boards will be prefixed with "imx6", this change allows to append -DLINUX flag. Signed-off-by: Adrian Alonso --- recipes-graphics/layer-management/layer-management_0.9.7.bb | 2 +- recipes-graphics/layer-manage

Re: [yocto] imx6 meta-ivi support

2012-09-25 Thread Adrian Alonso
Hi Andrei, I have write credentials to push this changes is ok that I pushed them? Or is suppose that a meta-ivi maintainer to push them? Regards Adrian Alonso On Wed, Sep 19, 2012 at 5:16 PM, Andrei Gherzan wrote: > Ack. > On Sep 20, 2012 12:56 AM, "Adrian Alonso" wrote:

[yocto] [meta-ivi][PATCH 1/3] pormap: append portmap.service

2012-09-19 Thread Adrian Alonso
* Remove append conditional for vexpressa9 target * Allow different targets to append this service Signed-off-by: Adrian Alonso --- recipes-connectivity/portmap/portmap_6.0.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/portmap/portmap_6.0

[yocto] [meta-ivi][PATCH 2/3] wpa-supplicant: append wpa-supplicant.service

2012-09-19 Thread Adrian Alonso
* Remove append conditional for vexpressa9 target * Allow different targets to append this service Signed-off-by: Adrian Alonso --- recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/wpa

[yocto] imx6 meta-ivi support

2012-09-19 Thread Adrian Alonso
This patch series enables imx6 target support for meta-ivi based on denzil branch. [meta-ivi][PATCH 1/3] pormap: append portmap.service [meta-ivi][PATCH 2/3] wpa-supplicant: append wpa-supplicant.service [meta-ivi][PATCH 3/3] layer-management: fix machine search string ___

[yocto] [meta-ivi][PATCH 3/3] layer-management: fix machine search string for imx6 targets

2012-09-19 Thread Adrian Alonso
* Fix machine search string for imx6 targets Likely all imx6 target boards will be prefixed with "imx6", this change allows to append -DLINUX flag. Signed-off-by: Adrian Alonso --- recipes-graphics/layer-management/layer-management_0.9.5.bb | 2 +- 1 file changed, 1 insertion(+),

[yocto] OpenEmbedded/Yocto Freescale ARM BSP Layer

2012-02-11 Thread Adrian Alonso
-freescale GitHub trees you will need to change their GIT configuration to this new location. Please join us at the mainling list and start to watch and to fork the repository at GitHub.* Regards Adrian Alonso ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Slow-startup.

2011-10-31 Thread Adrian Alonso
> > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > > -- Saludos Adrian Alonso http://aalonso.wordpress.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [poky] Shared State - What does it mean and why should I care?

2011-04-20 Thread Adrian Alonso
e used, that > > task will not be run and importantly, any dependencies that task will > > also not be executed. > > > > As a real world example, the aim is when building an ipk based image, > > only the do_package_write_ipk tasks would have their sstate packages > > fetched and extracted. Since the sysroot isn't used, it would never get > > extracted. This is another reason to prefer the task based approach > > sstate takes over any recipe based approach which would have to install > > the output from every task. > > > > Tips and Tricks > > === > > > > This isn't simple code and when it goes wrong, debugging needs to be > > straightforward. During development we tried to write strong debugging > > tools too. > > > > Firstly, whenever a sstate package is written out, so is a > > corresponding .siginfo file. This is a pickled python database of all > > the metadata that went into creating the hash for a given sstate > > package. > > > > If bitbake is run with the --dump-signatures (or -S) option, instead of > > building the target package specified it will dump out siginfo files in > > the stamp directory for every task it would have executed. > > > > Finally, there is a bitbake-diffsigs command which can process these > > siginfo files. If one file is specified, it will dump out the dependency > > information in the file. If two files are specified, it will compare the > > two files and dump out the differences between the two. > > > > This allows the question of "What changed between X and Y?" to be > > answered easily. > > > > > > ___ > > poky mailing list > > p...@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/poky > > -- > Darren Hart > Intel Open Source Technology Center > Yocto Project - Linux Kernel > ___ > poky mailing list > p...@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky > -- Saludos Adrian Alonso http://aalonso.wordpress.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [PATCH 5/5] linux-xilinx: update kernel version

2011-03-01 Thread Adrian Alonso
* Sync kernel version to 2.6.37 from xilinx repo * Add linux.inc to meta-xilinx layer (deprecated in main layer). * Increase PR Signed-off-by: Adrian Alonso --- recipes-kernel/linux/linux-xilinx_git.bb |8 +- recipes-kernel/linux/linux.inc | 95 ++ 2

[yocto] [PATCH 4/5] openssl: Fix files search path

2011-03-01 Thread Adrian Alonso
* Fix FILESPATH, recipe not finding layer patch rename PN to files Signed-off-by: Adrian Alonso --- ...enssl-linux-gnueabi-powerpc-configuration.patch |0 .../openssl/openssl_0.9.8p.bbappend|5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) rename recipes

[yocto] [PATCH 3/5] u-boot-xilinx: fix missing license definition

2011-03-01 Thread Adrian Alonso
* Fix missing LICENSE definition * Update u-boot-xilinx preferred version (sync with xilinx repo). * Increase PR Signed-off-by: Adrian Alonso --- recipes-bsp/uboot/u-boot-xilinx_git.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/uboot/u-boot

[yocto] [PATCH 2/5] virtex5: add u-boot image to rootfs

2011-03-01 Thread Adrian Alonso
* Add u-boot image to EXTRA_IMAGEDEPENDS Trigger u-boot elf built and to be exported to hardware project path (see xilinx-boot.bbclass). Signed-off-by: Adrian Alonso --- conf/machine/virtex5.conf |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/conf/machine/virtex5

[yocto] [PATCH 1/5] virtex4: add u-boot image to rootfs

2011-03-01 Thread Adrian Alonso
* Add u-boot image to EXTRA_IMAGEDEPENDS Trigger u-boot elf built and to be exported to hardware project path (see xilinx-boot.bbclass). Signed-off-by: Adrian Alonso --- conf/machine/virtex4.conf |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/conf/machine/virtex4

[yocto] [PATCH 0/5][PULL] meta-xilinx powerpc bsp

2011-03-01 Thread Adrian Alonso
Several fixes for meta-xilinx powerpc bsp support Pull URL: git://git.pokylinux.org/meta-xilinx.git Branch: powerpc-support Browse: http://git.pokylinux.org/cgit.cgi/meta-xilinx/log/?h=powerpc-support Thanks, Adrian Alonso --- Adrian Alonso (5): virtex4: add u-boot image to rootfs