From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6520199916203016192 X-Received: by 10.28.22.207 with SMTP id 198mr383526wmw.20.1518199043129; Fri, 09 Feb 2018 09:57:23 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.223.154.77 with SMTP id z71ls2391465wrb.7.gmail; Fri, 09 Feb 2018 09:57:22 -0800 (PST) X-Google-Smtp-Source: AH8x224KtDLhInz3DIFH3vPddr3aeEdOIrOY8Nk7cyB8D9UPGEFxwyLZIf0nCSnF03nG+jLQi1Kg X-Received: by 10.223.154.236 with SMTP id a99mr414091wrc.7.1518199042506; Fri, 09 Feb 2018 09:57:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518199042; cv=none; d=google.com; s=arc-20160816; b=cV617YjmrQMXwi21Rt6bCCWb79H+anhoAqVqTc0V2XQe2RVLbTNwTz45qFfep0OI+f Z6gxncjFATLe8sU/6MwZvp3suVvzyOtG//ha8h4uSmcLWuS56N7l8epx2qMwh58l+deR /1qo294+YN3UE37UrI4G6kNBvSgE04ZfNKRSPQHHAxDzYVtAROJgSr4CYPO4/73xavKB 0eP1Ah67I2imivl7fEmgF40BzbD2omhbTAt4GGZQC9+X1D9jHCTo934SZvHnhfHzHbfn nnlcWGR8nDfJJFlBdM7Jmc/L1cksh1w5jE62xt8rmpfr7gLF/TkCW1VPwRaDKRp3FiAg ksng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:references:to:from:subject :arc-authentication-results; bh=+hDb6lnOG78n13e6+bir8U5OALOMi2/3xGqEXLtHsNg=; b=FkmMkS9BkjRyUIHyplShdOPuw3jWWHRiq24zc5fpsipwjqnnvb68dcMiin5UsrJPIb yCw4kWnve/ObeaDzVDcp+MDgZVI0CeIFjRy9CJaAgoFtEzVmUkT1a9qDHVOVkRGRvcji PsOBv/YNOOnNlCYbsatB1H2MV5GFJIeB5mx/XeiW9ciW6ILbDku64/W0Dr4khcA3fitN IqBM9GHoul6xhLruBX6QoLHJ/Vnxdu3rVfEguxZFGRnv9GgVhUcGkhIYTdu3LrcRRR5C ZroEYg3sDfq1z9lQ3fpA0D5/vL0koDebneQ3BpfJICQTEOGLm8qQWJgs0M+hpLtL+P5t xa1g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id c11si191356wrb.0.2018.02.09.09.57.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Feb 2018 09:57:22 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id w19HvMKU016195 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 9 Feb 2018 18:57:22 +0100 Received: from [139.25.68.37] (md1q0hnc.ad001.siemens.net [139.25.68.37] (may be forged)) by mail3.siemens.de (8.15.2/8.15.2) with ESMTP id w19HvM6m008562 for ; Fri, 9 Feb 2018 18:57:22 +0100 Subject: [PATCH v3 5/8] Provide include file for easy custom kernel builds From: Jan Kiszka To: isar-users References: <8ee0db162e27f31b64bc17eaf00d24f7b488806e.1518110579.git.jan.kiszka@siemens.com> Message-ID: Date: Fri, 9 Feb 2018 18:57:21 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 In-Reply-To: <8ee0db162e27f31b64bc17eaf00d24f7b488806e.1518110579.git.jan.kiszka@siemens.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: gTfKICTBhnjY From: Jan Kiszka With this include file, it becomes almost trivial to replace the distro kernel with a custom build. You just need to include linux-custom.inc, specify the source URI, define via S where the source is unpacked to and provide a defconfig. To switch to a custom kernel recipe, PREFERRED_PROVIDER_virtual/kernel has to be adjusted in local.conf or the distro conf. The approach works internally by first running "make deb-pkg" on the kernel and the repackages the output to make the binary linux-image and linux-header debs act as replacement of their distro packages. This results in a suboptimal technical implementation which may eventually be replaced by an isar-implemented deb-pkg build process. However, this is not expected to affect the user-visible interface of this include file. Signed-off-by: Jan Kiszka --- Changes in v3: - allow central overriding of kernel dependencies meta/recipes-kernel/linux/linux-custom.inc | 98 ++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-custom.inc diff --git a/meta/recipes-kernel/linux/linux-custom.inc b/meta/recipes-kernel/linux/linux-custom.inc new file mode 100644 index 0000000..201f1c2 --- /dev/null +++ b/meta/recipes-kernel/linux/linux-custom.inc @@ -0,0 +1,98 @@ +# Custom kernel recipe include +# +# This software is a part of ISAR. +# Copyright (c) Siemens AG, 2018 +# +# SPDX-License-Identifier: MIT + +DESCRIPTION ?= "Custom kernel" +PROVIDES = "virtual/kernel" + +inherit dpkg-base + +KERNEL_DEBIAN_DEPENDS ?= "initramfs-tools | linux-initramfs-tool, kmod, linux-base (>= 4.3~)" +KERNEL_HEADERS_DEBIAN_DEPENDS ?= "libc6, libssl1.1, gcc" +KBUILD_DEPENDS ?= "libssl-dev libelf-dev bc" + +REPACK_DIR = "${PP}/repack" +REPACK_LINUX_IMAGE_DIR = "${REPACK_DIR}/linux-image" +REPACK_LINUX_HEADERS_DIR = "${REPACK_DIR}/linux-headers" + +dpkg_runbuild() { + E="${@ bb.utils.export_proxies(d)}" + sudo -E chroot ${BUILDCHROOT_DIR} sh -c ' + set -e + + apt-get install -y -o Debug::pkgProblemResolver=yes \ + --no-install-recommends ${KBUILD_DEPENDS} + + cd ${PP}/${S} + cp ../defconfig .config + make olddefconfig + + make -j ${@bb.utils.cpu_count() * 2} deb-pkg + + rm -rf ${REPACK_DIR} + mkdir -p ${REPACK_DIR} + mkdir -p ${REPACK_LINUX_IMAGE_DIR} + mkdir -p ${REPACK_LINUX_HEADERS_DIR} + + cd ${PP} + tar xzf linux-${PV}_${PV}-1.debian.tar.gz -C ${REPACK_DIR} + dpkg-deb -R linux-image-${PV}_${PV}-1_${KERNEL_ARCH}.deb \ + ${REPACK_LINUX_IMAGE_DIR} + dpkg-deb -R linux-headers-${PV}_${PV}-1_${KERNEL_ARCH}.deb \ + ${REPACK_LINUX_HEADERS_DIR} + + dpkg-gencontrol -crepack/debian/control \ + -lrepack/debian/changelog \ + -frepack/debian/files \ + -plinux-image-${PV} \ + -P${REPACK_LINUX_IMAGE_DIR} \ + -DPackage="linux-image-${KERNEL_ARCH}" \ + -DSection=kernel \ + -DPriority=required \ + -DProvides="${PN}" \ + -DDepends="${KERNEL_DEBIAN_DEPENDS}" + + # Add Debian-like link installation to postinst + touch ${REPACK_LINUX_IMAGE_DIR}/lib/modules/${PV}/.fresh-install + sed -i ${REPACK_LINUX_IMAGE_DIR}/DEBIAN/postinst \ + -e "/^set -e$/a\\ +\\ +if [ -f /lib/modules/${PV}/.fresh-install ]; then\\ + change=install\\ +else\\ + change=upgrade\\ +fi\\ +linux-update-symlinks \$change ${PV} /boot/vmlinuz-${PV}\\ +rm -f /lib/modules/${PV}/.fresh-install" + + # Add Debian-like link removal to postrm + sed -i ${REPACK_LINUX_IMAGE_DIR}/DEBIAN/postrm \ + -e "/^set -e$/a\\ +\\ +rm -f /lib/modules/${PV}/.fresh-install\\ +\\ +if [ \"\$1\" != upgrade ] && command -v linux-update-symlinks >/dev/null; then\\ + linux-update-symlinks remove ${PV} /boot/vmlinuz-${PV}\\ +fi" + + dpkg-gencontrol -crepack/debian/control \ + -lrepack/debian/changelog \ + -frepack/debian/files \ + -plinux-headers-${PV} \ + -P${REPACK_LINUX_HEADERS_DIR} \ + -Vkernel:debarch="${KERNEL_ARCH}" \ + -DPackage="linux-headers-${KERNEL_ARCH}" \ + -DSection=kernel \ + -DDepends="${KERNEL_HEADERS_DEBIAN_DEPENDS}" + + dpkg-deb -b ${REPACK_LINUX_IMAGE_DIR} \ + linux-image-${KERNEL_ARCH}_${PV}-1_${KERNEL_ARCH}.deb + rm -f linux-image-${PV}_${PV}-1_${KERNEL_ARCH}.deb + dpkg-deb -b ${REPACK_LINUX_HEADERS_DIR} \ + linux-headers-${KERNEL_ARCH}_${PV}-1_${KERNEL_ARCH}.deb + rm -f linux-headers-${PV}_${PV}-1_${KERNEL_ARCH}.deb + ' +} -- 2.13.6