>> >> I'm thinking the next step is publishing the build somewhere. Any suggestion >> on how best to package it? > > make ARCH=arm KBUILD_DEBARCH=armhf LOCALVERSION=-git<version> > CROSS_COMPILE=<bin>/arm-linux-gnueabihf- KDEB_PKGVERSION=1cross > deb-pkg
Looks like this working now too! dpkg-deb: building package `linux-image-3.14.17-gitd88949624f5cbaaec41322a44bc3aa6807c40ed1:armhf' in `../linux-image-3.14.17-gitd88949624f5cbaaec41322a44bc3aa6807c40ed1_1cross_armhf.deb'. program finished with exit code 0 elapsedTime=152.038273 we should probably use: git rev-parse --short HEAD as that will return: d889496 instead of the full string.. ;) Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
