[yocto] Features in Yocto Project 1.7

2014-03-24 Thread Richard Purdie
As development on 1.6 finishes up, its time to think about what we should be doing in the 1.7 cycle. I think from my perspective, in 1.7 I'd like to see us looking at Developer Workflow. Its a generic topic which I think covered multiple areas (in no particular order): * the ADT/SDK and how it

Re: [yocto] Features in Yocto Project 1.7

2014-03-24 Thread Jonathan Austin
Hi Richard, On 24/03/14 16:00, Richard Purdie wrote: As development on 1.6 finishes up, its time to think about what we should be doing in the 1.7 cycle. I think from my perspective, in 1.7 I'd like to see us looking at Developer Workflow. Its a generic topic which I think covered multiple

Re: [yocto] Features in Yocto Project 1.7

2014-03-24 Thread Richard Purdie
On Mon, 2014-03-24 at 16:09 +, Jonathan Austin wrote: On 24/03/14 16:00, Richard Purdie wrote: As development on 1.6 finishes up, its time to think about what we should be doing in the 1.7 cycle. I think from my perspective, in 1.7 I'd like to see us looking at Developer Workflow.

Re: [yocto] [AUTOBUILDER 1/4] nightly.conf: added package image triggers

2014-03-24 Thread Flanagan, Elizabeth
Pulled into yocto-autobuilder master-next for testing. If it goes ok in dev we'll pull into production next opening. -b On Tue, Mar 18, 2014 at 8:10 PM, Lynn Cyrin firemagel...@gmail.com wrote: Added triggers for nightly-rpm, nightly-deb, nightly-ipk into nightly.conf reference #3140

Re: [yocto] Features in Yocto Project 1.7

2014-03-24 Thread Rifenbark, Scott M
I can see this effort as a basis for re-writing the Models chapter of the development manual. Scott -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Richard Purdie Sent: Monday, March 24, 2014 9:01 AM To: openembedded-core;

[yocto] wlan0 No lease, failing

2014-03-24 Thread Rick Bianchi
Gumstix Overo Build Configuration: BB_VERSION = 1.20.0 BUILD_SYS = x86_64-linux NATIVELSBSTRING = Ubuntu-13.10 TARGET_SYS = arm-poky-linux-gnueabi MACHINE = overo DISTRO = poky DISTRO_VERSION = 1.5.1 TUNE_FEATURES = armv7a vfp neon TARGET_FPU = vfp-neon I have not been able to get any wireless

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, March 25, 2014 8:00 AM US Pacific Time

2014-03-24 Thread Jolley, Stephen K
Agenda: * Opens collection - 5 min (Stephen) * Yocto 1.6 status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.6_Status https://wiki.yoctoproject.org/wiki/Yocto_1.6_Features * SWAT team rotation: Ross - Cristian

Re: [yocto] linux-yocto fetch bottleneck

2014-03-24 Thread Jate S
What is the name of the mirror tarball that's created? I am trying to see if it worked. I saw no log messages stating Creating tarball of git repository. On Fri, Mar 21, 2014 at 6:04 PM, Gary Thomas g...@mlbassoc.com wrote: On 2014-03-21 15:54, Jate S wrote: The documentation has warnings of

Re: [yocto] linux-yocto fetch bottleneck

2014-03-24 Thread Gary Thomas
On 2014-03-24 17:18, Jate S wrote: What is the name of the mirror tarball that's created? I am trying to see if it worked. I saw no log messages stating Creating tarball of git repository. It will look something like this (for the opkg-utils_git recipe)

[yocto] --conf Was: [OE-core] Features in Yocto Project 1.7

2014-03-24 Thread Trevor Woerner
On 03/24/14 12:00, Richard Purdie wrote: I think from my perspective, in 1.7 I'd like to see us looking at Developer Workflow. Maybe I'm using things incorrectly :-) But I often find that I'm switching between building different images. For example, one moment I might be building

[yocto] [meta-selinux][PATCH 0/4] add targeted/minimum policy and some updates

2014-03-24 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Changes: * backport tmpfs_t patch from upstream; * add rules for /var/log symlink on poky; * add targeted policy type * add minimum targeted policy The following changes since commit a6079a43719e79e12a57e609923a0cccdba06916: refpolicy: fix real path

[yocto] [meta-selinux][PATCH 2/4] refpolicy: add rules for /var/log symlink on poky

2014-03-24 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Signed-off-by: Wenzong Fan wenzong@windriver.com --- ...ky-policy-add-rules-for-syslogd_t-symlink.patch | 30 ...rules-for-var-log-symlink-audisp_remote_t.patch | 29 +++

[yocto] [meta-selinux][PATCH 4/4] refpolicy: add minimum targeted policy

2014-03-24 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com This is a minimum targeted policy with just core policy modules, and could be used as a base for customizing targeted policy. Pretty much everything runs as initrc_t or unconfined_t so all of the domains are unconfined. Signed-off-by: Wenzong Fan

[yocto] [meta-selinux][PATCH 1/4] refpolicy: associate tmpfs_t (shm) to device_t (devtmpfs) file systems

2014-03-24 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com The patch is backported from upstream. Signed-off-by: Wenzong Fan wenzong@windriver.com --- ...associate-tmpfs_t-shm-to-device_t-devtmpf.patch | 30 .../refpolicy/refpolicy_2.20130424.inc |1 + 2 files

[yocto] [meta-selinux][PATCH 3/4] refpolicy: add targeted policy type

2014-03-24 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com This SELinux policy would targeted most of service domains for lock down, and users and admins will login in with unconfined_t domain. So they would have the same access to the system as if SELinux was not enabled, when running commands and services

Re: [yocto] [OE-core] --conf Was: Features in Yocto Project 1.7

2014-03-24 Thread Martin Jansa
On Mon, Mar 24, 2014 at 08:11:20PM -0400, Trevor Woerner wrote: On 03/24/14 12:00, Richard Purdie wrote: I think from my perspective, in 1.7 I'd like to see us looking at Developer Workflow. Maybe I'm using things incorrectly :-) But I often find that I'm switching between building

Re: [linux-yocto] [PATCH 47/57] Basic perf support for axxia plaform block provided by LSI.

2014-03-24 Thread Svennebring, Jonas
Hi, The basic support includes: * Generic AXXIA SMON (Statistic Monitor) functionality. * Support for Memory Controllers: - DDRC, DDR Controllers. - ELM, Encryption Memory Controllers . *Preparation for support of: - PCX, integrated Ethernet switch. - VP, virtual pipeline packet

Re: [linux-yocto] [PATCH 47/57] Basic perf support for axxia plaform block provided by LSI.

2014-03-24 Thread Paul, Charlie
Yes Working on getting comments updated for other patches as well before I resubmit -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Monday, March 24, 2014 6:09 AM To: Svennebring, Jonas; Charlie Paul; linux-yocto@yoctoproject.org Cc: Paul, Charlie