Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread James Abernathy
On Jan 23, 2015, at 12:37 PM, Gary Thomas g...@mlbassoc.com wrote: On 2015-01-23 10:24, Jim Abernathy wrote: I'm starting a project mostly for self-education. I have already done the project using Ubuntu Server 14.04 using a Intel NUC and a Pandaboard as targets. Now I want to see how

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Gary Thomas
On 2015-01-26 06:29, James Abernathy wrote: On Jan 23, 2015, at 12:37 PM, Gary Thomas g...@mlbassoc.com wrote: On 2015-01-23 10:24, Jim Abernathy wrote: I'm starting a project mostly for self-education. I have already done the project using Ubuntu Server 14.04 using a Intel NUC and a

Re: [yocto] Installing a Yocto image on BeagleBone Black MMC

2015-01-26 Thread Christian Schultz
I looked at the doc, and it gives the instructions to write the image to othe SD Card and run from the card. I didn't find yet instructions about how to write the images to the MMC. For example, I made an image with Yocto, and from the system, I should create the partitions (for boot and rootfs),

Re: [yocto] [meta-cgl][PATCH] meta-fsl-ppc: layer.conf: Rename BBFILE_COLLECTIONS

2015-01-26 Thread Gary Thomas
On 2015-01-23 02:47, Alexey Firago wrote: BBFILE_COLLECTIONS is currently set to cgl which is also used by meta-cgl-common. Some tools/scripts use this field for automatic layers detection, so rename it to fsl-ppc-cgl. Signed-off-by: Alexey Firago alexey_fir...@mentor.com ---

[yocto] [meta-cgl][PATCH] meta-fsl-ppc: layer.conf: Rename BBFILE_COLLECTIONS

2015-01-26 Thread Alexey Firago
BBFILE_COLLECTIONS is currently set to cgl which is also used by meta-cgl-common. Some tools/scripts use this field for automatic layers detection, so rename it to fsl-ppc-cgl. Signed-off-by: Alexey Firago alexey_fir...@mentor.com --- meta-fsl-ppc/conf/layer.conf | 2 +- 1 file changed, 1

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread James Abernathy
On Jan 26, 2015, at 10:52 AM, Gary Thomas g...@mlbassoc.com wrote: On 2015-01-26 08:26, James Abernathy wrote: On Jan 26, 2015, at 8:49 AM, Gary Thomas g...@mlbassoc.com mailto:g...@mlbassoc.com wrote: On 2015-01-26 06:29, James Abernathy wrote: On Jan 23, 2015, at 12:37 PM, Gary

[yocto] meta-qt5 problem in yocto 1.7

2015-01-26 Thread peterengcomau001
I have just downloaded yocto poky 1.7 and try to build an image. I get teh follwing problems with fetching qt5 source: Summary: 5 tasks failed:   /home/lachlan/poky-1.7/meta-qt5/recipes-qt/qt5/qt3d_git.bb, do_fetch   /home/lachlan/poky-1.7/meta-qt5/recipes-qt/qt5/qtmultimedia_5.3.2.bb, do_fetch  

Re: [yocto] [meta-yocto] [PATCH 0/1] tiny-init: set proper S value

