[yocto] Triggering a rebuild when file deployed from other recipe changes

2019-02-18 Thread Kristupas Savickas
_IMAGE}/${ABOOT_IMAGE_FULLNAME} } Is there a way to trigger a rebuild of this package if any other package it depends on rebuilds? I guess I need to do something with sstate, but I'm not sure what mechanism I'm supposed to follow (or am I off the beaten track?). -- Pagarbiai, Linux programuotojas Kri

[yocto] Using SDK/ESDK to build images

2019-02-12 Thread Kristupas Savickas
Hi, we're looking into providing our customers with SDK/ESDK packages to develop custom solutions on our boards. We don't want to provide the whole project itself as it would leak our intellectual property, so precompiled packages are a must. Looking around, it seems like both SDK and ESDK

[yocto] Cannot build the extensible sdk

2019-02-10 Thread Kristupas Savickas
something? -- Pagarbiai, Linux programuotojas Kristupas Savickas +370 633 36795 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Triggering rebuild on a recipe when MACHINE changes

2019-01-28 Thread Kristupas Savickas
I have a few recipes that should rebuild when value of MACHINE variable changes. How can this be accomplished? I tried using do_compile[vardeps] += "MACHINE", but this didn't seem to have any affect. -- Pagarbiai, Linux programuotojas Kristupas Savickas +370

[yocto] Incorrect config generated for yocto-style kernel (sumo)

2019-01-07 Thread Kristupas Savickas
icense-destdir  recipe-sysroot   temp I've followed instructions from https://www.yoctoproject.org/docs/2.5/kernel-dev/kernel-dev.html#creating-a-defconfig-file and https://www.yoctoproject.org/docs/2.5/kernel-dev/kernel-dev.html#creating-config-fragments. Am I doing s

[yocto] Removing hostapd init file

2018-10-23 Thread Kristupas Savickas
Greetings, I'm trying to remove the hostapd init file as I'll handle startup of it on my own. I've created a .bbappend file in my layer to do this: do_install_append() {     rm -rf ${D}${sysconfdir}/init.d } However, this results in a compilation warning when building my image and