Compile how to update snapshot?

hello all , i compiled my first build for rpi4 , its good :slight_smile:

but for the next snapshoot ? the make commande update to last snapshoot ? or i need to updte manualy ?
this 1 ?
./scripts/feeds update -a
or this ?
./scripts/feeds install -a

thanks

buildroot@master has no 'last snapshot'... there is HEAD... commit, tag or release...

unless your asking how to 'match' an officially compiled snapshot ref?

? thanks for u help wulfy

update of git , shapshot , vodka same ?

$ git pull
$ ./scripts/feeds update -a
$ ./scripts/feeds install -a
$ make -j8

Above for a CPU with 8 threads.

3 Likes

Thanks you Friends , solved for my

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.