Re: [OE-core] [meta-xilinx] Generating device tree for building linux-xilinx kernel

2012-06-01 Thread Adrian Alonso
c9615f7fba-r15: task > do_package_write_rpm: Started > NOTE: package > linux-xilinx-2.6.37.1+git1+86c81ccd7c8e895904bfff95bd4f87c9615f7fba-r15: task > do_package_write_rpm: Succeeded > NOTE: Running noexec task 866 of 867 (ID: 12, > /tool/yocto/meta-xilinx/recipes-kerne

Re: [OE-core] [meta-xilinx] Generating device tree for building linux-xilinx kernel

2012-05-31 Thread Adrian Alonso
Yep that could be done, just need to dig on EDK to do it :) On Thu, May 31, 2012 at 3:56 PM, Elvis Dowson wrote: > Hi Adrian, > > On May 31, 2012, at 10:49 PM, Adrian Alonso wrote: > >> That's a second process that you need todo with xilinx EDK to export >> and la

Re: [OE-core] [meta-xilinx] Generating device tree for building linux-xilinx kernel

2012-05-31 Thread Adrian Alonso
lable to get to know how the SW/HW works are part of my thesis which can be found here: http://aalonso.wordpress.com/2011/11/08/thesis-documents/ Regards Adrian Alonso On Thu, May 31, 2012 at 3:28 PM, Elvis Dowson wrote: > Hi Adrian, >                   When I attempt to build the linux-xili

Re: [OE-core] meta-xilinx: ERROR: Failure expanding variable TUNE_PKGARCH ppc440

2012-05-30 Thread Adrian Alonso
lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- Saludos Adrian Alonso http://aalonso.wordpress.com ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] meta-xilinx: Which version of the linux kernel?

2012-05-29 Thread Adrian Alonso
Traceback (most recent call last): >  File "/tool/yocto/poky/bitbake/lib/bb/command.py", line 84, in > runAsyncCommand >    self.cooker.updateCache() >  File "/tool/yocto/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache >    if not self.parser.parse_next(): >

[OE-core] 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 ___ Openembedded-core mailing list Openembedded

Re: [OE-core] [PATCH][v2] file: new file version 5.07

2011-08-19 Thread Adrian Alonso
The patches fail to apply so i drop them, I didn't check if the patches where merged into upstream :( On Fri, Aug 19, 2011 at 9:15 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2011-08-17 at 21:57 -0500, Adrian Alonso wrote: > > * file version 5.07

[OE-core] [PATCH][v2] file: new file version 5.07

2011-08-17 Thread Adrian Alonso
* file version 5.07 also prevents magic file mistmatch in Fedora 15 * related to bug 1358. http://bugzilla.pokylinux.org/show_bug.cgi?id=1358 * v2 remove previous file version 5.04 remove unused patchs Signed-off-by: Adrian Alonso --- meta/recipes-devtools/file/file/ge-le.patch

[OE-core] [PATCH] file: new file version 5.07

2011-08-16 Thread Adrian Alonso
* file version 5.07 also prevents magic file mistmatch in Fedora 15 * related to bug 1358. http://bugzilla.pokylinux.org/show_bug.cgi?id=1358 Signed-off-by: Adrian Alonso --- meta/recipes-devtools/file/file_5.07.bb | 36 +++ 1 files changed, 36 insertions(+), 0

Re: [OE-core] [PATCH] rpm: configure with staging native path for magic file

2011-08-16 Thread Adrian Alonso
/2011-August/004486.html [1358] http://bugzilla.pokylinux.org/show_bug.cgi?id=1358 On Tue, Aug 16, 2011 at 9:34 AM, Khem Raj wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 08/15/2011 07:53 PM, Adrian Alonso wrote: > > * Remove hardcoded system path for path-magi

[OE-core] [PATCH] rpm: configure with staging native path for magic file

2011-08-15 Thread Adrian Alonso
/magic.mgc' is version 8 * Another solution is to update meta/recipes-devtools/file/file_5.04.bb to a newer version ie. file_5.07.bb Signed-off-by: Adrian Alonso --- meta/recipes-devtools/rpm/rpm_5.4.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/re

[OE-core] [PATCH 4/4] tclibc-glibc: add weak assigment to TARGET_OS

2011-07-05 Thread Adrian Alonso
* Add weak assigment to TARGET_OS variable so it can be overrided to match external toolchain tripplets. * Toolchain prefix is expanded from TARGET_SYS = TARGET_ARCH + TARGET_VENDOR + TARGET_OS Signed-off-by: Adrian Alonso --- meta/conf/distro/include/tclibc-glibc.inc |2 +- 1 files

[OE-core] [PATCH 1/4] insane: add microblaze little endian target info

2011-07-05 Thread Adrian Alonso
* Add microblaze little endian target info to package_qa_get_machine_dict Signed-off-by: Adrian Alonso --- meta/classes/insane.bbclass |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index ec9886b..c1db1ca

[OE-core] [PATCH 3/4] siteinfo: add microblaze little endian target info

2011-07-05 Thread Adrian Alonso
* Add microblaze little endian target information Endian little, 32 bits Signed-off-by: Adrian Alonso --- meta/classes/siteinfo.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index fb8bac3..78b7008

[OE-core] [PATCH 2/4] kernel-arch: microblaze little endian fix kernel arch

2011-07-05 Thread Adrian Alonso
* In map_kernel_arch function return valid arch for microblazeel target arch. if TARGET_ARCH = "microblazeel" return "microblaze" Signed-off-by: Adrian Alonso --- meta/classes/kernel-arch.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a

[OE-core] [PATCH][v2] readline: update version

2011-05-10 Thread Adrian Alonso
* v2 redo commit to include remove previous version * Readline new recipe version 6.2 * Readline remove version 6.1 Signed-off-by: Adrian Alonso --- meta/recipes-core/readline/readline_6.1.bb |6 -- meta/recipes-core/readline/readline_6.2.bb |6 ++ 2 files changed, 6 insertions

[OE-core] [PATCH] readline: delete recipe version 6.1

2011-05-10 Thread Adrian Alonso
* Readline delete recipe version 6.1 in favor of using readline version 6.2 Signed-off-by: Adrian Alonso --- meta/recipes-core/readline/readline_6.1.bb |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-core/readline/readline_6.1.bb diff --git a

Re: [OE-core] [PATCH 13/30] readline: update version

2011-05-10 Thread Adrian Alonso
at 22:26 -0700, Saul Wold wrote: > > From: Adrian Alonso > > > > * Readline new recipe version 6.2 > > > > Signed-off-by: Adrian Alonso > > --- > > meta/recipes-core/readline/readline_6.2.bb |6 ++ > > 1 files changed, 6 insertions(+),