Hi, if I build 10 stable (current SVN) for armv6/RPI-B Kernel the /sys/RPI-B/rpi.dtb will not be built. If I use r266250 it works as expected. so long Marcus How-To-Repeat: svn checkout https://svn0.eu.freebsd.org/base/stable/10 /usr/src/10 cd /usr/src/10 make TARGET=arm TARGET_ARCH=armv6 WITH_FDT=yes build world make TARGET=arm TARGET_ARCH=armv6 WITH_FDT=yes KERNCONF=RPI-B build kernel ls /usr/obj/arm.armv6/usr/src/10/sys/RPI-B/rpi.dtb
On Sat, 2014-05-17 at 21:36 +0000, Marcus wrote: > >Number: 189899 > >Category: arm > >Synopsis: rpi.dts don't build anymore > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-arm > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sat May 17 21:40:00 UTC 2014 > >Closed-Date: > >Last-Modified: > >Originator: Marcus > >Release: 10 Stable > >Organization: > >Environment: > FreeBSD luke 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > >Description: > Hi, > > if I build 10 stable (current SVN) for armv6/RPI-B Kernel the /sys/RPI-B/rpi.dtb will not be built. > If I use r266250 it works as expected. > > so long > > Marcus > >How-To-Repeat: > svn checkout https://svn0.eu.freebsd.org/base/stable/10 /usr/src/10 > cd /usr/src/10 > make TARGET=arm TARGET_ARCH=armv6 WITH_FDT=yes build world > make TARGET=arm TARGET_ARCH=armv6 WITH_FDT=yes KERNCONF=RPI-B build kernel > > ls /usr/obj/arm.armv6/usr/src/10/sys/RPI-B/rpi.dtb > > >Fix: > > > >Release-Note: > >Audit-Trail: > >Unformatted: The 10-stable branch is in the process of being synchronized with all the bugfixes from -current right now. It looks like you were unlucky to grab the source at a revision with temporary breakage. I think if you update again you'll get a version that will work.
Am 17.05.2014 um 23:45 schrieb Ian Lepore <ian@FreeBSD.org>: > On Sat, 2014-05-17 at 21:36 +0000, Marcus wrote: >>> Number: 189899 >>> Category: arm >>> Synopsis: rpi.dts don't build anymore >>> Confidential: no >>> Severity: non-critical >>> Priority: low >>> Responsible: freebsd-arm >>> State: open >>> Quarter: >>> Keywords: >>> Date-Required: >>> Class: sw-bug >>> Submitter-Id: current-users >>> Arrival-Date: Sat May 17 21:40:00 UTC 2014 >>> Closed-Date: >>> Last-Modified: >>> Originator: Marcus >>> Release: 10 Stable >>> Organization: >>> Environment: >> FreeBSD luke 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >> >>> Description: >> Hi, >> >> if I build 10 stable (current SVN) for armv6/RPI-B Kernel the /sys/RPI-B/rpi.dtb will not be built. >> If I use r266250 it works as expected. >> >> so long >> >> Marcus >>> How-To-Repeat: >> svn checkout https://svn0.eu.freebsd.org/base/stable/10 /usr/src/10 >> cd /usr/src/10 >> make TARGET=arm TARGET_ARCH=armv6 WITH_FDT=yes build world >> make TARGET=arm TARGET_ARCH=armv6 WITH_FDT=yes KERNCONF=RPI-B build kernel >> >> ls /usr/obj/arm.armv6/usr/src/10/sys/RPI-B/rpi.dtb >> >>> Fix: >> >> >>> Release-Note: >>> Audit-Trail: >>> Unformatted: > > The 10-stable branch is in the process of being synchronized with all > the bugfixes from -current right now. It looks like you were unlucky to > grab the source at a revision with temporary breakage. I think if you > update again you'll get a version that will work. Hi Ian, thank you for your quick reply. Tested it today (again) and it works. so long Marcus=
State Changed From-To: open->closed The by the OP and it is already fixed.