/srv/irclogs.ubuntu.com/2016/04/17/#ubuntu-kernel.txt

=== marlinc_ is now known as marlinc
=== Elimin8r is now known as Elimin8er
post-factumis it safe to call set_cpus_allowed_ptr under spinlock?08:52
=== kloeri is now known as bosslady
=== bosslady is now known as kloeri
=== mjeanson_ is now known as mjeanson
=== pesari_ is now known as pesari
denludHey guys, i have a problem by building my custom Kernel.19:56
denludI want to build the Kernel 4.4.0 with the Option CONFIG_MMC_UNSAFE_RESUME in .config on19:58
denludBut everytime I start to build the new Kernel he overwrites my config.19:58
denludThe steps I made was: I installed a clean Ubuntu 15.10. Then i make the following commands: sudo apt-get install linux-source build-essential kernel-package && mkdir kernel && cd kernel && tar xvjf /usr/src/linux-*tar.bz2 && cd linux-source* && cp /boot/config-* .config && gedit .config && make-kpkg --initrd buildpackage20:04
denludBut he overwrites my config everytime.....what am i doing wrong?20:04
ogra_https://help.ubuntu.com/community/Kernel/Compile20:07
ogra_(and https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel )20:08
denludI already read that20:08
denludBut I dont see my fault...20:09
ogra_you read the second one (your commands dont look like that)20:09
denludI red it, but i dont understand everything...20:10
ogra_sudo apt-get build-dep linux-image-$(uname -r); apt-get source linux-image-$(uname -r) ... cd to the dir that command created .... fakroot debian/rules editcofigs .... select the config option you want to change ... 20:11
ogra_and run: fakeroot debian/rules binary20:11
ogra_that creates the new deb20:11
denludHm20:12
* ogra_ vanishes back into the sunday evening ...20:12
denludIsnt it enough to edit the .config file with gedit?20:13
ogra_no, you need the fakeroot debian/rules editconfig command, the configs are assembled from multiple files and each config can have dependencies ... 20:20
ogra_(really off now) 20:20
=== TJ_Remix is now known as TJ-
=== stgraber_ is now known as stgraber
=== rharper` is now known as rharper

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!