Re: [yocto] [meta-raspberrypi][ostree] build errors

2019-09-11 Thread Alex Kiernan
hes away from an ostree recipe that's I think should be in a fit state to go into meta-oe: https://github.com/akiernan/meta-ostree-core/blob/master/recipes-ostree/ostree/ostree.inc -- Alex Kiernan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [go] Any meta layers for InfluxDB, Telegraf, Kapacitor

2019-03-13 Thread Alex Kiernan
it's not important enough for me at this point to spend the time on it). -- Alex Kiernan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [opkg-devel] [opkg-utils] Question: why update-alternatives from opkg-utils chooses /usr/lib to hold database?

2019-03-06 Thread Alex Kiernan
On Wed, Mar 6, 2019 at 11:37 PM Mark Hatle wrote: > > On 3/5/19 10:44 PM, Alex Kiernan wrote: > > On Tue, Mar 5, 2019 at 10:50 PM Richard Purdie > > wrote: > >> > >> On Tue, 2019-03-05 at 16:05 +, Alejandro Del Castillo wrote: > >>> >

Re: [yocto] [opkg-devel] [opkg-utils] Question: why update-alternatives from opkg-utils chooses /usr/lib to hold database?

2019-03-05 Thread Alex Kiernan
or in fact any package manager on a target), but I do use OSTree, where my /var isn't part of what gets deployed to a device (https://ostree.readthedocs.io/en/latest/manual/adapting-existing/#adapting-existing-package-managers) so having the option to keep it in /usr would be important to anyone who has mechanisms like that. -- Alex Kiernan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] wic creates invalid image

2018-11-13 Thread Alex Kiernan
3 205520896356515839150994944 ext4 > 4 356515840507510783150994944 ext4 > > Any suggestions on what is going on here? > I've not checked, but I'd assume it's switched to extended partitions, since MBR only has 4 primary partitions. -- Alex Kiernan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-security][PATCH] keyutils: Fix build with usrmerge

2018-09-16 Thread Alex Kiernan
. Alternatively if they are unneeded, avoid installing them or delete them within do_install. keyutils: 3 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Alex Kiernan --- recipes-security/keyutils/keyutils_1.5.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [yocto] Production vs Debug Images

2018-08-28 Thread Alex Kiernan
ta-refkit-core/classes/image-mode-variants.bbclass -- Alex Kiernan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-security][PATCH] libseccomp: Drop RDEPENDS on bash

2018-08-13 Thread Alex Kiernan
Commit ada3eee ("libseccomp: fix rdepends") added RDEPENDS on bash, but this is no longer needed, so drop it. Signed-off-by: Alex Kiernan --- recipes-security/libseccomp/libseccomp_2.3.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-security/libseccomp/libseccomp_2

Re: [yocto] File copy to bootfs

2018-07-29 Thread Alex Kiernan
install -m 0644 ${WORKDIR}/config.txt ${DEPLOY_DIR_IMAGE}/boot/ > sbcconf/config.txt > > with: > > wic cp ${WORKDIR}/config.txt --native-sysroot /boot/sbcconf/config.txt > > > On 29 July 2018 at 01:46, Alex Kiernan wrote: > >> wic cp? Can't spot it in the manual, but look

Re: [yocto] File copy to bootfs

2018-07-29 Thread Alex Kiernan
wic cp? Can't spot it in the manual, but look in: https://git.yoctoproject.org/cgit.cgi/poky/plain/scripts/lib/wic/help.py On Sun, 29 Jul 2018, 07:01 Karim Gillani, wrote: > This commands places the file in the /boot directory but then a script > used within rootfs can't see it. > > install

[yocto] [PATCH] ref-variables: Document UBOOT_DTB_LOADADDRESS/UBOOT_DTBO_LOADADDRESS

2018-06-16 Thread Alex Kiernan
Document UBOOT_DTB_LOADADDRESS (address used for device tree blobs) and UBOOT_DTBO_LOADADDRESS (address used for device tree overlay blobs). Signed-off-by: Alex Kiernan --- These variables are introduced by this patch series: https://patchwork.openembedded.org/series/12601/ documentation/ref

Re: [yocto] Usage of yocto on different (production vs debug) scenarios

2018-04-20 Thread Alex Kiernan
e-mode.bbclass and then add things like this to the image: CORE_IMAGE_EXTRA_INSTALL += "\ ${@ '' if (d.getVar('IMAGE_MODE') or 'production') == 'production' else 'packagegroup-core-full-cmdline' } \ " -- Alex Kiernan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] use of variables in wic files

2018-03-20 Thread Alex Kiernan
lasses/image_types_wic.bbclass#n83 There's an example in the Intel RefKit: https://github.com/intel/intel-iot-refkit/blob/master/meta-refkit-core/wic/refkit-directdisk.wks.in -- Alex Kiernan -- ___ yocto mailing list yocto@yoctoproject.org https://l

Re: [yocto] How did you separate release and development builds?

2018-02-14 Thread Alex Kiernan
ttps://github.com/intel/intel-iot-refkit/blob/master/meta-refkit-core/classes/image-mode.bbclass Then just add additional packages in your image recipe based on the variant you're building. -- Alex Kiernan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Debugging a build issue in an isolated enviroment

2017-11-01 Thread Alex Kiernan
ions are welcome but that isn't the reason for my post. > > Guessing... apply this in your recipe: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-bsp/u-boot/files/default-gcc.patch?h=pyro -- Alex Kiernan Senior Engineering Manager -- hivehome.com <http://www.hi

Re: [yocto] conflicts between attempted installs of base-files-3.0.14-r89.prsg_x86_base and procps-3.3.12-r0.corei7_64

2017-10-19 Thread Alex Kiernan
empted installs of > base-files-3.0.14-r89.prsg_x86_base and procps-3.3.12-r0.corei7_64 > > Something's creating /etc/sysctl.conf as part of base-files - check your base-files appends to see where it's coming from as I can't see it in that recipe upstream (though I'm looking at master n