Current Dev Position: YP 2.1 M2
Next Deadline: YP 2.1 M2 Cutoff (Feature Freeze) date is January 25, 2016 noon
GMT
SWAT team rotation: Beth -> Saul
https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team
Key Status/Updates:
* M1 release has been build and passed to QA
*
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 i
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, Federico Pietro Briata wrot
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
/home/federico/yocto/imx6/R6.0/b
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. mymachine-distro-li
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 deletions(-)
diff --git a/upgradehelper.p
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
2 files change
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(+), 1 deletion(-)
diff --git a/mod
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 | 4 +-
2 files changed, 72 ins