Re: [yocto] [meta-rockchip][PATCH v2 4/5] classes: rockchip-gpt-img: add

2017-02-26 Thread Trevor Woerner
> what about use BOOT_IMG = "boot-${MACHINE}-${DATETIME}.img" instead? That > will leave the previous build for debug and avoid trouble. Using boot-${MACHINE}-${DATETIME}.img doesn't work, it leads to the following errors: ERROR: When reparsing

[linux-yocto] [yocto-2.2.1][PATCH] Revert "tty: serial: 8250: add CON_CONSDEV to flags"

2017-02-26 Thread Dengke Du
From: Herbert Xu Upstream commit: 6741f551a0b26479de2532ffa43a366747e6dbf3 This commit needs to be reverted because it prevents people from using the serial console as a secondary console with input being directed to tty0. IOW, if you boot with console=ttyS0

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

2017-02-26 Thread recipe-report
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 at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version

Re: [yocto] Conflicts: Meta-layers with same priority

2017-02-26 Thread SatyaNarayana Sampangi
Thanks Paul. -Satya Sampangi On Mon, Feb 27, 2017 at 2:31 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Sunday, 26 February 2017 9:24:05 PM NZDT SatyaNarayana Sampangi wrote: > > Hi all, > > > > I need to know, if two meta-layers in poky has the same priority, then > how > > it

[yocto] [PATCH 2/2] yocto-bsp: remove 4.4 bbappend

2017-02-26 Thread Bruce Ashfield
The 4.4 kernel has been dropped, so we remove the associated bbappends. Signed-off-by: Bruce Ashfield --- .../recipes-kernel/linux/linux-yocto_4.4.bbappend | 26 -- 1 file changed, 26 deletions(-) delete mode 100644

[yocto] [PATCH 0/2] poky/yocto-bsps: kernel version updates

2017-02-26 Thread Bruce Ashfield
Hi all, These patches depend on the series sent to oe-core on Sunday February 26th. That series introduces 4.10 as the latest kernel, and includes built/boot testing for the qemu machines. As such, we can jump over 4.9 and make 4.10 the default version. Also, since 4.4 is dropped in that

Re: [yocto] Trying to build yocto-morty on ubuntu-16, machine reboots in the middle of the build

2017-02-26 Thread akuster808
On 2/25/17 8:16 AM, Joshua Watt wrote: > > On 02/24/2017 11:36 AM, Burton, Ross wrote: >> >> On 23 February 2017 at 13:24, William McKinney > > wrote: >> >> I’m trying to build the yocto-morty release on an ubuntu 16.04.2 >> LTS box with 16GB

Re: [yocto] Python3 partial rootfs installation

2017-02-26 Thread Paul Eggleton
On Sunday, 26 February 2017 12:10:24 AM NZDT Jakob Simon-Gaarde wrote: > Thanks for the answer. I tried adding it as a dependency but I get this: > ERROR: Nothing PROVIDES 'python3-modules' Based on your email, this is a runtime situation you are trying to resolve - and python3-modules is a

Re: [yocto] Conflicts: Meta-layers with same priority

2017-02-26 Thread Paul Eggleton
On Sunday, 26 February 2017 9:24:05 PM NZDT SatyaNarayana Sampangi wrote: > Hi all, > > I need to know, if two meta-layers in poky has the same priority, then how > it is resolved. > > say e.g, > > mylayer-1 with default priority:6 > mylayer-2 with default priority:6 > > How it will be

[yocto] Conflicts: Meta-layers with same priority

2017-02-26 Thread SatyaNarayana Sampangi
Hi all, I need to know, if two meta-layers in poky has the same priority, then how it is resolved. say e.g, mylayer-1 with default priority:6 mylayer-2 with default priority:6 How it will be resolved. Answers would be appreciated! Thanks in Advance, satya --