[yocto] [PATCH][meta-yocto] local.conf.sample: update upstream sstate mirror url

2018-11-15 Thread Martin Hundebøll
The prefilled upstream SSTATE_MIRROR setting in the sample configuration should match the current Yocto release. Signed-off-by: Martin Hundebøll --- meta-poky/conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/local.conf.sample b/meta-poky

[yocto] [PATCH][meta-yocto][thud] local.conf.sample: update upstream sstate mirror url

2018-11-15 Thread Martin Hundebøll
The prefilled upstream SSTATE_MIRROR setting in the sample configuration should match the current Yocto release. Signed-off-by: Martin Hundebøll --- Are we sure the sstate mirror is properly updated? I tried using it on thud in a ubuntu-16.04 docker container, but wasn't able to get any hits

Re: [yocto] SRC_URI git from ssh fails

2018-07-10 Thread Martin Hundebøll
Hi again, On 2018-07-10 10:37, Martin Hundebøll wrote: Hi Mauro, On 2018-07-10 10:31, Mauro Ziliani wrote: Hi all I'm working with Krogoth and imx6dlsabresd board. I'm in trouble fetching source code from a git repository via ssh. If I get manually the source codes with git clone ssh

Re: [yocto] SRC_URI git from ssh fails

2018-07-10 Thread Martin Hundebøll
${WORKDIR}/${PN}-${PV}" the fecth task fails. I try also SRCREV="0.4" outside SRC_URI and rev=0.4 in place of tag=0.4 Where I mistake? Thanks MZ -- Kind regards, Martin Hundebøll Embedded Linux Consultant +45 61 65 54 61 mar...@gea

Re: [yocto] [PATCH] [yocto-autobuilder] master.cfg: Defaults autobuilder URL based on FQDN

2018-07-10 Thread Martin Hundebøll
it :) // Martin Cheers, Aaron From: Martin Hundebøll [mar...@geanix.com] Sent: Tuesday, July 10, 2018 2:10 PM To: Chan, Aaron Chun Yew; richard.pur...@linuxfoundation.org; yocto@yoctoproject.org; Burton, Ross; Eggleton, Paul Subject: Re: [yocto] [PATCH] [yocto

Re: [yocto] [PATCH] [yocto-autobuilder] master.cfg: Defaults autobuilder URL based on FQDN

2018-07-10 Thread Martin Hundebøll
buildbotURL'] = url -- Kind regards, Martin Hundebøll Embedded Linux Consultant +45 61 65 54 61 mar...@geanix.com Geanix IVS DK39600706 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] loading FPGA bitfile with u-boot spl on ZYBO

2018-06-26 Thread Martin Hundebøll
hanks Simon -- Kind regards, Martin Hundebøll Embedded Linux Consultant +45 61 65 54 61 mar...@geanix.com Geanix IVS DK39600706 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Rocko: how to remove python3 from target's rootfs

2018-06-26 Thread Martin Hundebøll
783876282171=ufsRBgUTpR%2FkmX nFCeMK0DbS27uX9L8z15Y0S3Z%2Bct0%3D=0 -- Kind regards, Martin Hundebøll Embedded Linux Consultant +45 61 65 54 61 mar...@geanix.com Geanix IVS DK39600706 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How to patch a file in mysql recipe

2018-04-20 Thread Martin Hundebøll
Hi Greg, On 2018-04-19 00:06, Greg Wilson-Lindberg wrote: I need to patch the my.cnf file that is part of the mysql/mariadb recipe. It lives in meta-openembedded/meta-oe/recipes-support/mysql/mariadb/my.cnf with the mariadb_5.5.52.bb file one level down. I've set up a

Re: [yocto] Connecting to mysql/mariadb

2018-04-18 Thread Martin Hundebøll
Hi Greg, On 2018-04-17 18:50, Greg Wilson-Lindberg wrote: I've got a Yocto system that I'm working on that has mysql/mariadb configured but I can't connect to it with MySQL Workbench from another machine. mariadb is running, the network connection is live, but when I try to connect using

Re: [yocto] [meta-selinux][PATCH 1/3] libselinux: refresh patches to fix QA warning

