From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Stewart Date: Sat, 21 Nov 2020 13:01:53 -0800 Subject: [Buildroot] [PATCH v4 5/5] board: add nvidia jetson nano support In-Reply-To: References: <20201119075328.8599-1-christian@paral.in> <20201119075328.8599-5-christian@paral.in> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Romain, On Sat, Nov 21, 2020 at 3:03 AM Romain Naour wrote: [snip] > > + > > +# prefer root partprobe > > +PARTPROBE=partprobe > > +if [ -f /usr/sbin/partprobe ]; then > > + PARTPROBE=/usr/sbin/partprobe > > +fi > > This requires partprobe installed on the build machine. > partprobe is available in HOST_DIR (see HOST_DIR/sbin/partprobe) I'll fix this for the next revision - but - actually the reason why this is in here, is because the buildroot-produced partprobe was segfaulting on two of my machines. Best, Christian