[opensuse-packaging] Link has errors: conflict in file
Hi, I wanted to add a patch to kernel-default. The steps I did where as follows: 1) branch kernel-default to my home-project 2) 'osc checkout' on my local machine 3) added my patch to patches.driver.tar.bz2 4) test-build on my local machine (worked fine) 5) 'osc commit' to update the patches.driver.tar.bz2 However, on the OBS servers it won't build. The error is "Link has errors: conflict in file patches.drivers.tar.bz2" See details here: https://build.opensuse.org/package/show/home:Aikhjarto:branches:Kernel:stabl... Does anyone know how to get rid of this error? BR Thomas -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Am 28.07.2016 um 18:58 schrieb Thomas Wagner:
Does anyone know how to get rid of this error?
The kernel gets updated on a regular base. Depending on the nature of the patch its simpler to add something on top. This can be done with patches.addon.tar.bz2. Extract it, put the patch in that dir, add the patchname to a new file 'series', create a new patches.addon.tar.bz2 and commit just that file. If thats too complicated, link to a fixed revision, see 'osc help linkpac'. Olaf
participants (2)
-
Olaf Hering
-
Thomas Wagner