Re: [yocto] dansguardian

2015-01-27 Thread Paul Eggleton
On Tuesday 27 January 2015 15:51:12 Mahdi Saadat wrote: After I add inherit autotools gettext pkgconfig on .bb file the error is : /usr/bin/install: cannot stat 'transparent1x1.gif': No such file or directory Attached file is the do install log This is something specific to dansguardian's

[linux-yocto] [PATCH 02/13] MIPS: OCTEON: Fix L1 dacache parity for OCTEON3

2015-01-27 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: David Daney david.da...@cavium.com Use COP0_ERRCTL for L1 Dcache parity and TLB parity checks for OCTEON3. For OCTEON II CPUs, add a Bus Error handler for the Write Buffer parity condition. Then make this log the errors with the EDAC

[linux-yocto] [PATCH 08/13] MIPS/OCTEON: TLB parity error handling

2015-01-27 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: David Daney david.da...@cavium.com We need to temporarily disable TLB Parity checks early in the handler so we don't get into an endless loop. The meaning of cvmmemctl[44] changed, 0 means enabled. Bug #8300 Signed-off-by: David Daney

[linux-yocto] [PATCH 13/13] EDAC: octeon_edac-lmc: Fixed crash for DIMM1-only case

2015-01-27 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: Prem Mallappa pmalla...@caviumnetworks.com From: David Daney david.da...@cavium.com Signed-off-by: Prem Mallappa pmalla...@caviumnetworks.com Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Abhishek Paliwal

[linux-yocto] [PATCH 09/13] MIPS/EDAC: Poll for LMC_INT_REG[nxm_wr_err]

2015-01-27 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: Chandrakala Chavva ccha...@caviumnetworks.com Add missing error interrupt, nxm_wr_err, write to no-existent memory. MIPS/EDAC: Set error reporting state to polling For LMC controller set error reporting state to EDAC_OPSTATE_POLL.

[linux-yocto] [PATCH 11/13] MIPS: OCTEON: Add module to inject hardware error conditions.

2015-01-27 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: David Daney david.da...@cavium.com From: Leonid Rosenboim lrosenb...@caviumnetworks.com From: Chandrakala Chavva ccha...@caviumnetworks.com MIPS: OCTEON: Force L1 Dcache and TLB parity errors for testing. MIPS: OCTEON: Keep reset value

[linux-yocto] [PATCH 06/13] MIPS: OCTEON: Fix plat_swiotlb_setup() for OCTEON3

2015-01-27 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/dma-octeon.c | 3 ++- 1 file changed, 2 insertions(+), 1

[linux-yocto] [PATCH 03/13] MIPS/EDAC: Cavium: Updated L2C error checking for OCTEON3.

2015-01-27 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: Chandrakala Chavva ccha...@caviumnetworks.com Use correct CSR for checking Double/Single bit ECC errors for various types. Signed-off-by: Chandrakala Chavva ccha...@caviumnetworks.com Signed-off-by: Abhishek Paliwal

[linux-yocto] [PATCH 05/13] MIPS: Handle CPU_CAVIUM_OCTEON3 like CPU_CAVIUM_OCTEON2 in clear_page.

2015-01-27 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: David Daney dda...@caviumnetworks.com MIPS: Add Octeon2 optimizations to clear_page. Use the ZCBT instruction for Octeon2. Reduce the number of generated instructions when possible. Both OCTEON3 and OCTEON2 use the same instrucitons for

[linux-yocto] [PATCH 07/13] MIPS/EDAC: Cavium: Fix compilation errors.

2015-01-27 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: Chandrakala Chavva ccha...@caviumnetworks.com FAM_* macros are replaced with OCTEON_IS_OCTEON* macros. Signed-off-by: Chandrakala Chavva ccha...@caviumnetworks.com Signed-off-by: Abhishek Paliwal abhishek.pali...@aricent.com ---

[linux-yocto] [PATCH 12/13] edac/octeon_edac-lmc: Fix kernel panic when 1 DDR present

2015-01-27 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: Prem Mallappa pmalla...@caviumnetworks.com From: David Daney david.da...@cavium.com Add check to see if DDR is available. Signed-off-by: Prem Mallappa pmalla...@caviumnetworks.com Signed-off-by: David Daney david.da...@cavium.com

Re: [yocto] Google Chrome recipe and systemd = how to satisfy runtime requirement for libudev.so.0?

