[yocto] Using AUTOREV in PV triggers FetchError

2019-06-24 Thread Franz Forstmayr
Hi, i was using some simple recipes for kernel modules since rocko branch successfully with AUTOREV and a release branch in my local gitlab instance (over ssh). I was upgrading to thud these days, and now I'm triggering some FetchErrors in recipes which are using AUTOREV. My recipe looks like

[linux-yocto] Modify sysctl.conf

2019-02-14 Thread Franz Forstmayr
Hi, I have a board with more than one ethernet ports, which should get connected to the same network, at least for now. I wanted to prevent arp flux for my build and appended the procps recipe with following lines. do_install_prepend() { echo "net.ipv4.conf.all.arp_announce=1" >>