From aef2a28bdda79b3f93929f27c5db67d57afd034d Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Jan 25 2023 09:18:19 +0000 Subject: README: remove copy of config and update the text (bsc#1191924) * the config is copied by sequence_patch. * it makes no sense to copy a file called "default" to the build tree anyway. * update the text, so that prerequisites are pre-installed. --- diff --git a/README b/README index db1a48a..96589fc 100644 --- a/README +++ b/README @@ -194,9 +194,11 @@ depending on the impact of your changes. Use scripts/tar-up.sh for creating an OBS package directory. The kernel source tree that scripts/sequence-patch.sh creates can be -test compiled as follows: +test-compiled. Before that, make sure all prerequisites are installed. +These include libopenssl-devel, libelf-devel, and dwarves (look into +rpm/kernel-binary.spec.in for a complete list). Then, the compilation +can be done as follows: - $ cp config/i386/default /var/tmp/scratch/linux-5.3-SLE15-SP3 $ cd /var/tmp/scratch/linux-5.3-SLE15-SP3 $ make oldconfig $ make