2015-01-27 Thread Burton, Ross
On 27 January 2015 at 19:19, Timo Pulkkinen timo.j.pulkki...@gmail.com wrote: tried this (I wasn't sure if I had done -ccleanstate for google-chrome before together after removing the tmp), but it doesn't help. Sysroot correctly contains /lib/libudev.so.1 (libudev.so.1.6.0, systemd).

Re: [yocto] force flag and taint logging

2015-01-27 Thread Paul Eggleton
Hi Ezekiel, On Tuesday 27 January 2015 10:50:03 ezek...@sanborndeasis.net wrote: Since picking up Dizzy I have noticed ... is tainted from a forced run log line appears to stick forever once I have forced a fetch or compile on a component. The change to bring this in is here:

[yocto] 'screen' MACHINE_FEATURE

2015-01-27 Thread Ash Charles
Hi, Based on the yocto manual [1], it looks like screen is a valid MACHINE_FEATURE and, in fact, it looks like some machines actually call out this feature. That said, I can't actually see that this MACHINE_FEATURE is used. I checked with buildhistory and some grepping but maybe I missed

[yocto] Install package in deploy/deb

2015-01-27 Thread Cleiton Bueno
I have a package .deb in deploy/deb/all/xyz.deb is possible to install it with ROOTFS_POSTPROCESS_COMMAND? -- *Att,Cleiton Bueno* -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Google Chrome recipe and systemd = how to satisfy runtime requirement for libudev.so.0?

2015-01-27 Thread Timo Pulkkinen
On 27.1.2015, at 14.32, Burton, Ross ross.bur...@intel.com wrote: On 27 January 2015 at 11:46, Timo Pulkkinen timo.j.pulkki...@gmail.com wrote: error: Can't install google-chrome-40.0.2214.91+1-r0@x86_64: no package provides libudev.so.0()(64bit) My guess is that you didn't wipe

Re: [yocto] dansguardian

2015-01-27 Thread Paul Eggleton
On Tuesday 27 January 2015 11:10:03 Mahdi Saadat wrote: Thanks for your response the log file is as below: DEBUG: Executing python function rootfs_process_ignore DEBUG: Python function rootfs_process_ignore finished DEBUG: Executing python function rootfs_runtime_mapping DEBUG: Python

Re: [yocto] Patch runqemu-internal in nativesdk

2015-01-27 Thread Moore, Thomas (FtWorth)
Got it working. If anyone was curious, I utilized the patchdir flag: SRC_URI_append = file://runqemu_change_cpu_to_haswell.patch;patchdir=${WORKDIR}${COREBASE} Thomas From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Moore, Thomas (FtWorth) Sent:

[yocto] adding meta-oracle-java

2015-01-27 Thread James Abernathy
In looking at the meta-oracle-java README, I see the notes about adding the License statement and switching to .deb packaging. With that done, I get a clean build, but my image boots and I can’t see any evidence that java was included. What am I missing. I have a web app server that in all

Re: [yocto] Install package in deploy/deb

2015-01-27 Thread Aníbal Limón
Hi Cleiton, If you are buildling core-image-{sato, minimal}, for install you need to add into local.conf: CORE_IMAGE_EXTRA_INSTALL += xyz Please read the documentation, http://www.yoctoproject.org/docs/1.7.1/dev-manual/dev-manual.html#usingpoky-extend-customimage Kind regards, alimon

[yocto] Install package in deploy/deb

2015-01-27 Thread Cleiton Bueno
My package is in tmp/deploy/deb/ {in all directories} I've tried with CORE_IMAGE_EXTRA_INSTALL - failed This package is private and contains data and structure to be unpacked and attached to tmp /work/.../rootf /that is generated I tried several settings and documentation without success,

Re: [yocto] 'screen' MACHINE_FEATURE

2015-01-27 Thread Saul Wold
On 01/27/2015 11:01 AM, Ash Charles wrote: Hi, Based on the yocto manual [1], it looks like screen is a valid MACHINE_FEATURE and, in fact, it looks like some machines actually call out this feature. That said, I can't actually see that this MACHINE_FEATURE is used. I checked with

Re: [yocto] (IIO) ADC freeze on am335x processor on 3.14.26ltsi kernel

2015-01-27 Thread Yani Dubin
On 28 January 2015 at 12:19, Yani Dubin yani.du...@taitradio.com wrote: Since this is my first time reporting a kernel bug, and I now know exactly what I am looking for can you give me any pointers on where/how to search to see if an upstream fix exists already? I fetched the latest 3.14.y

Re: [yocto] (IIO) ADC freeze on am335x processor on 3.14.26ltsi kernel

2015-01-27 Thread Bruce Ashfield
On 15-01-26 11:54 PM, Yani Dubin wrote: Hi, I have run up against a kernel bug on the dizzy branch where a read of an ADC channel (IIO bus) on a Sitara (am335x) processor locks up the process reading the /sys/bus/iio/devices/iio\:device0/in_voltage?_raw node. The system remains stable, but

Re: [yocto] (IIO) ADC freeze on am335x processor on 3.14.26ltsi kernel

2015-01-27 Thread Yani Dubin
Hi Bruce, On 28 January 2015 at 04:08, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 15-01-26 11:54 PM, Yani Dubin wrote: These are 3 adjacent changesets on the dizzy branch - I gather that is as much as I can narrow it down? We may need to get your help in tracking the problem

Re: [yocto] When I build kernel with toolchain comes from yocto, I met an issue

2015-01-27 Thread Paul Eggleton
On Friday 23 January 2015 02:36:30 Lei, Maohui wrote: I compiled my kernel by toolchain that supported by yocto 1.7. The following is my steps: 1. Run the following command to install the toolchain. # ./poky-lsb-glibc-x86_64-meta-toolchain-ppce500v2-toolchain-1.7.sh 2. Set up the

Re: [yocto] One recipe, two gits with destsuffix, how to patch?

2015-01-27 Thread Kalle Komierowski
Hi again, I just modified my recipe with the patchdir. SRC_URI = x.patch;patchdir=backports/ I can see that the patches are copied to the destination where I want them but for some reason they all fail when yocto tries to apply them. If I go manually to the destination git and type git am

Re: [yocto] One recipe, two gits with destsuffix, how to patch?

2015-01-27 Thread Paul Eggleton
On Tuesday 27 January 2015 10:29:12 Kalle Komierowski wrote: I just modified my recipe with the patchdir. SRC_URI = x.patch;patchdir=backports/ I can see that the patches are copied to the destination where I want them but for some reason they all fail when yocto tries to apply them.

Re: [yocto] dansguardian

2015-01-27 Thread Mahdi Saadat
After I used inherit autotools in my recipe the .configure steps stop on this error: line 6455: PKG_PROG_PKG_CONFIG: command not found line 6482: syntax error near unexpected token `PCRE,libpcre'--- Regards Mahdi -Original Message- From: Paul Eggleton

[yocto] Google Chrome recipe and systemd = how to satisfy runtime requirement for libudev.so.0?

2015-01-27 Thread Timo Pulkkinen
Hello, i'm trying to create a recipe for Google Chrome for my first Yocto project for Intel NUC (based on the Chrome rpm package). The recipe seems to build ok, and I was able to build a working system using sysvinit, but when I enabled systemd the image build stops during do_rootfs when

Re: [yocto] dansguardian

2015-01-27 Thread Paul Eggleton
On Tuesday 27 January 2015 15:40:43 Mahdi Saadat wrote: After I used inherit autotools in my recipe the .configure steps stop on this error: line 6455: PKG_PROG_PKG_CONFIG: command not found line 6482: syntax error near unexpected token `PCRE,libpcre'--- That sounds like it is

Re: [yocto] (IIO) ADC freeze on am335x processor on 3.14.26ltsi kernel

2015-01-27 Thread Bruce Ashfield
On 2015-01-27 9:13 PM, Yani Dubin wrote: On 28 January 2015 at 12:19, Yani Dubin yani.du...@taitradio.com mailto:yani.du...@taitradio.com wrote: Since this is my first time reporting a kernel bug, and I now know exactly what I am looking for can you give me any pointers on where/how

Re: [yocto] ALTERNATIVE_TARGET, ALTERNATIVE_PRIORITY problem

2015-01-27 Thread Mark Hatle
On 1/27/15 9:37 AM, Joseph Andrew de la Peña wrote: Good day Yocto Community, I would like to ask what's wrong with my implementation with update-alternatives: I think that you have some of the variables confused below. I've quoted bits of the class's header (internal documentation): #

[yocto] ALTERNATIVE_TARGET, ALTERNATIVE_PRIORITY problem

2015-01-27 Thread Joseph Andrew de la Peña
Good day Yocto Community, I would like to ask what's wrong with my implementation with update-alternatives: = *bar_git.bb http://bar_git.bb/:* PACKAGES =+ ${PN}-bar1 ${PN}-bar2 ${PN}-bar3 RPROVIDES_${PN}-bar1 = bar RPROVIDES_${PN}-bar2 = bar RPROVIDES_${PN}-bar3 = bar

Re: [yocto] Google Chrome recipe and systemd = how to satisfy runtime requirement for libudev.so.0?

2015-01-27 Thread Burton, Ross
On 27 January 2015 at 11:46, Timo Pulkkinen timo.j.pulkki...@gmail.com wrote: i'm trying to create a recipe for Google Chrome for my first Yocto project for Intel NUC (based on the Chrome rpm package). The recipe seems to build ok, and I was able to build a working system using sysvinit, but

[linux-yocto] [PATCH 00/13] MIPS-Update EDAC L2C and LMC driver support for Octeon3

2015-01-27 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com Update EDAC L2C and LMC driver support for Octeon3. Added new Error injector module to verify L2C and various other error conditions. Updated clearing of page in linux kernel by using ZCB instructions, new instruction added in Octeon2 and

[linux-yocto] [PATCH 04/13] MIPS: Add ZCB and ZCBT instructions to uasm.

2015-01-27 Thread Chandrakala Chavva
From: Abhishek Paliwal abhishek.pali...@aricent.com From: David Daney dda...@caviumnetworks.com These instructions are available in OCTEON II CPUs. Signed-off-by: David Daney dda...@caviumnetworks.com Signed-off-by: Leonid Rosenboim lrosenb...@caviumnetworks.com Signed-off-by: Abhishek Paliwal

Re: [yocto] dansguardian

2015-01-27 Thread Mahdi Saadat
After I add inherit autotools gettext pkgconfig on .bb file the error is : /usr/bin/install: cannot stat 'transparent1x1.gif': No such file or directory Attached file is the do install log --- Regards mahdi -Original Message- From: Paul Eggleton

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, Jan. 27, 2015 8:00 AM US Pacific Time - Updated

2015-01-27 Thread Jolley, Stephen K
Tuesday, January 27, 2015 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.8_Status https://wiki.yoctoproject.org/wiki/Yocto_1.8_Schedule

[yocto] recipe for smstools

2015-01-27 Thread Kai Ulrich
Hi, is there a recipe for smstools or smstools 3? Friendly regrades Kai -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] recipe for smstools

