Re: [OE-core] [PATCH] arch-powerpc: set PACKAGE_EXTRA_ARCHS

2011-10-13 Thread Ilya Yanok
Hi guys, any comments on this patch? Regards, Ilya. On 07.09.2011 19:38, Ilya Yanok wrote: > Set PACKAGE_EXTRA_ARCHS for the generic tunes ("powerpc" and > "powerpc-nf") thus allowing to use them instead of tuning to the > specific CPU. > > Signed-off-by: Ily

[OE-core] [PATCH] arch-powerpc: set PACKAGE_EXTRA_ARCHS

2011-09-07 Thread Ilya Yanok
Set PACKAGE_EXTRA_ARCHS for the generic tunes ("powerpc" and "powerpc-nf") thus allowing to use them instead of tuning to the specific CPU. Signed-off-by: Ilya Yanok --- meta/conf/machine/include/powerpc/arch-powerpc.inc |6 -- meta/conf/machine/include/tune-ppc603

[OE-core] [PATCH 0/7] Fixes to some gcc 4.5.1 bugs

2011-07-18 Thread Ilya Yanok
Hi everybody, It seems like everybody are using GCC 4.6 already but as support for GCC 4.5.1 is still here I'd like to publish the changes we've done to GCC 4.5.1 recipe some time ago. We've incorporated the patches for some know GCC 4.5.1 problems: PR44392: Already fixed by arm_bswapsi2 patch b

[OE-core] [PATCH 4/7] gcc_4.5.1: add pr44606.patch

2011-07-18 Thread Ilya Yanok
Add fix for PR44606 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44606 Signed-off-by: Ilya Yanok --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr44606.patch | 106 + 2 files changed, 107 insertions(+), 0

[OE-core] [PATCH 6/7] gcc_4.5.1: add pr45052.patch

2011-07-18 Thread Ilya Yanok
Add fix for PR45052 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45052 Signed-off-by: Ilya Yanok --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr45052.patch | 30 + 2 files changed, 31 insertions(+), 0

[OE-core] [PATCH 3/7] gcc_4.5.1: add pr44290.patch

2011-07-18 Thread Ilya Yanok
Add fix for PR44290 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44290 Signed-off-by: Ilya Yanok --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr44290.patch | 119 + 2 files changed, 120 insertions(+), 0

[OE-core] [PATCH 1/7] gcc_4.5.1: fix arm_bswapsi2.patch

2011-07-18 Thread Ilya Yanok
Acoording to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44392 correct fix should be TARGET_EITHER && (arm_arch6 || !optimize_size) not TARGET_EITHER && (arm_arch6 && !optimize_size) Signed-off-by: Ilya Yanok --- .../gcc/gcc-4.5.1/arm-bswapsi2.patch |

[OE-core] [PATCH 5/7] gcc_4.5.1: add pr45094.patch

2011-07-18 Thread Ilya Yanok
Add fix for PR45094 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45094 Signed-off-by: Ilya Yanok --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr45094.patch | 75 + 2 files changed, 76 insertions(+), 0

[OE-core] [PATCH 7/7] gcc_4.5.1: add pr45886.patch

2011-07-18 Thread Ilya Yanok
Add fix for PR45886 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45886 Signed-off-by: Ilya Yanok --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr45886.patch | 55 + 2 files changed, 56 insertions(+), 0

[OE-core] [PATCH 2/7] gcc_4.5.1: add pr43810.patch

2011-07-18 Thread Ilya Yanok
Add fix for PR43810 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43810 Building on powerpc-eabi* with --enable-target-optspace still fails for me though. Signed-off-by: Ilya Yanok --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1

[OE-core] [PATCH] u-boot-mkimage: bump version to 2011.03

2011-06-28 Thread Ilya Yanok
This patch changes u-boot-mkimage version to 2011.03. Unfortunately U-Boot 2011.03 release has some problems building tools from unconfigured tree, so this patch aslo includes the backported fixes. Signed-off-by: Ilya Yanok --- ...Drop-config.h-include-in-tools-imximage.h.patch | 39

Re: [OE-core] [PATCH] u-boot-mkimage: bump version to 2011.03

2011-06-28 Thread Ilya Yanok
Hi Darren, 28.06.2011 8:09, Darren Hart wrote: These look like good changes to me, with a couple of minor things needed: 1) Please submit the version change independently from the added patches to keep things functionally distinct. Hm.. Actually the new version won't build without the pat

[OE-core] [PATCH] u-boot-mkimage: bump version to 2011.03

2011-06-15 Thread Ilya Yanok
This patch changes u-boot-mkimage version to 2011.03 and includes patches to build tools without configuring U-Boot for specific board. Signed-off-by: Ilya Yanok --- ...Drop-config.h-include-in-tools-imximage.h.patch | 39 ++ ...e-it-possible-to-build-tools-unconfigured.patch | 137

Re: [OE-core] [poky] [RFC][PATCH] qt4: add target qmake to qt4-tools package

2011-05-13 Thread Ilya Yanok
Hi Otavio, On 13.05.2011 15:46, Otavio Salvador wrote: > On Fri, May 13, 2011 at 08:05, Koen Kooi wrote: >> Putting it in qttools would be fine by me > > It would be much better to use qt4-native as being done on OE dev currently. To use qt4-native for what? We are talking about _target_ versio