El 2014-01-18 17:06, Matwey V. Kornilov escribió:
18.01.2014 03:08, Oscar C пишет:
Yes, kernel-sun7i-devel is installed. The build repo is here: home:ocurero:branches:home:Akoellh:Kernelmodules
I use make -C %{kernel_source $flavor}:
make -C %{kernel_source $flavor} modules M=$PWD/obj/$flavor
Looking at this closer, the problem is that the release tag on the .spec file is changed automatically on every build by OBS. If kernel-sun7i and kernel-sources have different release number, it's impossible to build a module for the kernel. From https://en.opensuse.org/openSUSE:Build_Service_prjconf#Release: "The BuildService sets the Release tag in spec files automatically. The format of the Release tag an be defined in the prjconf. Two magic strings are recognized: CI_CNT is the number of commits B_CNT is the number of rebuilds (when the rebuild is triggered)." So now the question is: How can I control the release tag to make the kernel-source and kernel-sun7i match the release tag? -- Cheers -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org