[yocto] [PATCH] Allow specifying subdir for rootfs when using wic -e

2017-11-17 Thread Volker Vogelhuber
--- scripts/lib/wic/ksparser.py | 1 + scripts/lib/wic/partition.py | 1 + scripts/lib/wic/plugins/source/rootfs.py | 7 --- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/lib/wic/ksparser.py b/scripts/lib/wic/ksparser.py index 99b66eebc5..a9e07

[yocto] Allow specifying sub directories for rootfs when using wic -e

2017-11-17 Thread Volker Vogelhuber
I currently have an image with six different partitions. See the following partition configuration: ># bootloader >part /boot/EFI --source bootimg-efi --sourceparams="loader=systemd-boot" >--ondisk mmcblk --fstype=vfat --label boot --active --align 1024 --size 20 >--overhead-factor=1.0 --uuid="

[yocto] Mercurial Authorization and Fetch with AUTOREV

2016-01-29 Thread Volker Vogelhuber
Due to the change in commit 9e24bde011479d9f22830080720510e52e9923d8 within the hg.py fetcher that it calls runfetchmd with "up" instead of "update" there's a problem when handling username and password access in _buildhgcommand. Another problem in the hg.py is when we use AUTOREV for fetching

[yocto] HG Fetch with username and password in url

2013-10-29 Thread Volker Vogelhuber
within the URL of the SRC_URI variable. But the current hg.py fetcher does not completely support this. Attached is a patch that fixes the missing parts. -- *Volker Vogelhuber*| Softwareentwickler *PENTAX**MEDICA**L */Excellence in Focus//^TM / Tel: +49(0)821-650566-18 v.vogelhu

Re: [yocto] Out of tree build yocto dylan

2013-10-29 Thread Volker Vogelhuber
On 28.10.2013 19:46, Trevor Woerner wrote: On 28 October 2013 03:22, Volker Vogelhuber wrote: I'm currently trying to have the TMPDIR moved out of the normal repository path under dylan. If I set it to TMPDIR = "${TOPDIR}/../../build/tmp" Does it work better if you use an abs

[yocto] Out of tree build yocto dylan

2013-10-28 Thread Volker Vogelhuber
I'm currently trying to have the TMPDIR moved out of the normal repository path under dylan. If I set it to TMPDIR = "${TOPDIR}/../../build/tmp" some of the build recipes fail because of the dots (e.g. mkdir-p.pl in openssl and ti-dsp-link from the meta-ti repository). I fixed it by adding a re

Re: [yocto] building yocto image from git always switches branch

2013-03-15 Thread Volker Vogelhuber
Hi, > Interesting. Are you working out of yocto/oe-core master ? The linux > yocto kernel support should always fail if the kernel source dir > isn't a git repo (or convert it into one) and not impact the main > yocto/oe-core tree. As mentioned in the first post, I checked out the danny branch.

Re: [yocto] building yocto image from git always switches branch

2013-03-15 Thread Volker Vogelhuber
Volker Vogelhuber writes: > When I change to the build directory and start building the image using > bitbake, there seems to be a git call somewhere in the recipes that > switches the branch of the poky git checkout back to master. Of course > that results in a total misbeha

[yocto] building yocto image from git always switches branch

2013-03-12 Thread Volker Vogelhuber
I currently try to create a kernel and rootfs image based on yocto 1.3. I cloned the poky git repository and switched to danny branch. For some reason during the bitbake run for creating the image the branch of my local git repository is always switched to master, which of course won't match wi