<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 4 December 2017 at 11:51, Fabian Arrotin <span dir="ltr"><<a href="mailto:arrfab@centos.org" target="_blank">arrfab@centos.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-"><br>
</span>Yes, it's coming from centos-userland-release :<br>
rpm -q --scripts centos-userland-release :<br>
postinstall scriptlet (using /bin/sh):<br>
# Detecting if rpi or generic kernel<br>
egrep -q 'BCM2709|BCM2710' /proc/cpuinfo && echo rpi2<br>
>/etc/yum/vars/kvariant || echo generic >/etc/yum/vars/kvariant<br>
<br>
So normally it's detected correctly and so put the correct rpi2 value<br>
for kvariant when installed on a rpi2/rpi3<br></blockquote><div><br></div><div>Funny, my device reports BCM2835.  (which indicates that it isn't RPI3 at all).  I'm sure they are all in the BCM28xx range, see </div><div><a href="https://en.wikipedia.org/wiki/Raspberry_Pi">https://en.wikipedia.org/wiki/Raspberry_Pi</a><br></div><div>also, difference between BCM27xx and BCM28xx:  </div><div><a href="https://raspberrypi.stackexchange.com/questions/840/why-is-the-cpu-sometimes-referred-to-as-bcm2708-sometimes-bcm2835">https://raspberrypi.stackexchange.com/questions/840/why-is-the-cpu-sometimes-referred-to-as-bcm2708-sometimes-bcm2835</a><br></div><div><br></div></div>-- <br><div class="gmail_signature"><div dir="ltr">Kv,<div>Kristján Valur Jónsson, RVX</div></div></div>
</div></div>