2018-04-16 Thread Martin Hundebøll
Hi Yi, On 2018-04-13 10:38, Yi Zhao wrote: Refresh patches with devtool command to fix do_patch warning. Signed-off-by: Yi Zhao --- ...c-Makefile-fix-includedir-in-libselinux.pc.patch | 14 ++ .../libselinux-define-FD_CLOEXEC-as-necessary.patch | 14

Re: [yocto] Removing busybox completely from the generated image

2018-02-20 Thread Martin Hundebøll
Hi Ivan, On 2018-02-19 17:13, Iván Castell wrote: 2018-02-19 16:18 GMT+01:00 Maxin B. John >: Hi, On Mon, Feb 19, 2018 at 02:17:38AM -0800, Khem Raj wrote: > On Mon, Feb 19, 2018 at 12:35 AM, Iván Castell >

Re: [yocto] [meta-raspberrypi] linux kernel rt

2018-01-26 Thread Martin Hundebøll
, mainline linux fully supports each RPi revision. I guess linux-yocto-rt would be just fine... -- MARTIN HUNDEBØLL, Prevas A/S Software Developer Hedeager 3, DK-8200 Aarhus N Phone +45 87438070 Mobile +45 25562438 martin.hundeb...@prevas.dk www.prevas.com

Re: [yocto] Postinstallation script warnings in Yocto 2.4 Rocko

2018-01-08 Thread Martin Hundebøll
? -- MARTIN HUNDEBØLL, Prevas A/S Software Developer Hedeager 3, DK-8200 Aarhus N Phone +45 87438070 Mobile +45 25562438 martin.hundeb...@prevas.dk www.prevas.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH] beaglebone: Fix serial console device node

2018-01-08 Thread Martin Hundebøll
Hi Marek, On 2018-01-07 17:16, Marek Vasut wrote: The serial console on BBB is on /dev/ttyS0 , not /dev/ttyO0 . This changed again, so fix this. Signed-off-by: Marek Vasut Cc: Joshua Lock Cc: Richard Purdie ---

Re: [yocto] recipe to clean up files from rootfs

2017-12-13 Thread Martin Hundebøll
@yoctoproject.org>>> https://lists.yoctoproject.org/listinfo/yocto <https://lists.yoctoproject.org/listinfo/yocto>         <https://lists.yoctoproject.org/listinfo/yocto <https://lists.yoctoproject.org/listinfo/yocto>>        

Re: [yocto] When are file checksums gathered from files, for tasks? During recipe parsing?

2017-11-22 Thread Martin Hundebøll
Hi Paul, On 2017-11-22 09:10, Paul Knopf wrote: I have a recipe that depends on a deployed output from an image. -- SRC_URI += "file://${DEPLOY_DIR_IMAGE}/my-image-${MACHINE}.wic.update.tar.gz;subdir=update" do_fetch[depends] +=

Re: [yocto] Forcing a single task to re-run each build, by default.

2017-11-22 Thread Martin Hundebøll
ME" do_deploy[stamp-extra-info] = "${DATETIME}" In our process we force redeployment of images with "nostamp": do_deploy[nostamp] += "1" I think that would work for you too. -- MARTIN HUNDEBØLL, Prevas A/S Software Developer Hedeager 3, DK

Re: [yocto] Customize SDKPATH

2017-11-07 Thread Martin Hundebøll
_ARCH}-${SDK_OS}-${REAL_MULTIMACH_TARGET_SYS}" -- MARTIN HUNDEBØLL, Prevas A/S Software Developer Hedeager 3, DK-8200 Aarhus N Phone +45 87438070 Mobile +45 25562438 martin.hundeb...@prevas.dk www.prevas.com -- ___ yocto mailing list yocto@yo

Re: [yocto] Customize SDKPATH

2017-11-05 Thread Martin Hundebøll
_ARCH}-${SDK_OS}-${REAL_MULTIMACH_TARGET_SYS}" -- MARTIN HUNDEBØLL, Prevas A/S Software Developer Hedeager 3, DK-8200 Aarhus N Phone +45 87438070 Mobile +45 25562438 martin.hundeb...@prevas.dk www.prevas.com -- ___ yocto mailing list yocto@yo