2015-01-27 Thread Burton, Ross
Hi Kai, On 27 January 2015 at 15:44, Kai Ulrich k...@gmx.de wrote: is there a recipe for smstools or smstools 3? http://layers.openembedded.org/layerindex/branch/master/recipes/?q=smstools Layer index says no. Ross -- ___ yocto mailing list

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, Jan. 27, 2015 8:00 AM US Pacific Time

2015-01-27 Thread Jolley, Stephen K
Attendees: Bruce, Mark, Armin, Cristian, Sona, Ross, Ulf, Alex, Tom, Michael, Saul, Richard, Stephen, Paul, * Opens collection - 5 min (Stephen) Armin - When will we stop accepting updates for 1.8 * Yocto Project status - 5 min (Stephen/team)

[yocto] force flag and taint logging

2015-01-27 Thread ezekiel
Since picking up Dizzy I have noticed"... is tainted from a forced run" log line appears to stick forever once I have forced a fetch or compile on a component. The change to bring this in is here:https://code.amazon.com/packages/Zeus-poky/commits/60c40e5db57da094ab5ecfadf8e07dc6251bec66 It appears

[yocto] Patch runqemu-internal in nativesdk

2015-01-27 Thread Moore, Thomas (FtWorth)
My system has an Intel Core processor based on the Haswell architecture, and I'm using the corei7 tuning in my image. As it's currently implemented, the runqemu-internal script utilizes the core2dup cpu option when running the qemux86-64 QEMUARCH. However, in order to run my image with QEMU, I

[yocto] core-image-sato builds but core-image-sato-sdk fails on poky 1.7

2015-01-27 Thread peterengcomau001
I am trying to build images that I can do development on with QTCreator (QT5). Although I can create core-image-sato without any problems, I cannot create core-image-sato-sdk I have cloned these three repositories. $ git clone git://git.yoctoproject.org/poky poky-1.7$ cd poky-1.7$ git checkout –b