OpenSUSE create custom kernel package

Материал из Toshiba AC100 wiki
Перейти к навигации Перейти к поиску

Create custom kernel package on Kernel:stable base

  • Branch Kernel:stable project
osc bco Kernel:stable kernel-source
  • Clone kernel-source git (git://kernel.opensuse.org/kernel-source.git)
    • use stable branch
    • add custom config for example tegra to config/armv7hl/
    • add new target to config.conf and rpm/package-descriptions
      • recreate rpm source with ./scripts/tar-up.sh


  • Merge changes from git to obs package
    • copy kernel-source folder content to Kernel:stable kernel-source package branch
    • commit changes to obs, osc ci -n
    • create new package link, osc linkpac
      • and build and publish flags on obs branch