[yocto] 答复: Yocto Linux kernel 4.8 boot can't login.

2017-01-12 Thread Richard Zhang
Thanks,now work fine. Richard 发件人: Khem Raj 发送时间: 2017年1月13日 0:23:24 收件人: Richard Zhang 抄送: yocto@yoctoproject.org 主题: Re: [yocto] Yocto Linux kernel 4.8 boot can't login. On Wed, Jan 11, 2017 at 9:48 PM, Richard Zhang

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.8.bb: Upgrade to 4.8.16

2017-01-12 Thread Khem Raj
On Thu, Jan 12, 2017 at 1:54 PM, Andrei Gherzan wrote: > On Thu, Jan 12, 2017 at 6:29 PM, Khem Raj wrote: >> Signed-off-by: Khem Raj >> --- >> recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++-- >> 1 file changed, 2 insertions(+),

Re: [yocto] Building on MacOS X

2017-01-12 Thread Mark Hatle
On 1/12/17 11:41 AM, Roger Smith wrote: > I have Parallels (running on El Capitan the one before Sierra) and ubuntu 14 > running my current build environment on a MacBook Pro, but boy is the build > slow… I also worked at Apple for 19 years on drivers inside MacOS X/iOS, so I > am > more than

Re: [yocto] Building on MacOS X

2017-01-12 Thread Tim Orling
> On Jan 12, 2017, at 8:50 AM, Andrea Galbusera wrote: > > On Thu, Jan 12, 2017 at 5:21 PM, Belisko Marek > wrote: > On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling >

Re: [yocto] Building on MacOS X

2017-01-12 Thread Tim Orling
> On Jan 12, 2017, at 10:43 AM, Maciej Borzęcki > wrote: > > On Thu, Jan 12, 2017 at 7:12 PM, Andrea Galbusera > wrote: >> On Thu, Jan 12, 2017 at 6:55 PM, Maciej Borzęcki >> wrote: >>> >>>

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.8.bb: Upgrade to 4.8.16

2017-01-12 Thread Andrei Gherzan
On Thu, Jan 12, 2017 at 6:29 PM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb >

Re: [yocto] Override machine conf settings

2017-01-12 Thread Khem Raj
On Thu, Jan 12, 2017 at 10:37 AM, Ayoub Zaki wrote: > Hello, > > I'm trying to figure out how can I override machine settings, for example in > raspberrypi I want to change default kernel version from 4.4.x to 4.1.x for > that I created in my layer

Re: [yocto] Building on MacOS X

2017-01-12 Thread Maciej Borzęcki
On Thu, Jan 12, 2017 at 7:12 PM, Andrea Galbusera wrote: > On Thu, Jan 12, 2017 at 6:55 PM, Maciej Borzęcki > wrote: >> >> On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling >> wrote: >> > You can also build using Docker

[yocto] Override machine conf settings

2017-01-12 Thread Ayoub Zaki
Hello, I'm trying to figure out how can I override machine settings, for example in raspberrypi I want to change default kernel version from 4.4.x to 4.1.x for that I created in my layer meta-somelayer/conf/machine/raspberrypi.conf : require conf/machine/raspberrypi.conf

[yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi_4.9.bb: Add recipe for 4.9 release

2017-01-12 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_4.9.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb

[yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.8.bb: Upgrade to 4.8.16

2017-01-12 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb index 7511f93..be25e65 100644 ---

Re: [yocto] Building on MacOS X

2017-01-12 Thread Andrea Galbusera
On Thu, Jan 12, 2017 at 6:55 PM, Maciej Borzęcki wrote: > On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling > wrote: > > You can also build using Docker containers: > > https://github.com/crops/docker-win-mac-docs/wiki > > IIRC docker on

Re: [yocto] Building on MacOS X

2017-01-12 Thread Burton, Ross
On 12 January 2017 at 17:55, Maciej Borzęcki wrote: > IIRC docker on mac relies on docker-machine, which in turn spins up a > virtualbox VM. > That's the old Docker (Docker Toolbox), the new Docker (Docker for Mac) uses the built-in hypervisor so basically works

Re: [yocto] Building on MacOS X

2017-01-12 Thread Maciej Borzęcki
On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling wrote: > You can also build using Docker containers: > https://github.com/crops/docker-win-mac-docs/wiki IIRC docker on mac relies on docker-machine, which in turn spins up a virtualbox VM. > > On Jan 12, 2017, at

Re: [yocto] Building on MacOS X

2017-01-12 Thread Burton, Ross
On 12 January 2017 at 17:41, Roger Smith wrote: > As I mentioned, I tried to simply source the oe-init-build-env, and got an > error that the readlink command that yocto is using is incompatible with > the bsd version of readlink built into os x. > Yes, we assume GNU

Re: [yocto] Building on MacOS X

2017-01-12 Thread Roger Smith
I have Parallels (running on El Capitan the one before Sierra) and ubuntu 14 running my current build environment on a MacBook Pro, but boy is the build slow… I also worked at Apple for 19 years on drivers inside MacOS X/iOS, so I am more than motivated to have this working natively rather

Re: [yocto] [oe] [Openembedded-architecture] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-12 Thread Burton, Ross
On 12 January 2017 at 14:18, Hudson, Sean wrote: > It's a great point. I have volunteered Mentor's teleconference, but the > onsite pickup is always a challenge. Once we've finalized the location, > I'll focus on making sure that we have a high quality pickup(s) in

Re: [yocto] Building on MacOS X

2017-01-12 Thread Andrea Galbusera
On Thu, Jan 12, 2017 at 5:21 PM, Belisko Marek wrote: > On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling > wrote: > > You can also build using Docker containers: > > https://github.com/crops/docker-win-mac-docs/wiki > Well the re is other

Re: [yocto] Building on MacOS X

2017-01-12 Thread Khem Raj
On Thu, Jan 12, 2017 at 8:21 AM, Belisko Marek wrote: > On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling > wrote: >> You can also build using Docker containers: >> https://github.com/crops/docker-win-mac-docs/wiki > Well the re is other

Re: [yocto] Yocto Linux kernel 4.8 boot can't login.

2017-01-12 Thread Khem Raj
On Wed, Jan 11, 2017 at 9:48 PM, Richard Zhang wrote: > Starting crond: setuid: Function not implemented Linux gained a new config option, CONFIG_MULTIUSER, that makes support for non-root users optional. This results in a number of syscalls being disabled setuid is one

Re: [yocto] Building on MacOS X

2017-01-12 Thread Belisko Marek
On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling wrote: > You can also build using Docker containers: > https://github.com/crops/docker-win-mac-docs/wiki Well the re is other limitation about slow filesystem access from docker on osx. There is workaround to use nfs

Re: [yocto] Building on MacOS X

2017-01-12 Thread Tim Orling
You can also build using Docker containers: https://github.com/crops/docker-win-mac-docs/wiki > On Jan 12, 2017, at 7:34 AM, Burton, Ross wrote: > > > On 12 January 2017 at 15:14, Roger Smith

Re: [yocto] Building on MacOS X

2017-01-12 Thread Burton, Ross
On 12 January 2017 at 15:39, Tim Orling wrote: > You can also build using Docker containers: > https://github.com/crops/docker-win-mac-docs/wiki > Yes, this is the link I was failing to find, thanks Tim. This is basically the official way of using OE on

Re: [yocto] Building on MacOS X

2017-01-12 Thread Mark Hatle
On 1/12/17 9:14 AM, Roger Smith wrote: > Is there any documentation for running the Yocto build system on Mac OS X or > macOS as Apple now calls it? I am working with the Intel Aero board. Before I > go > down the rabbit hole of fixing issues like this one (and I am using the bash > shell), I’d

Re: [yocto] Building on MacOS X

2017-01-12 Thread Burton, Ross
On 12 January 2017 at 15:14, Roger Smith wrote: > Is there any documentation for running the Yocto build system on Mac OS X > or macOS as Apple now calls it? I am working with the Intel Aero board. > Before I go down the rabbit hole of fixing issues like this one (and I

Re: [yocto] [meta-selinux] What's the point of refpolicy-minimum?

2017-01-12 Thread Joe MacDonald
Hi guys, [Re: [meta-selinux] What's the point of refpolicy-minimum?] On 17.01.12 (Thu 12:57) wenzong fan wrote: > On 01/10/2017 10:48 PM, Joe MacDonald wrote: > >Wenzong / Shrikant, > > > >I thought I knew the answer to the above question, and maybe my > >understanding is still correct, but I

[yocto] Building on MacOS X

2017-01-12 Thread Roger Smith
Is there any documentation for running the Yocto build system on Mac OS X or macOS as Apple now calls it? I am working with the Intel Aero board. Before I go down the rabbit hole of fixing issues like this one (and I am using the bash shell), I’d like to know if anyone has build it on os x

Re: [yocto] [Openembedded-architecture] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-12 Thread Hudson, Sean
Paul, It's a great point. I have volunteered Mentor's teleconference, but the onsite pickup is always a challenge. Once we've finalized the location, I'll focus on making sure that we have a high quality pickup(s) in the room. If possible, I'll get a true video-conference setup. -- Sean

Re: [yocto] sstate pruning

2017-01-12 Thread Burton, Ross
On 12 January 2017 at 13:38, Gary Thomas wrote: > Any constructive ideas for cleaning out a ver long standing > sstate cache? I have one build tree that is now approaching > a year old (I do builds there all the time, sometimes many > times per day). The sstate-cache is

Re: [yocto] sstate pruning

2017-01-12 Thread André Draszik
On Thu, 2017-01-12 at 14:38 +0100, Gary Thomas wrote: > Any constructive ideas for cleaning out a ver long standing > sstate cache?  I have one build tree that is now approaching > a year old (I do builds there all the time, sometimes many > times per day).  The sstate-cache is HUGE.  Any ideas on

[yocto] sstate pruning

2017-01-12 Thread Gary Thomas
Any constructive ideas for cleaning out a ver long standing sstate cache? I have one build tree that is now approaching a year old (I do builds there all the time, sometimes many times per day). The sstate-cache is HUGE. Any ideas on how I can purge/cleanup? Note: 'atime' is probably not

Re: [yocto] Confusing error

2017-01-12 Thread Gary Thomas
On 2017-01-12 11:19, Gary Thomas wrote: Lately I've been seeing errors like these: ERROR: When reparsing /local/poky-cutting-edge/meta/recipes-core/base-files/base-files_3.0.14.bb.do_install, the basehash value changed from 9505eae6877992fa6b9e3148cf3752eb to

[yocto] Confusing error

2017-01-12 Thread Gary Thomas
Lately I've been seeing errors like these: ERROR: When reparsing /local/poky-cutting-edge/meta/recipes-core/base-files/base-files_3.0.14.bb.do_install, the basehash value changed from 9505eae6877992fa6b9e3148cf3752eb to f19b1f7c30c515ab9ef905f96b6eaa5e. The metadata is not deterministic and

[yocto] Release Candidate Build for yocto-2.2.1.rc1 now available.

2017-01-12 Thread Poky Build User
A release candidate build for yocto-2.2.1.rc1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.2.1.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-qt4 : 2c7f8df9039be498f8a2232d1428adb7f4e5e800 meta-intel :