[yocto] creating a ubuntu rootfs

2015-12-11 Thread Christopher Hossack
Hi, I'm trying to create a Yocto kernel with a ubuntu-core rootfs. At the moment I'm creating a core-image-base and then splatting an ubuntu-core-12.04.5-core-armhf.tar.gz over the rootfs on the image. eg Create a core-image-base image $ bitbake core-image-base Insert a sdcard and copy the core

Re: [yocto] [meta-java] [PATCH] gnumail: Fix race condition in makefile fail to apply

2015-12-11 Thread Federico Pietro Briata
Hi Maxin, thanks a lot, after a pull it's working but now I got a different issue.. :/ I'll send a separate email about the current trouble.. Thanks again Federico 2015-12-11 14:23 GMT+01:00 Maxin B. John : > Hi Federico, > > On Fri, Dec 11, 2015 at 12:45:18PM +0100,

[yocto] [[AUH] 4/4] utils/bitbake.py: Preserve runs in error log.

2015-12-11 Thread Aníbal Limón
When AUH is trying to do upgrades every time that fails the error log is overwrite so now append the errors this provides better complete error info to the Maintainer. Signed-off-by: Aníbal Limón --- modules/utils/bitbake.py | 2 +- 1 file changed, 1 insertion(+),

[yocto] [[AUH] 3/4] upgradehelper.py: Don't remove patches if fails to apply

2015-12-11 Thread Aníbal Limón
Instead of remove patches when fails to apply now comment it this helps the maintainer to review why the patch failed to apply. Signed-off-by: Aníbal Limón --- modules/recipe/base.py | 114 ++--- upgradehelper.py |

[yocto] [[AUH] 2/4] testimage: Move run code from upgradehelper to testimage

2015-12-11 Thread Aníbal Limón
Modularize code in order to keep upgradehelper small so move the code from main module to testimage. Signed-off-by: Aníbal Limón --- modules/testimage.py | 107 --- upgradehelper.py | 85

[yocto] [[AUH] 1/4] upgradehelper: commit_changes ensure that patch_file exist

2015-12-11 Thread Aníbal Limón
If patch_file isn't generated treat it as an error this avoid future exceptions in package_handler when try to send/save email. Signed-off-by: Aníbal Limón --- upgradehelper.py | 34 +++--- 1 file changed, 27 insertions(+), 7

[yocto] [meta-java] openjdk-8 fail to build

2015-12-11 Thread Federico Pietro Briata
Hi All, I'm trying to build openjdk-8 but I'm stuck. my current setup does not define anything for: #PREFERRED_PROVIDER_virtual/java-native #PREFERRED_PROVIDER_virtual/javac-native follow the log error ERROR: Function failed: do_configure (log file is located at

[yocto] Understanding build work directories (machine vs tuning)

2015-12-11 Thread Michael Habibi
I have created a new machine, and that new machine has a tuning specific to our architecture. For example, machine=mymachine and mymachine's default tuning is myarch. I've noticed that for the target, we actually get two different work directories: one based on my machine, e.g.

Re: [linux-yocto] [PATCH 0/1] Add patch to fix missing checkpoint on yaffs2, for master

2015-12-11 Thread Bruce Ashfield
On 15-12-10 04:36 AM, zhe...@windriver.com wrote: From: He Zhe Please apply this set of patches on master branch from git://git.yoctoproject.org/yocto-kernel-cache merged. Bruce He Zhe (1): yaffs2: Add patch to fix missing checkpoint

Re: [linux-yocto] [PATCH 0/1] Add patch to fix missing checkpoint on yaffs2, for yocto-4.1

2015-12-11 Thread Bruce Ashfield
On 15-12-10 04:35 AM, zhe...@windriver.com wrote: From: He Zhe Please apply this set of patches on yocto-4.1 branch from git://git.yoctoproject.org/yocto-kernel-cache merged. Bruce He Zhe (1): yaffs2: Add patch to fix missing checkpoint