2015-01-26 Thread Burton, Ross
On 24 January 2015 at 09:22, Petter Mabäcker pet...@technux.se wrote: Since bug [5627] has reached poky repo, can you please consider propose merging of below change to meta-yocto, to avoid the warning about 'S' not set to a proper value? Whoops, I missed that when merging the other pieces,

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread James Abernathy
On Jan 26, 2015, at 8:49 AM, Gary Thomas g...@mlbassoc.com wrote: On 2015-01-26 06:29, James Abernathy wrote: On Jan 23, 2015, at 12:37 PM, Gary Thomas g...@mlbassoc.com wrote: On 2015-01-23 10:24, Jim Abernathy wrote: I'm starting a project mostly for self-education. I have already

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread James Abernathy
I get a clean build when I add: CORE_IMAGE_EXTRA_INSTALL += packagegroup-base-wifi” However, I have no wireless drivers. I must have to add something to add the drivers and firmware to the kernel. Not sure what though. Jim A On Jan 26, 2015, at 11:09 AM, James Abernathy

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-01-26 Thread anibal . limon
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-xxx in upstream_tracking files to ignore this recipe remainder until newer

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-26 Thread Dominic Sacré
On 2015-01-23 13:54, Otavio Salvador wrote: On Thu, Jan 22, 2015 at 8:31 PM, Dominic Sacré dominic.sa...@gmx.de wrote: When I build the recipe I get what appear to be the correct binaries for the host architecture, located in the target-specific work directory (e.g.

Re: [linux-yocto] [PATCH 0/9] MIPS : Basic OcteonIII support.

2015-01-26 Thread Bruce Ashfield
On 15-01-23 12:53 PM, Chandrakala Chavva wrote: From: Abhishek Paliwal abhishek.pali...@aricent.com Thanks. These applied to the 3.14 linux-yocto tree nicely. I've queued them, and am doing build tests. Once those complete, they'll be pushed out to the servers. Bruce These patches cover

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-26 Thread Denys Dmytriyenko
On Fri, Jan 23, 2015 at 10:54:39AM -0200, Otavio Salvador wrote: On Thu, Jan 22, 2015 at 8:31 PM, Dominic Sacré dominic.sa...@gmx.de wrote: On 2015-01-21 14:37, Otavio Salvador wrote: The fw tools inside of U-Boot qualifies for both target and cross use cases. When used in cross or

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Chris Tapp
On 26 Jan 2015, at 19:31, James Abernathy jfaberna...@outlook.com wrote: I get a clean build when I add: CORE_IMAGE_EXTRA_INSTALL += packagegroup-base-wifi” However, I have no wireless drivers. I must have to add something to add the drivers and firmware to the kernel. Not sure what

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread James Abernathy
On Jan 26, 2015, at 3:36 PM, Moore, Thomas (FtWorth) thomas.moo...@atk.com wrote: Try building core-image-base or adding packagegroup-base-extended to your IMAGE_INSTALL. This should add the modules and firmware. core-image-minimal is just that and only includes just enough to boot the

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Jim Abernathy
From: thomas.moo...@atk.com To: jfaberna...@outlook.com CC: opensou...@keylevel.com; yocto@yoctoproject.org; g...@mlbassoc.com Subject: RE: [yocto] adding all the pieces of WiFi to core-image-minimal Date: Mon, 26 Jan 2015 21:04:54 + For now, I'd just get everything working with the

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread James Abernathy
On Jan 26, 2015, at 3:28 PM, Chris Tapp opensou...@keylevel.com wrote: On 26 Jan 2015, at 19:31, James Abernathy jfaberna...@outlook.com mailto:jfaberna...@outlook.com wrote: I get a clean build when I add: CORE_IMAGE_EXTRA_INSTALL += packagegroup-base-wifi” However, I have no

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Gary Thomas
On 2015-01-26 12:31, James Abernathy wrote: I get a clean build when I add: CORE_IMAGE_EXTRA_INSTALL += packagegroup-base-wifi” However, I have no wireless drivers. I must have to add something to add the drivers and firmware to the kernel. Not sure what though. That's a whole separate

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Moore, Thomas (FtWorth)
For now, I'd just get everything working with the local.conf: DISTRO_FEATURES += wifi bitbake core-image-base Ultimately, you may want to make a custom machine and distro config and incorporate all of the things you've specified in local.conf in those configs. For example, I have a system

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Moore, Thomas (FtWorth)
Try building core-image-base or adding packagegroup-base-extended to your IMAGE_INSTALL. This should add the modules and firmware. core-image-minimal is just that and only includes just enough to boot the system. P.S. if you add wifi to your DISTRO_FEATURES, then packagegroup-base-wifi should

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread James Abernathy
Okay, here’s the answer for me. It should never have been core-image-minimal. I just view that as not core-image-sato, meaning no gui. If you take standard dizzy and change machine to nuc, then bitbake core-image-base, you get all the wifi, wpa-supplicant that you need. So the trivial

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

2015-01-26 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

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Replace not working v3.16.1 by v3.16.5

2015-01-26 Thread Petter Mabäcker
Hi, Actually this bump is already included in meta-raspberrypi: efd760d linux-raspberrypi: faulty branch and srcrev for 3.16 BR, Petter 2015-01-26 00:03 skrev Andrei Gherzan: Hi Theodor, On Wed, Dec 3, 2014 at 1:03 PM, Jens Lucius incn...@jenslucius.de wrote: From: Jens Lucius

Re: [yocto] [meta-raspberrypi][PATCH] qtbase: Add basic Qt5 building support

2015-01-26 Thread coldnew . tw
Hi: Sorry for the late reply :-S I'll resend the patch to move it to qt5-layers just like meta-fsl-arm does, just wait for a while :). Andrei Gherzan writes: Hello, On Thu, Nov 20, 2014 at 1:58 PM, Andrei Gherzan and...@gherzan.ro wrote: Hello Yen, On Sat, Oct 25, 2014 at 10:21:47AM

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

2015-01-26 Thread Lei, Maohui
ping -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Lei, Maohui Sent: Friday, January 23, 2015 10:37 AM To: yocto@yoctoproject.org Subject: [yocto] When I build kernel with toolchain comes from yocto, I met an issue

Re: [yocto] [meta-selinux][PATCH] audit-systemd: allow manual stop as sysvinit

2015-01-26 Thread Joe MacDonald
Merged, thanks, Jackie. -J. [[yocto] [meta-selinux][PATCH] audit-systemd: allow manual stop as sysvinit] On 15.01.14 (Wed 13:30) jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com The audit service should be manually stopped with systemd. Signed-off-by:

Re: [yocto] [meta-selinux][ 0/3] v2 More recipe updates.

2015-01-26 Thread Joe MacDonald
[[meta-selinux][ 0/3] v2 More recipe updates.] On 15.01.15 (Thu 02:59) Philip Tricca wrote: Greetings, Three more recipe udpates to get meta-selinux building with oe-core master again. These are mostly mundane though the move from findutils from 4.4.x to 4.5.x removes the need for patches

Re: [yocto] [PATCH][meta-selinux] lxc: inherit enable-selinux

2015-01-26 Thread Joe MacDonald
[[yocto] [PATCH][meta-selinux] lxc: inherit enable-selinux] On 15.01.21 (Wed 17:49) rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com inherit enable-selinux to kill the warning that lxc rdepends on libselinux, but it isn't a build dependency Signed-off-by: Roy Li

[yocto] Add a new recipe/meta layer to Yocto

2015-01-26 Thread Fung, Joshua
I am new to Yocto project. I have been working on some SW components, and I'll like to know how can I upstream it to Yocto so that it may be reused by others. I have searched the FAQ and find https://www.yoctoproject.org/blogs/dvhart/2011/extending-yocto-project-poky-meta-layers. Yet I still

Re: [yocto] [meta-raspberrypi] Image will halt soon after boot

2015-01-26 Thread Andrei Gherzan
Dizzy branch created. Enjoy! On Jan 26, 2015 12:35 AM, Andrei Gherzan and...@gherzan.ro wrote: Dizzy branch on its way. Maintainer received the ping. On Thu, Dec 18, 2014 at 5:45 PM, Maciej Borzecki maciej.borze...@open-rnd.pl wrote: On 12/18 16:42, Petter Gustad wrote: From: Maciej

Re: [yocto] dansguardian

2015-01-26 Thread Mahdi Saadat
Hi Paul 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 function rootfs_runtime_mapping finished DEBUG: Executing

Re: [yocto] dansguardian

2015-01-26 Thread Paul Eggleton
Hi Mahdi, On Saturday 24 January 2015 11:05:45 Mahdi Saadat wrote: Does anyone knows about how put dansguardian on core-image-minimal? I Did some steps on creating the recipe but had some errors on config stage. You'll need to be a bit more specific about the errors you received before anyone

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

2015-01-26 Thread Kalle Komierowski
Thanks Paul! I was hoping it was as simple as that but I couldn't find info about it. Maybe if it was just called destsuffix like when it's used for gits. BR -Kalle Komierowski On January 26, 2015, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Kalle, On Saturday 24 January 2015

Re: [yocto] Build appliance

2015-01-26 Thread Ilya Dmitrichenko
I have made some progress, and found out that it's ` *virtual/fakeroot-native*` that had to be in `*ASSUME_PROVIDED`.* But now I find there are quite a few more assumptions of the path to native tools. I'll see what I can patch locally and send out an update if get something working. On Sat Jan 24

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

2015-01-26 Thread Paul Eggleton
On Monday 26 January 2015 11:24:50 Kalle Komierowski wrote: On January 26, 2015, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Kalle, On Saturday 24 January 2015 08:34:56 Kalle Komierowski wrote: I'm working with the ti-compat-wireless recipe. It contains two gits like this:

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Moore, Thomas (FtWorth)
core-image-base installs packagegroup-base-extended, whereas core-image-minimal doesn't. packagegroup-base-extended adds things like kernel modules and other package groups that you'll want for a more full-featured system. Thomas From: Jim Abernathy [mailto:jfaberna...@outlook.com] Sent:

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Paul Eggleton
On Monday 26 January 2015 16:37:37 Jim Abernathy wrote: From: thomas.moo...@atk.com To: jfaberna...@outlook.com CC: opensou...@keylevel.com; yocto@yoctoproject.org; g...@mlbassoc.com Subject: RE: [yocto] adding all the pieces of WiFi to core-image-minimal Date: Mon, 26 Jan 2015 21:04:54

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Jim Abernathy
I was just coming to the realization that core-image-minimal isn't what I wanted. So I'll experiment with core-image-base and a minimal set of local.conf statements that give me what I need. Thanks, Jim A From: thomas.moo...@atk.com To: jfaberna...@outlook.com CC: opensou...@keylevel.com;

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Moore, Thomas (FtWorth)
Looks like you also need to add ipv4 to the DISTRO_FEATURES: DISTRO_FEATURES += ipv4 wifi Might be worth trying. Thomas From: Jim Abernathy [mailto:jfaberna...@outlook.com] Sent: Monday, January 26, 2015 3:38 PM To: Moore, Thomas (FtWorth) Cc: Chris Tapp; yocto@yoctoproject.org; Gary Thomas

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Jim Abernathy
From: thomas.moo...@atk.com To: jfaberna...@outlook.com CC: opensou...@keylevel.com; yocto@yoctoproject.org; g...@mlbassoc.com Subject: RE: [yocto] adding all the pieces of WiFi to core-image-minimal Date: Mon, 26 Jan 2015 21:51:47 + Looks like you also need to add ipv4 to the