Re: [yocto] HEADSUP - CVE 2015-023 remote code execution in glibc

2015-01-29 Thread Sona Sarmadi
Subject: Re: [yocto] HEADSUP - CVE 2015-023 remote code execution in glibc Alexandr, On 01/28/2015 03:17 AM, Damian, Alexandru wrote: More details http://www.openwall.com/lists/oss-security/2015/01/27/9 redhat bug and patch https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-0235 Do we

[yocto] Compile issue with 1.7 SDK and hf

2015-01-29 Thread Teresa Gámez
Hello, I have installed a SDK based on yocto 1.7 with DEFAULTTUNE ?=cortexa8thf-neon set. I have tried to compile the barebox bootloader with this SDK like this: source /opt/poky/1.7/environment-setup-cortexa8t2hf-vfp-neon-poky-linux-gnueabi unset LDFLAGS make am335x_defconfig Also enabled a

Re: [yocto] Not create directory in /

2015-01-29 Thread Cleiton Bueno
Very many thanks Gary, it worked! -- *Att,Cleiton Bueno* -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Python task error

2015-01-29 Thread Parthiban Kandasamy
i build yocto for beagleboard XM, while building tar --same-order error shown. i am using x86_64 processor and Opensuse 13.2. please tell me to overcome to this problem. -- thanks and regards, parthiban +919790329795 -- ___ yocto mailing list

Re: [yocto] Python task error

2015-01-29 Thread Paul Eggleton
Hi Parthiban, On Thursday 29 January 2015 18:05:11 Parthiban Kandasamy wrote: i build yocto for beagleboard XM, while building tar --same-order error shown. i am using x86_64 processor and Opensuse 13.2. please tell me to overcome to this problem. This is a very sparse description of the

[yocto] Unable to get python3-multiprocessing working

2015-01-29 Thread Benoit Rapidel
Hello, I have build a custom recipe with RDEPENDS_${PN} = python3 python3-multiprocessing python3-subprocess python3-threading Everything builds fine but at runtime I get ImportError: No module named 'atexit' I tried to add python3-lang package to RDEPENDS which seems to provide

[linux-yocto] [PATCH 02/12] i2c: i2c-octeon: broken irqs, high-level controller, retry lost arbitration

2015-01-29 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: David Daney david.da...@cavium.com Combined several changes: Add workaround for chips with broken irqs. Use High Level Controller when possible. Retry more situations where arbitration is lost. Clean up resource allocation code.

[linux-yocto] [PATCH 03/12] i2c: i2c-octeon: Add octeon_i2c_cvmx2i2c() function.

2015-01-29 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: David Daney david.da...@cavium.com ... to allow interaction with cvmx-twsi code. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Abhishek Paliwal abhishek.pali...@aricent.com --- arch/mips/include/asm/octeon/octeon.h |

[linux-yocto] [PATCH 01/12] gpio: gpio-octeon: Add preliminary cn78XX support.

2015-01-29 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: David Daney david.da...@cavium.com The addresses of the GPIO_BIT_CFG registers have a different layout on cn78XX. Define OF_GPIO_OPEN_DRAIN flag for Open Drain outputs. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by:

[linux-yocto] [PATCH] MIPS: OCTEON: Add sysfs support for CPU power throttling.

2015-01-29 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: David Daney david.da...@cavium.com Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Abhishek Paliwal abhishek.pali...@aricent.com --- arch/mips/cavium-octeon/Makefile| 1 +

[linux-yocto] [PATCH 09/12] MIPS: OCTEON: Move call to register_smp_ops() to smp.c...

2015-01-29 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: David Daney david.da...@cavium.com ... in order to keep all SMP related code together. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Abhishek Paliwal abhishek.pali...@aricent.com --- arch/mips/cavium-octeon/setup.c

[linux-yocto] [PATCH 06/12] of: Add of_memory_accessor to map device tree node to memory accessor functions.

2015-01-29 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: Aaron Williams aaron.willi...@cavium.com Currently there is no easy way to map a device tree node to a memory accessor function for devices like I2C EEPROMs. For example, the Vitesse vsc848x 10G PHY driver needs to be able to use the I2C

[linux-yocto] [PATCH 07/12] misc/at24: Register memory accessor functions with of_memory_accessor

2015-01-29 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: Aaron Williams aaron.willi...@cavium.com The at24 module will now register its memory accessor functions with its device tree entry so that other modules may call these functions based on the device tree node. Signed-off-by: Aaron

[linux-yocto] [PATCH 04/12] i2c: i2c-octeon: Add support for cn78XX chips.

2015-01-29 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: David Daney david.da...@cavium.com cn78XX has a different interrupt architecture, so we have to manage the interrupts a little differently. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Abhishek Paliwal