|
[PATCH] gcc-4.5: Bring latest from linaro 4.5 and bump svn SRCREV for upstream
3 messages
Signed-off-by: Khem Raj <raj.khem@...> --- recipes/gcc/gcc-4.5.inc | 13 +- recipes/gcc/gcc-4.5/arm-bswapsi2.patch | 13 - .../gcc-4.5/gcc-arm-volatile-bitfield-fix.patch | 6 +- .../gcc/gcc-4.5/linaro/g
Signed-off-by: Khem Raj <raj.khem@...> --- recipes/gcc/gcc-4.5.inc | 13 +- recipes/gcc/gcc-4.5/arm-bswapsi2.patch | 13 - .../gcc-4.5/gcc-arm-volatile-bitfield-fix.patch | 6 +- .../gcc/gcc-4.5/linaro/g
|
By
Khem Raj
·
|
|
[PATCH] gcc-4.5: Bring latest from linaro 4.5 and bump svn SRCREV for upstream
Signed-off-by: Khem Raj <raj.khem@...> --- recipes/gcc/gcc-4.5.inc | 13 +- recipes/gcc/gcc-4.5/arm-bswapsi2.patch | 13 - .../gcc-4.5/gcc-arm-volatile-bitfield-fix.patch | 6 +- .../gcc/gcc-4.5/linaro/g
Signed-off-by: Khem Raj <raj.khem@...> --- recipes/gcc/gcc-4.5.inc | 13 +- recipes/gcc/gcc-4.5/arm-bswapsi2.patch | 13 - .../gcc-4.5/gcc-arm-volatile-bitfield-fix.patch | 6 +- .../gcc/gcc-4.5/linaro/g
|
By
Khem Raj
·
|
|
[PATCH] gcc-4.5: Bring latest from linaro 4.5 and bump svn SRCREV for upstream
Signed-off-by: Khem Raj <raj.khem@...> --- recipes/gcc/gcc-4.5.inc | 13 +- recipes/gcc/gcc-4.5/arm-bswapsi2.patch | 13 - .../gcc-4.5/gcc-arm-volatile-bitfield-fix.patch | 6 +- .../gcc/gcc-4.5/linaro/g
Signed-off-by: Khem Raj <raj.khem@...> --- recipes/gcc/gcc-4.5.inc | 13 +- recipes/gcc/gcc-4.5/arm-bswapsi2.patch | 13 - .../gcc-4.5/gcc-arm-volatile-bitfield-fix.patch | 6 +- .../gcc/gcc-4.5/linaro/g
|
By
Khem Raj
·
|
|
Repo status
4 messages
Hi, What's the status on the oe-core repo? regards, Koen
Hi, What's the status on the oe-core repo? regards, Koen
|
By
Koen Kooi
·
|
|
openembedded-core repo goes live
3 messages
Hello all openembedded-core is live now. You can clone it by git clone git://git.openembedded.org/openembedded-core any patches that are sent to openembedded-core mailing list are captured by patchwor
Hello all openembedded-core is live now. You can clone it by git clone git://git.openembedded.org/openembedded-core any patches that are sent to openembedded-core mailing list are captured by patchwor
|
By
Khem Raj
·
|
|
[PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES
* Add support for using SOC_FAMILY in the COMPATIBLE_MACHINES setting for a recipe. * This will allow recipes to work for entire families of devices without having to maintain/update the compatible de
* Add support for using SOC_FAMILY in the COMPATIBLE_MACHINES setting for a recipe. * This will allow recipes to work for entire families of devices without having to maintain/update the compatible de
|
By
Koen Kooi
·
|
|
Bitbake error when network is unreachable
3 messages
Hi, Due to a misconfiguration in my proxy setup bitbake failed to fetch some things. It took me a while to figure out that the proxy setup was broken, because the error bitbake gave me was: 'FetchErro
Hi, Due to a misconfiguration in my proxy setup bitbake failed to fetch some things. It took me a while to figure out that the proxy setup was broken, because the error bitbake gave me was: 'FetchErro
|
By
Koen Kooi
·
|
|
Merging in latest yocto changes?
2 messages
Hi, Is anyone already working on merging in the latest yocto changes? I can take a stab at creating a patchset if noone is has already done that. regards, Koen
Hi, Is anyone already working on merging in the latest yocto changes? I can take a stab at creating a patchset if noone is has already done that. regards, Koen
|
By
Koen Kooi
·
|
|
[PATCH 01/50] documentation/yocto-project-qs/yocto-project-qs.xml: [BUGID# 628] - Added note about Python 2.6 bitbake requirement
From: Scott Rifenbark <scott.m.rifenbark@...> Part of the fix for Bug 628 is to add a note that bitbake requires python 2.6. I added this note before the example bitbake command that builds an image.
From: Scott Rifenbark <scott.m.rifenbark@...> Part of the fix for Bug 628 is to add a note that bitbake requires python 2.6. I added this note before the example bitbake command that builds an image.
|
By
Koen Kooi
·
|
|
[PATCH 02/50] documentation/poky-ref-manual/faq.xml: [BUGID# 628] - Added new question for Python 2.6 requirement.
From: Scott Rifenbark <scott.m.rifenbark@...> As part of the fix for #628 I added a new question to the FAQ for use of Poky when you do not have Python 2.6. Signed-off-by: Scott Rifenbark <scott.m.rif
From: Scott Rifenbark <scott.m.rifenbark@...> As part of the fix for #628 I added a new question to the FAQ for use of Poky when you do not have Python 2.6. Signed-off-by: Scott Rifenbark <scott.m.rif
|
By
Koen Kooi
·
|
|
[PATCH 03/50] xf86-video-intel: add config option to support rootless X
From: Yu Ke <ke.yu@...> - add global config option ROOTLESS_X to control if enable rootless X for the machine. ROOTLESS_X requires graphics driver supporting KMS (kernel mode setting), so far, only at
From: Yu Ke <ke.yu@...> - add global config option ROOTLESS_X to control if enable rootless X for the machine. ROOTLESS_X requires graphics driver supporting KMS (kernel mode setting), so far, only at
|
By
Koen Kooi
·
|
|
[PATCH 04/50] xserver-nodm-init: add rootless-x support
From: Yu Ke <ke.yu@...> most rootless X work are already done in the kernel, xserver and graphics driver, this patches add the the remaining userspace setting: - create /etc/X11/Xusername to set rootl
From: Yu Ke <ke.yu@...> most rootless X work are already done in the kernel, xserver and graphics driver, this patches add the the remaining userspace setting: - create /etc/X11/Xusername to set rootl
|
By
Koen Kooi
·
|
|
[PATCH 05/50] bitbake.conf: Add DISTROOVERRIDES variable
From: Saul Wold <sgw@...> Signed-off-by: Saul Wold <sgw@...> --- meta/conf/bitbake.conf | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake
From: Saul Wold <sgw@...> Signed-off-by: Saul Wold <sgw@...> --- meta/conf/bitbake.conf | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake
|
By
Koen Kooi
·
|
|
[PATCH 06/50] poky-lsb.conf: Add DISTROOVERRIDES variable for poky
From: Saul Wold <sgw@...> Signed-off-by: Saul Wold <sgw@...> --- meta/conf/distro/poky-lsb.conf | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/poky-lsb.conf b/
From: Saul Wold <sgw@...> Signed-off-by: Saul Wold <sgw@...> --- meta/conf/distro/poky-lsb.conf | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/poky-lsb.conf b/
|
By
Koen Kooi
·
|
|
[PATCH 07/50] poky.conf: Weakly set PREMIRRORS
From: Richard Purdie <richard.purdie@...> We should only weakly set PREMIRRORS as users often want to override this. [BUGID #753] Signed-off-by: Richard Purdie <richard.purdie@...> --- meta/conf/distr
From: Richard Purdie <richard.purdie@...> We should only weakly set PREMIRRORS as users often want to override this. [BUGID #753] Signed-off-by: Richard Purdie <richard.purdie@...> --- meta/conf/distr
|
By
Koen Kooi
·
|
|
[PATCH 08/50] mtd-utils: Set the revision to use explicitly else failures occur with BB_NO_NETWORK
From: Richard Purdie <richard.purdie@...> [BUGID #752] Signed-off-by: Richard Purdie <richard.purdie@...> --- meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb | 2 +- 1 files changed, 1 insertions(+), 1 de
From: Richard Purdie <richard.purdie@...> [BUGID #752] Signed-off-by: Richard Purdie <richard.purdie@...> --- meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb | 2 +- 1 files changed, 1 insertions(+), 1 de
|
By
Koen Kooi
·
|
|
[PATCH 09/50] poky-lsb.conf: remove OVERRIDES
From: Saul Wold <sgw@...> Signed-off-by: Saul Wold <sgw@...> --- meta/conf/distro/poky-lsb.conf | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/poky-lsb.conf b/m
From: Saul Wold <sgw@...> Signed-off-by: Saul Wold <sgw@...> --- meta/conf/distro/poky-lsb.conf | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/poky-lsb.conf b/m
|
By
Koen Kooi
·
|
|
[PATCH 10/50] Ensure Bash is used when spawning terminals
From: Joshua Lock <josh@...> We rely on Bashisms when spawning a terminal so ensure that bash is used when using devshell and menuconfig. Fixes [BUGID #119] Signed-off-by: Joshua Lock <josh@...> --- m
From: Joshua Lock <josh@...> We rely on Bashisms when spawning a terminal so ensure that bash is used when using devshell and menuconfig. Fixes [BUGID #119] Signed-off-by: Joshua Lock <josh@...> --- m
|
By
Koen Kooi
·
|
|
[PATCH 11/50] poky-setup-builddir: Update references to the manual
From: Richard Purdie <richard.purdie@...> Signed-off-by: Richard Purdie <richard.purdie@...> --- scripts/poky-setup-builddir | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/
From: Richard Purdie <richard.purdie@...> Signed-off-by: Richard Purdie <richard.purdie@...> --- scripts/poky-setup-builddir | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/
|
By
Koen Kooi
·
|
|
[PATCH 12/50] poky-qemu: Update -sdk image name due to recent change to sato-sdk
From: Saul Wold <sgw@...> Signed-off-by: Saul Wold <sgw@...> --- scripts/poky-qemu | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/poky-qemu b/scripts/poky-qemu i
From: Saul Wold <sgw@...> Signed-off-by: Saul Wold <sgw@...> --- scripts/poky-qemu | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/poky-qemu b/scripts/poky-qemu i
|
By
Koen Kooi
·
|