Hello, when trying to setup a build environment for mainline Linux I ran into some problems:
I tried the following: $ git clone --depth 1 git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git $ git checkout sunxi/for-next error: pathspec 'sunxi/for-next' did not match any file(s) known to git. Hmmm... what now? Now "sound/soc/sunxi" is missing entirely (probably because "git checkout sunxi/for-next" doesn't work). git send-email doesn't exist (git version 2.1.4). Am I missing something obvious? So instead I used <https://github.com/torvalds/linux.git>, but there: $ git commit # my patch $ ./scripts/get_maintainers.pl -f sound/soc/sunxi/sun4i-codec.c Bad divisor in main::vcs_assign: 0 ... What does it mean? Thanks, Danny -- You received this message because you are subscribed to the Google Groups "linux-sunxi" 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.
