Re: [yocto] [meta-selinux][PATCH 0/2] initscripts/devpts.sh: fix context for /dev/pts

2014-06-23 Thread Pascal Ouyang
于 14-5-12 下午3:31, wenzong@windriver.com 写道: From: Wenzong Fan wenzong@windriver.com devpts use file_use_trans to allocate security contexts. As there are no range_trans rules for initrc_t mounting devpts, the security level of mountpoint will be derived from the initrc process, to be

Re: [yocto] Yocto Labs

2014-06-23 Thread Ruud den Bekker
Hi Arun, The link mentioned by Alex,is really a good starting point. I was completely unaware of yocto until 5 weeks ago and started using this URL. In the meantime, I have achieved: - running an ARM kernel + RFS + Mono running in Qemu using NFS (to be reached from any other PC) - running an

[yocto] File system for alternate partition

2014-06-23 Thread Bollinger, Seth
Hello All, I need to generate a new file system for an alternate partition (not rootfs). What’s the best way to go about this? I may need to create files with all different users/permission (perhaps root). Do I need to use pseudo? Are there any examples of this out there? Thanks! Seth --

Re: [yocto] Adding files to the hddimg

2014-06-23 Thread Anders Darander
* Francois P. Gallichand francois.p.gallich...@ca.abb.com [140618 19:22]: Thanks for the reply. But that's not really what I want to achieve. Really, I just want to copy some files into the .hddimg file that is built as a result of running bitbake. Like I said, I tried to extend the

Re: [yocto] File system for alternate partition

2014-06-23 Thread Søren Holm
Hi Make bitbake give you a tar.bz2 and then create the partitions etc. yourself using an additional script. Wether it could be integrate I do not know. Mandag den 23. juni 2014 11:59:30 skrev Bollinger, Seth: Hello All, I need to generate a new file system for an alternate partition (not

Re: [yocto] File system for alternate partition

2014-06-23 Thread Bollinger, Seth
Make bitbake give you a tar.bz2 and then create the partitions etc. yourself using an additional script. Wether it could be integrate I do not know. I guess I didn¹t think about using a full image as I would need to remove a bunch of stuff, but maybe that is the best way. That way I can keep

[yocto] What is the simplest, or better yet, canonical way to add a shell script to core-image-minimal?

2014-06-23 Thread Patrick Doyle
Should I create a core-image-minimal.bbappend file with a SRC_URI pointing to my script and a do_install rule to install it? Is there a better way? --wpd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Yocto Labs

2014-06-23 Thread Jeff Osier-Mixon
Hi Arun - this page contains some of the hands-on labs we presented at YP Developer Days, with the kernel lab very recently updated: https://www.yoctoproject.org/tools-resources/training hope that helps On Sat, Jun 21, 2014 at 5:33 PM, Arun Kumar arunkr.li...@gmail.com wrote: Hi, I am

Re: [yocto] Hi

2014-06-23 Thread Jeff Osier-Mixon
Hello - these are questions with a very large set of answers. I think you probably want to start with the documentation: https://www.yoctoproject.org/documentation/current best of luck On Fri, Jun 20, 2014 at 11:55 PM, Himanshu Pandey pandey_himansh...@rediffmail.com wrote: Hi, I am a

Re: [yocto] the apparent need for docbook replaceable tag in manual examples

2014-06-23 Thread Christopher Larson
On Sun, Jun 22, 2014 at 6:20 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: as i said, it took me a few minutes to figure out what the conditional metadata example above was trying to demonstrate, but as soon as i saw a real example in the codebase, it was perfectly clear. to this end,

[yocto] Cross compiler in yocto

2014-06-23 Thread Bharath Chandra
Hi, I am new to yocto. I have a gumstix board which is up and running, but it does not have GCC on it. I have to compile and run some c programs on my image. What is the process to do that?? Is there any documentation available about the cross compiler. Kindly provide me any pointer which would

Re: [yocto] Cross compiler in yocto

2014-06-23 Thread Alex J Lennon
On 23/06/2014 18:28, Bharath Chandra wrote: Hi, I am new to yocto. I have a gumstix board which is up and running, but it does not have GCC on it. I have to compile and run some c programs on my image. What is the process to do that?? Is there any documentation available about the cross

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

2014-06-23 Thread Jolley, Stephen K
Agenda: * Opens collection - 5 min (Stephen) * Yocto 1.7 status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.7_Status https://wiki.yoctoproject.org/wiki/Yocto_1.7_Schedule https://wiki.yoctoproject.org/wiki/Yocto_1.7_Features * SWAT team rotation: Paul - Saul

[yocto] SRC_URI issue in recipe writing

2014-06-23 Thread Pourya Shirazian
Hi, When writing a recipe the SRC_URI is supposed to accept git repository addresses but the following fails to build for me: 1. With http URL: It also does not allow my credentials to be embedded in the URI SRC_URI = http://mygitserver.net/myproject.git;protocol=http;branch=master

[yocto] Yocto Project 1.6.1 rc3 available for test

2014-06-23 Thread Flanagan, Elizabeth
Please begin testing: http://autobuilder.yoctoproject.org/pub/releases/yocto-1.6.1 bitbake2ae1fa629acf1a37f2c8ad929285cc7c76a9a40b eclipse-poky-juno26bfc407781aa185f244a47ba63120343cee4a37 eclipse-poky-kepler1dfe1d2f1322b5fda8e1a7637c447b0e060efb3e meta-fsl-arm

[linux-yocto] Keyboard on Beaglebone Black

2014-06-23 Thread Sven Vos
Hello, I am trying to get a Keyboard working on a Beaglebone Black. But after building a non-custom core-image-minimal and running it on the beaglebone black, i saw that the display works, but my keyboard doesnt. I think it has something to do with the USB OTG but i have not a clue what need to

Re: [linux-yocto] Keyboard on Beaglebone Black

2014-06-23 Thread Bruce Ashfield
On 14-06-23 02:59 AM, Sven Vos wrote: Hello, I am trying to get a Keyboard working on a Beaglebone Black. But after building a non-custom core-image-minimal and running it on the beaglebone black, i saw that the display works, but my keyboard doesnt. I think it has something to do with the USB

Re: [linux-yocto] Keyboard on Beaglebone Black

2014-06-23 Thread Kevin Hao
On Mon, Jun 23, 2014 at 11:39:57AM -0400, Bruce Ashfield wrote: On 14-06-23 02:59 AM, Sven Vos wrote: Hello, I am trying to get a Keyboard working on a Beaglebone Black. But after building a non-custom core-image-minimal and running it on the beaglebone black, i saw that the display works,