Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | inherit linux-kernel-base kernel-module-split |
| 2 | |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 3 | COMPATIBLE_HOST = ".*-linux" |
| 4 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 5 | KERNEL_PACKAGE_NAME ??= "kernel" |
| 6 | KERNEL_DEPLOYSUBDIR ??= "${@ "" if (d.getVar("KERNEL_PACKAGE_NAME") == "kernel") else d.getVar("KERNEL_PACKAGE_NAME") }" |
| 7 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 8 | PROVIDES += "virtual/kernel" |
Andrew Geissler | 475cb72 | 2020-07-10 16:00:51 -0500 | [diff] [blame] | 9 | DEPENDS += "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc kmod-native bc-native bison-native" |
| 10 | DEPENDS += "${@bb.utils.contains("INITRAMFS_FSTYPES", "cpio.lzo", "lzop-native", "", d)}" |
| 11 | DEPENDS += "${@bb.utils.contains("INITRAMFS_FSTYPES", "cpio.lz4", "lz4-native", "", d)}" |
Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 12 | DEPENDS += "${@bb.utils.contains("INITRAMFS_FSTYPES", "cpio.zst", "zstd-native", "", d)}" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 13 | PACKAGE_WRITE_DEPS += "depmodwrapper-cross" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 14 | |
Andrew Geissler | 475cb72 | 2020-07-10 16:00:51 -0500 | [diff] [blame] | 15 | do_deploy[depends] += "depmodwrapper-cross:do_populate_sysroot gzip-native:do_populate_sysroot" |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 16 | do_clean[depends] += "make-mod-scripts:do_clean" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 17 | |
| 18 | CVE_PRODUCT ?= "linux_kernel" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 19 | |
| 20 | S = "${STAGING_KERNEL_DIR}" |
| 21 | B = "${WORKDIR}/build" |
| 22 | KBUILD_OUTPUT = "${B}" |
| 23 | OE_TERMINAL_EXPORTS += "KBUILD_OUTPUT" |
| 24 | |
| 25 | # we include gcc above, we dont need virtual/libc |
| 26 | INHIBIT_DEFAULT_DEPS = "1" |
| 27 | |
| 28 | KERNEL_IMAGETYPE ?= "zImage" |
| 29 | INITRAMFS_IMAGE ?= "" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 30 | INITRAMFS_IMAGE_NAME ?= "${@['${INITRAMFS_IMAGE}-${MACHINE}', ''][d.getVar('INITRAMFS_IMAGE') == '']}" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 31 | INITRAMFS_TASK ?= "" |
| 32 | INITRAMFS_IMAGE_BUNDLE ?= "" |
| 33 | |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 34 | # KERNEL_VERSION is extracted from source code. It is evaluated as |
| 35 | # None for the first parsing, since the code has not been fetched. |
| 36 | # After the code is fetched, it will be evaluated as real version |
| 37 | # number and cause kernel to be rebuilt. To avoid this, make |
| 38 | # KERNEL_VERSION_NAME and KERNEL_VERSION_PKG_NAME depend on |
| 39 | # LINUX_VERSION which is a constant. |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 40 | KERNEL_VERSION_NAME = "${@d.getVar('KERNEL_VERSION') or ""}" |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 41 | KERNEL_VERSION_NAME[vardepvalue] = "${LINUX_VERSION}" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 42 | KERNEL_VERSION_PKG_NAME = "${@legitimize_package_name(d.getVar('KERNEL_VERSION'))}" |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 43 | KERNEL_VERSION_PKG_NAME[vardepvalue] = "${LINUX_VERSION}" |
| 44 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 45 | python __anonymous () { |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 46 | pn = d.getVar("PN") |
| 47 | kpn = d.getVar("KERNEL_PACKAGE_NAME") |
| 48 | |
| 49 | # XXX Remove this after bug 11905 is resolved |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 50 | # FILES:${KERNEL_PACKAGE_NAME}-dev doesn't expand correctly |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 51 | if kpn == pn: |
| 52 | bb.warn("Some packages (E.g. *-dev) might be missing due to " |
| 53 | "bug 11905 (variable KERNEL_PACKAGE_NAME == PN)") |
| 54 | |
| 55 | # The default kernel recipe builds in a shared location defined by |
| 56 | # bitbake/distro confs: STAGING_KERNEL_DIR and STAGING_KERNEL_BUILDDIR. |
| 57 | # Set these variables to directories under ${WORKDIR} in alternate |
| 58 | # kernel recipes (I.e. where KERNEL_PACKAGE_NAME != kernel) so that they |
| 59 | # may build in parallel with the default kernel without clobbering. |
| 60 | if kpn != "kernel": |
| 61 | workdir = d.getVar("WORKDIR") |
| 62 | sourceDir = os.path.join(workdir, 'kernel-source') |
| 63 | artifactsDir = os.path.join(workdir, 'kernel-build-artifacts') |
| 64 | d.setVar("STAGING_KERNEL_DIR", sourceDir) |
| 65 | d.setVar("STAGING_KERNEL_BUILDDIR", artifactsDir) |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 66 | |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 67 | # Merge KERNEL_IMAGETYPE and KERNEL_ALT_IMAGETYPE into KERNEL_IMAGETYPES |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 68 | type = d.getVar('KERNEL_IMAGETYPE') or "" |
| 69 | alttype = d.getVar('KERNEL_ALT_IMAGETYPE') or "" |
| 70 | types = d.getVar('KERNEL_IMAGETYPES') or "" |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 71 | if type not in types.split(): |
| 72 | types = (type + ' ' + types).strip() |
| 73 | if alttype not in types.split(): |
| 74 | types = (alttype + ' ' + types).strip() |
| 75 | d.setVar('KERNEL_IMAGETYPES', types) |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 76 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 77 | # KERNEL_IMAGETYPES may contain a mixture of image types supported directly |
| 78 | # by the kernel build system and types which are created by post-processing |
| 79 | # the output of the kernel build system (e.g. compressing vmlinux -> |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 80 | # vmlinux.gz in kernel_do_transform_kernel()). |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 81 | # KERNEL_IMAGETYPE_FOR_MAKE should contain only image types supported |
| 82 | # directly by the kernel build system. |
| 83 | if not d.getVar('KERNEL_IMAGETYPE_FOR_MAKE'): |
| 84 | typeformake = set() |
| 85 | for type in types.split(): |
| 86 | if type == 'vmlinux.gz': |
| 87 | type = 'vmlinux' |
| 88 | typeformake.add(type) |
| 89 | |
| 90 | d.setVar('KERNEL_IMAGETYPE_FOR_MAKE', ' '.join(sorted(typeformake))) |
| 91 | |
| 92 | kname = d.getVar('KERNEL_PACKAGE_NAME') or "kernel" |
| 93 | imagedest = d.getVar('KERNEL_IMAGEDEST') |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 94 | |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 95 | for type in types.split(): |
Andrew Geissler | 5f35090 | 2021-07-23 13:09:54 -0400 | [diff] [blame] | 96 | if bb.data.inherits_class('nopackages', d): |
| 97 | continue |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 98 | typelower = type.lower() |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 99 | d.appendVar('PACKAGES', ' %s-image-%s' % (kname, typelower)) |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 100 | d.setVar('FILES:' + kname + '-image-' + typelower, '/' + imagedest + '/' + type + '-${KERNEL_VERSION_NAME}' + ' /' + imagedest + '/' + type) |
Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 101 | d.appendVar('RDEPENDS:%s-image' % kname, ' %s-image-%s (= ${EXTENDPKGV})' % (kname, typelower)) |
| 102 | splitmods = d.getVar("KERNEL_SPLIT_MODULES") |
| 103 | if splitmods != '1': |
| 104 | d.appendVar('RDEPENDS:%s-image' % kname, ' %s-modules (= ${EXTENDPKGV})' % kname) |
| 105 | d.appendVar('RDEPENDS:%s-image-%s' % (kname, typelower), ' %s-modules-${KERNEL_VERSION_PKG_NAME} (= ${EXTENDPKGV})' % kname) |
| 106 | d.setVar('PKG:%s-modules' % kname, '%s-modules-${KERNEL_VERSION_PKG_NAME}' % kname) |
| 107 | d.appendVar('RPROVIDES:%s-modules' % kname, '%s-modules-${KERNEL_VERSION_PKG_NAME}' % kname) |
| 108 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 109 | d.setVar('PKG:%s-image-%s' % (kname,typelower), '%s-image-%s-${KERNEL_VERSION_PKG_NAME}' % (kname, typelower)) |
| 110 | d.setVar('ALLOW_EMPTY:%s-image-%s' % (kname, typelower), '1') |
| 111 | d.setVar('pkg_postinst:%s-image-%s' % (kname,typelower), """set +e |
Andrew Geissler | 475cb72 | 2020-07-10 16:00:51 -0500 | [diff] [blame] | 112 | if [ -n "$D" ]; then |
| 113 | ln -sf %s-${KERNEL_VERSION} $D/${KERNEL_IMAGEDEST}/%s > /dev/null 2>&1 |
| 114 | else |
| 115 | ln -sf %s-${KERNEL_VERSION} ${KERNEL_IMAGEDEST}/%s > /dev/null 2>&1 |
| 116 | if [ $? -ne 0 ]; then |
| 117 | echo "Filesystem on ${KERNEL_IMAGEDEST}/ doesn't support symlinks, falling back to copied image (%s)." |
| 118 | install -m 0644 ${KERNEL_IMAGEDEST}/%s-${KERNEL_VERSION} ${KERNEL_IMAGEDEST}/%s |
| 119 | fi |
| 120 | fi |
| 121 | set -e |
| 122 | """ % (type, type, type, type, type, type, type)) |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 123 | d.setVar('pkg_postrm:%s-image-%s' % (kname,typelower), """set +e |
Andrew Geissler | 475cb72 | 2020-07-10 16:00:51 -0500 | [diff] [blame] | 124 | if [ -f "${KERNEL_IMAGEDEST}/%s" -o -L "${KERNEL_IMAGEDEST}/%s" ]; then |
| 125 | rm -f ${KERNEL_IMAGEDEST}/%s > /dev/null 2>&1 |
| 126 | fi |
| 127 | set -e |
| 128 | """ % (type, type, type)) |
| 129 | |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 130 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 131 | image = d.getVar('INITRAMFS_IMAGE') |
Brad Bishop | 79641f2 | 2019-09-10 07:20:22 -0400 | [diff] [blame] | 132 | # If the INTIRAMFS_IMAGE is set but the INITRAMFS_IMAGE_BUNDLE is set to 0, |
| 133 | # the do_bundle_initramfs does nothing, but the INITRAMFS_IMAGE is built |
| 134 | # standalone for use by wic and other tools. |
| 135 | if image: |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 136 | d.appendVarFlag('do_bundle_initramfs', 'depends', ' ${INITRAMFS_IMAGE}:do_image_complete') |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 137 | if image and bb.utils.to_boolean(d.getVar('INITRAMFS_IMAGE_BUNDLE')): |
| 138 | bb.build.addtask('do_transform_bundled_initramfs', 'do_deploy', 'do_bundle_initramfs', d) |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 139 | |
| 140 | # NOTE: setting INITRAMFS_TASK is for backward compatibility |
| 141 | # The preferred method is to set INITRAMFS_IMAGE, because |
| 142 | # this INITRAMFS_TASK has circular dependency problems |
| 143 | # if the initramfs requires kernel modules |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 144 | image_task = d.getVar('INITRAMFS_TASK') |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 145 | if image_task: |
| 146 | d.appendVarFlag('do_configure', 'depends', ' ${INITRAMFS_TASK}') |
| 147 | } |
| 148 | |
| 149 | # Here we pull in all various kernel image types which we support. |
| 150 | # |
| 151 | # In case you're wondering why kernel.bbclass inherits the other image |
| 152 | # types instead of the other way around, the reason for that is to |
| 153 | # maintain compatibility with various currently existing meta-layers. |
| 154 | # By pulling in the various kernel image types here, we retain the |
| 155 | # original behavior of kernel.bbclass, so no meta-layers should get |
| 156 | # broken. |
| 157 | # |
| 158 | # KERNEL_CLASSES by default pulls in kernel-uimage.bbclass, since this |
| 159 | # used to be the default behavior when only uImage was supported. This |
| 160 | # variable can be appended by users who implement support for new kernel |
| 161 | # image types. |
| 162 | |
| 163 | KERNEL_CLASSES ?= " kernel-uimage " |
| 164 | inherit ${KERNEL_CLASSES} |
| 165 | |
| 166 | # Old style kernels may set ${S} = ${WORKDIR}/git for example |
| 167 | # We need to move these over to STAGING_KERNEL_DIR. We can't just |
| 168 | # create the symlink in advance as the git fetcher can't cope with |
| 169 | # the symlink. |
| 170 | do_unpack[cleandirs] += " ${S} ${STAGING_KERNEL_DIR} ${B} ${STAGING_KERNEL_BUILDDIR}" |
| 171 | do_clean[cleandirs] += " ${S} ${STAGING_KERNEL_DIR} ${B} ${STAGING_KERNEL_BUILDDIR}" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 172 | python do_symlink_kernsrc () { |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 173 | s = d.getVar("S") |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 174 | if s[-1] == '/': |
| 175 | # drop trailing slash, so that os.symlink(kernsrc, s) doesn't use s as directory name and fail |
| 176 | s=s[:-1] |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 177 | kernsrc = d.getVar("STAGING_KERNEL_DIR") |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 178 | if s != kernsrc: |
| 179 | bb.utils.mkdirhier(kernsrc) |
| 180 | bb.utils.remove(kernsrc, recurse=True) |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 181 | if d.getVar("EXTERNALSRC"): |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 182 | # With EXTERNALSRC S will not be wiped so we can symlink to it |
| 183 | os.symlink(s, kernsrc) |
| 184 | else: |
| 185 | import shutil |
| 186 | shutil.move(s, kernsrc) |
| 187 | os.symlink(kernsrc, s) |
| 188 | } |
Andrew Geissler | c3d88e4 | 2020-10-02 09:45:00 -0500 | [diff] [blame] | 189 | # do_patch is normally ordered before do_configure, but |
| 190 | # externalsrc.bbclass deletes do_patch, breaking the dependency of |
| 191 | # do_configure on do_symlink_kernsrc. |
| 192 | addtask symlink_kernsrc before do_patch do_configure after do_unpack |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 193 | |
| 194 | inherit kernel-arch deploy |
| 195 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 196 | PACKAGES_DYNAMIC += "^${KERNEL_PACKAGE_NAME}-module-.*" |
| 197 | PACKAGES_DYNAMIC += "^${KERNEL_PACKAGE_NAME}-image-.*" |
| 198 | PACKAGES_DYNAMIC += "^${KERNEL_PACKAGE_NAME}-firmware-.*" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 199 | |
| 200 | export OS = "${TARGET_OS}" |
| 201 | export CROSS_COMPILE = "${TARGET_PREFIX}" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 202 | export KBUILD_BUILD_VERSION = "1" |
Brad Bishop | 977dc1a | 2019-02-06 16:01:43 -0500 | [diff] [blame] | 203 | export KBUILD_BUILD_USER ?= "oe-user" |
| 204 | export KBUILD_BUILD_HOST ?= "oe-host" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 205 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 206 | KERNEL_RELEASE ?= "${KERNEL_VERSION}" |
| 207 | |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 208 | # The directory where built kernel lies in the kernel tree |
| 209 | KERNEL_OUTPUT_DIR ?= "arch/${ARCH}/boot" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 210 | KERNEL_IMAGEDEST ?= "boot" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 211 | |
| 212 | # |
| 213 | # configuration |
| 214 | # |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 215 | export CMDLINE_CONSOLE = "console=${@d.getVar("KERNEL_CONSOLE") or "ttyS0"}" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 216 | |
| 217 | KERNEL_VERSION = "${@get_kernelversion_headers('${B}')}" |
| 218 | |
| 219 | KERNEL_LOCALVERSION ?= "" |
| 220 | |
| 221 | # kernels are generally machine specific |
| 222 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 223 | |
| 224 | # U-Boot support |
| 225 | UBOOT_ENTRYPOINT ?= "20008000" |
| 226 | UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}" |
| 227 | |
| 228 | # Some Linux kernel configurations need additional parameters on the command line |
| 229 | KERNEL_EXTRA_ARGS ?= "" |
| 230 | |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 231 | EXTRA_OEMAKE = " HOSTCC="${BUILD_CC}" HOSTCFLAGS="${BUILD_CFLAGS}" HOSTLDFLAGS="${BUILD_LDFLAGS}" HOSTCPP="${BUILD_CPP}"" |
| 232 | EXTRA_OEMAKE += " HOSTCXX="${BUILD_CXX}" HOSTCXXFLAGS="${BUILD_CXXFLAGS}"" |
Andrew Geissler | 635e0e4 | 2020-08-21 15:58:33 -0500 | [diff] [blame] | 233 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 234 | KERNEL_ALT_IMAGETYPE ??= "" |
| 235 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 236 | copy_initramfs() { |
| 237 | echo "Copying initramfs into ./usr ..." |
| 238 | # In case the directory is not created yet from the first pass compile: |
| 239 | mkdir -p ${B}/usr |
| 240 | # Find and use the first initramfs image archive type we find |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 241 | rm -f ${B}/usr/${INITRAMFS_IMAGE_NAME}.cpio |
Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 242 | for img in cpio cpio.gz cpio.lz4 cpio.lzo cpio.lzma cpio.xz cpio.zst; do |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 243 | if [ -e "${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE_NAME}.$img" ]; then |
| 244 | cp ${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE_NAME}.$img ${B}/usr/. |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 245 | case $img in |
| 246 | *gz) |
| 247 | echo "gzip decompressing image" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 248 | gunzip -f ${B}/usr/${INITRAMFS_IMAGE_NAME}.$img |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 249 | break |
| 250 | ;; |
| 251 | *lz4) |
| 252 | echo "lz4 decompressing image" |
Andrew Geissler | 475cb72 | 2020-07-10 16:00:51 -0500 | [diff] [blame] | 253 | lz4 -df ${B}/usr/${INITRAMFS_IMAGE_NAME}.$img ${B}/usr/${INITRAMFS_IMAGE_NAME}.cpio |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 254 | break |
| 255 | ;; |
| 256 | *lzo) |
| 257 | echo "lzo decompressing image" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 258 | lzop -df ${B}/usr/${INITRAMFS_IMAGE_NAME}.$img |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 259 | break |
| 260 | ;; |
| 261 | *lzma) |
| 262 | echo "lzma decompressing image" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 263 | lzma -df ${B}/usr/${INITRAMFS_IMAGE_NAME}.$img |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 264 | break |
| 265 | ;; |
| 266 | *xz) |
| 267 | echo "xz decompressing image" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 268 | xz -df ${B}/usr/${INITRAMFS_IMAGE_NAME}.$img |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 269 | break |
| 270 | ;; |
Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 271 | *zst) |
| 272 | echo "zst decompressing image" |
| 273 | zstd -df ${B}/usr/${INITRAMFS_IMAGE_NAME}.$img |
| 274 | break |
| 275 | ;; |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 276 | esac |
Brad Bishop | f8caae3 | 2019-03-25 13:13:56 -0400 | [diff] [blame] | 277 | break |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 278 | fi |
| 279 | done |
Brad Bishop | f8caae3 | 2019-03-25 13:13:56 -0400 | [diff] [blame] | 280 | # Verify that the above loop found a initramfs, fail otherwise |
Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 281 | [ -f ${B}/usr/${INITRAMFS_IMAGE_NAME}.cpio ] && echo "Finished copy of initramfs into ./usr" || die "Could not find any ${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE_NAME}.cpio{.gz|.lz4|.lzo|.lzma|.xz|.zst) for bundling; INITRAMFS_IMAGE_NAME might be wrong." |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 282 | } |
| 283 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 284 | do_bundle_initramfs () { |
| 285 | if [ ! -z "${INITRAMFS_IMAGE}" -a x"${INITRAMFS_IMAGE_BUNDLE}" = x1 ]; then |
| 286 | echo "Creating a kernel image with a bundled initramfs..." |
| 287 | copy_initramfs |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 288 | # Backing up kernel image relies on its type(regular file or symbolic link) |
| 289 | tmp_path="" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 290 | for imageType in ${KERNEL_IMAGETYPE_FOR_MAKE} ; do |
| 291 | if [ -h ${KERNEL_OUTPUT_DIR}/$imageType ] ; then |
| 292 | linkpath=`readlink -n ${KERNEL_OUTPUT_DIR}/$imageType` |
| 293 | realpath=`readlink -fn ${KERNEL_OUTPUT_DIR}/$imageType` |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 294 | mv -f $realpath $realpath.bak |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 295 | tmp_path=$tmp_path" "$imageType"#"$linkpath"#"$realpath |
| 296 | elif [ -f ${KERNEL_OUTPUT_DIR}/$imageType ]; then |
| 297 | mv -f ${KERNEL_OUTPUT_DIR}/$imageType ${KERNEL_OUTPUT_DIR}/$imageType.bak |
| 298 | tmp_path=$tmp_path" "$imageType"##" |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 299 | fi |
| 300 | done |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 301 | use_alternate_initrd=CONFIG_INITRAMFS_SOURCE=${B}/usr/${INITRAMFS_IMAGE_NAME}.cpio |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 302 | kernel_do_compile |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 303 | # Restoring kernel image |
| 304 | for tp in $tmp_path ; do |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 305 | imageType=`echo $tp|cut -d "#" -f 1` |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 306 | linkpath=`echo $tp|cut -d "#" -f 2` |
| 307 | realpath=`echo $tp|cut -d "#" -f 3` |
| 308 | if [ -n "$realpath" ]; then |
| 309 | mv -f $realpath $realpath.initramfs |
| 310 | mv -f $realpath.bak $realpath |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 311 | ln -sf $linkpath.initramfs ${B}/${KERNEL_OUTPUT_DIR}/$imageType.initramfs |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 312 | else |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 313 | mv -f ${KERNEL_OUTPUT_DIR}/$imageType ${KERNEL_OUTPUT_DIR}/$imageType.initramfs |
| 314 | mv -f ${KERNEL_OUTPUT_DIR}/$imageType.bak ${KERNEL_OUTPUT_DIR}/$imageType |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 315 | fi |
| 316 | done |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 317 | fi |
| 318 | } |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 319 | do_bundle_initramfs[dirs] = "${B}" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 320 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 321 | kernel_do_transform_bundled_initramfs() { |
| 322 | # vmlinux.gz is not built by kernel |
| 323 | if (echo "${KERNEL_IMAGETYPES}" | grep -wq "vmlinux\.gz"); then |
| 324 | gzip -9cn < ${KERNEL_OUTPUT_DIR}/vmlinux.initramfs > ${KERNEL_OUTPUT_DIR}/vmlinux.gz.initramfs |
| 325 | fi |
| 326 | } |
| 327 | do_transform_bundled_initramfs[dirs] = "${B}" |
| 328 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 329 | python do_devshell:prepend () { |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 330 | os.environ["LDFLAGS"] = '' |
| 331 | } |
| 332 | |
| 333 | addtask bundle_initramfs after do_install before do_deploy |
| 334 | |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 335 | KERNEL_DEBUG_TIMESTAMPS ??= "0" |
| 336 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 337 | kernel_do_compile() { |
| 338 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 339 | |
| 340 | # setup native pkg-config variables (kconfig scripts call pkg-config directly, cannot generically be overriden to pkg-config-native) |
| 341 | export PKG_CONFIG_DIR="${STAGING_DIR_NATIVE}${libdir_native}/pkgconfig" |
| 342 | export PKG_CONFIG_PATH="$PKG_CONFIG_DIR:${STAGING_DATADIR_NATIVE}/pkgconfig" |
| 343 | export PKG_CONFIG_LIBDIR="$PKG_CONFIG_DIR" |
| 344 | export PKG_CONFIG_SYSROOT_DIR="" |
| 345 | |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 346 | if [ "${KERNEL_DEBUG_TIMESTAMPS}" != "1" ]; then |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 347 | # kernel sources do not use do_unpack, so SOURCE_DATE_EPOCH may not |
| 348 | # be set.... |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 349 | if [ "${SOURCE_DATE_EPOCH}" = "" -o "${SOURCE_DATE_EPOCH}" = "0" ]; then |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 350 | # The source directory is not necessarily a git repository, so we |
| 351 | # specify the git-dir to ensure that git does not query a |
| 352 | # repository in any parent directory. |
| 353 | SOURCE_DATE_EPOCH=`git --git-dir="${S}/.git" log -1 --pretty=%ct 2>/dev/null || echo "${REPRODUCIBLE_TIMESTAMP_ROOTFS}"` |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 354 | fi |
| 355 | |
| 356 | ts=`LC_ALL=C date -d @$SOURCE_DATE_EPOCH` |
| 357 | export KBUILD_BUILD_TIMESTAMP="$ts" |
| 358 | export KCONFIG_NOTIMESTAMP=1 |
| 359 | bbnote "KBUILD_BUILD_TIMESTAMP: $ts" |
| 360 | fi |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 361 | # The $use_alternate_initrd is only set from |
| 362 | # do_bundle_initramfs() This variable is specifically for the |
| 363 | # case where we are making a second pass at the kernel |
| 364 | # compilation and we want to force the kernel build to use a |
| 365 | # different initramfs image. The way to do that in the kernel |
| 366 | # is to specify: |
| 367 | # make ...args... CONFIG_INITRAMFS_SOURCE=some_other_initramfs.cpio |
| 368 | if [ "$use_alternate_initrd" = "" ] && [ "${INITRAMFS_TASK}" != "" ] ; then |
| 369 | # The old style way of copying an prebuilt image and building it |
| 370 | # is turned on via INTIRAMFS_TASK != "" |
| 371 | copy_initramfs |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 372 | use_alternate_initrd=CONFIG_INITRAMFS_SOURCE=${B}/usr/${INITRAMFS_IMAGE_NAME}.cpio |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 373 | fi |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 374 | for typeformake in ${KERNEL_IMAGETYPE_FOR_MAKE} ; do |
Patrick Williams | 93c203f | 2021-10-06 16:15:23 -0500 | [diff] [blame] | 375 | oe_runmake ${typeformake} CC="${KERNEL_CC}" LD="${KERNEL_LD}" ${KERNEL_EXTRA_ARGS} $use_alternate_initrd |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 376 | done |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 377 | } |
| 378 | |
| 379 | kernel_do_transform_kernel() { |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 380 | # vmlinux.gz is not built by kernel |
| 381 | if (echo "${KERNEL_IMAGETYPES}" | grep -wq "vmlinux\.gz"); then |
| 382 | mkdir -p "${KERNEL_OUTPUT_DIR}" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 383 | gzip -9cn < ${B}/vmlinux > "${KERNEL_OUTPUT_DIR}/vmlinux.gz" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 384 | fi |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 385 | } |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 386 | do_transform_kernel[dirs] = "${B}" |
| 387 | addtask transform_kernel after do_compile before do_install |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 388 | |
| 389 | do_compile_kernelmodules() { |
| 390 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 391 | if [ "${KERNEL_DEBUG_TIMESTAMPS}" != "1" ]; then |
Andrew Geissler | 1e34c2d | 2020-05-29 16:02:59 -0500 | [diff] [blame] | 392 | # kernel sources do not use do_unpack, so SOURCE_DATE_EPOCH may not |
| 393 | # be set.... |
| 394 | if [ "${SOURCE_DATE_EPOCH}" = "" -o "${SOURCE_DATE_EPOCH}" = "0" ]; then |
| 395 | # The source directory is not necessarily a git repository, so we |
| 396 | # specify the git-dir to ensure that git does not query a |
| 397 | # repository in any parent directory. |
| 398 | SOURCE_DATE_EPOCH=`git --git-dir="${S}/.git" log -1 --pretty=%ct 2>/dev/null || echo "${REPRODUCIBLE_TIMESTAMP_ROOTFS}"` |
| 399 | fi |
| 400 | |
| 401 | ts=`LC_ALL=C date -d @$SOURCE_DATE_EPOCH` |
| 402 | export KBUILD_BUILD_TIMESTAMP="$ts" |
| 403 | export KCONFIG_NOTIMESTAMP=1 |
| 404 | bbnote "KBUILD_BUILD_TIMESTAMP: $ts" |
| 405 | fi |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 406 | if (grep -q -i -e '^CONFIG_MODULES=y$' ${B}/.config); then |
Patrick Williams | 93c203f | 2021-10-06 16:15:23 -0500 | [diff] [blame] | 407 | oe_runmake -C ${B} ${PARALLEL_MAKE} modules CC="${KERNEL_CC}" LD="${KERNEL_LD}" ${KERNEL_EXTRA_ARGS} |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 408 | |
| 409 | # Module.symvers gets updated during the |
| 410 | # building of the kernel modules. We need to |
| 411 | # update this in the shared workdir since some |
| 412 | # external kernel modules has a dependency on |
| 413 | # other kernel modules and will look at this |
| 414 | # file to do symbol lookups |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 415 | cp ${B}/Module.symvers ${STAGING_KERNEL_BUILDDIR}/ |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 416 | # 5.10+ kernels have module.lds that we need to copy for external module builds |
| 417 | if [ -e "${B}/scripts/module.lds" ]; then |
| 418 | install -Dm 0644 ${B}/scripts/module.lds ${STAGING_KERNEL_BUILDDIR}/scripts/module.lds |
| 419 | fi |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 420 | else |
| 421 | bbnote "no modules to compile" |
| 422 | fi |
| 423 | } |
| 424 | addtask compile_kernelmodules after do_compile before do_strip |
| 425 | |
| 426 | kernel_do_install() { |
| 427 | # |
| 428 | # First install the modules |
| 429 | # |
| 430 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE |
| 431 | if (grep -q -i -e '^CONFIG_MODULES=y$' .config); then |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 432 | oe_runmake DEPMOD=echo MODLIB=${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION} INSTALL_FW_PATH=${D}${nonarch_base_libdir}/firmware modules_install |
| 433 | rm "${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/build" |
| 434 | rm "${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/source" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 435 | # If the kernel/ directory is empty remove it to prevent QA issues |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 436 | rmdir --ignore-fail-on-non-empty "${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 437 | else |
| 438 | bbnote "no modules to install" |
| 439 | fi |
| 440 | |
| 441 | # |
| 442 | # Install various kernel output (zImage, map file, config, module support files) |
| 443 | # |
| 444 | install -d ${D}/${KERNEL_IMAGEDEST} |
| 445 | install -d ${D}/boot |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 446 | |
| 447 | # |
| 448 | # When including an initramfs bundle inside a FIT image, the fitImage is created after the install task |
| 449 | # by do_assemble_fitimage_initramfs. |
| 450 | # This happens after the generation of the initramfs bundle (done by do_bundle_initramfs). |
| 451 | # So, at the level of the install task we should not try to install the fitImage. fitImage is still not |
| 452 | # generated yet. |
| 453 | # After the generation of the fitImage, the deploy task copies the fitImage from the build directory to |
| 454 | # the deploy folder. |
| 455 | # |
| 456 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 457 | for imageType in ${KERNEL_IMAGETYPES} ; do |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 458 | if [ $imageType != "fitImage" ] || [ "${INITRAMFS_IMAGE_BUNDLE}" != "1" ] ; then |
| 459 | install -m 0644 ${KERNEL_OUTPUT_DIR}/$imageType ${D}/${KERNEL_IMAGEDEST}/$imageType-${KERNEL_VERSION} |
| 460 | fi |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 461 | done |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 462 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 463 | install -m 0644 System.map ${D}/boot/System.map-${KERNEL_VERSION} |
| 464 | install -m 0644 .config ${D}/boot/config-${KERNEL_VERSION} |
| 465 | install -m 0644 vmlinux ${D}/boot/vmlinux-${KERNEL_VERSION} |
| 466 | [ -e Module.symvers ] && install -m 0644 Module.symvers ${D}/boot/Module.symvers-${KERNEL_VERSION} |
| 467 | install -d ${D}${sysconfdir}/modules-load.d |
| 468 | install -d ${D}${sysconfdir}/modprobe.d |
| 469 | } |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 470 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 471 | # Must be ran no earlier than after do_kernel_checkout or else Makefile won't be in ${S}/Makefile |
| 472 | do_kernel_version_sanity_check() { |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 473 | if [ "x${KERNEL_VERSION_SANITY_SKIP}" = "x1" ]; then |
| 474 | exit 0 |
| 475 | fi |
| 476 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 477 | # The Makefile determines the kernel version shown at runtime |
| 478 | # Don't use KERNEL_VERSION because the headers it grabs the version from aren't generated until do_compile |
| 479 | VERSION=$(grep "^VERSION =" ${S}/Makefile | sed s/.*=\ *//) |
| 480 | PATCHLEVEL=$(grep "^PATCHLEVEL =" ${S}/Makefile | sed s/.*=\ *//) |
| 481 | SUBLEVEL=$(grep "^SUBLEVEL =" ${S}/Makefile | sed s/.*=\ *//) |
| 482 | EXTRAVERSION=$(grep "^EXTRAVERSION =" ${S}/Makefile | sed s/.*=\ *//) |
| 483 | |
| 484 | # Build a string for regex and a plain version string |
| 485 | reg="^${VERSION}\.${PATCHLEVEL}" |
| 486 | vers="${VERSION}.${PATCHLEVEL}" |
| 487 | if [ -n "${SUBLEVEL}" ]; then |
| 488 | # Ignoring a SUBLEVEL of zero is fine |
| 489 | if [ "${SUBLEVEL}" = "0" ]; then |
| 490 | reg="${reg}(\.${SUBLEVEL})?" |
| 491 | else |
| 492 | reg="${reg}\.${SUBLEVEL}" |
| 493 | vers="${vers}.${SUBLEVEL}" |
| 494 | fi |
| 495 | fi |
| 496 | vers="${vers}${EXTRAVERSION}" |
| 497 | reg="${reg}${EXTRAVERSION}" |
| 498 | |
| 499 | if [ -z `echo ${PV} | grep -E "${reg}"` ]; then |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 500 | bbfatal "Package Version (${PV}) does not match of kernel being built (${vers}). Please update the PV variable to match the kernel source or set KERNEL_VERSION_SANITY_SKIP=\"1\" in your recipe." |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 501 | fi |
| 502 | exit 0 |
| 503 | } |
| 504 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 505 | addtask shared_workdir after do_compile before do_compile_kernelmodules |
| 506 | addtask shared_workdir_setscene |
| 507 | |
| 508 | do_shared_workdir_setscene () { |
| 509 | exit 1 |
| 510 | } |
| 511 | |
| 512 | emit_depmod_pkgdata() { |
| 513 | # Stash data for depmod |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 514 | install -d ${PKGDESTWORK}/${KERNEL_PACKAGE_NAME}-depmod/ |
| 515 | echo "${KERNEL_VERSION}" > ${PKGDESTWORK}/${KERNEL_PACKAGE_NAME}-depmod/${KERNEL_PACKAGE_NAME}-abiversion |
| 516 | cp ${B}/System.map ${PKGDESTWORK}/${KERNEL_PACKAGE_NAME}-depmod/System.map-${KERNEL_VERSION} |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 517 | } |
| 518 | |
| 519 | PACKAGEFUNCS += "emit_depmod_pkgdata" |
| 520 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 521 | do_shared_workdir[cleandirs] += " ${STAGING_KERNEL_BUILDDIR}" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 522 | do_shared_workdir () { |
| 523 | cd ${B} |
| 524 | |
| 525 | kerneldir=${STAGING_KERNEL_BUILDDIR} |
| 526 | install -d $kerneldir |
| 527 | |
| 528 | # |
| 529 | # Store the kernel version in sysroots for module-base.bbclass |
| 530 | # |
| 531 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 532 | echo "${KERNEL_VERSION}" > $kerneldir/${KERNEL_PACKAGE_NAME}-abiversion |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 533 | |
| 534 | # Copy files required for module builds |
| 535 | cp System.map $kerneldir/System.map-${KERNEL_VERSION} |
Andrew Geissler | 475cb72 | 2020-07-10 16:00:51 -0500 | [diff] [blame] | 536 | [ -e Module.symvers ] && cp Module.symvers $kerneldir/ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 537 | cp .config $kerneldir/ |
| 538 | mkdir -p $kerneldir/include/config |
| 539 | cp include/config/kernel.release $kerneldir/include/config/kernel.release |
Brad Bishop | 08902b0 | 2019-08-20 09:16:51 -0400 | [diff] [blame] | 540 | if [ -e certs/signing_key.x509 ]; then |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 541 | # The signing_key.* files are stored in the certs/ dir in |
| 542 | # newer Linux kernels |
| 543 | mkdir -p $kerneldir/certs |
| 544 | cp certs/signing_key.* $kerneldir/certs/ |
| 545 | elif [ -e signing_key.priv ]; then |
| 546 | cp signing_key.* $kerneldir/ |
| 547 | fi |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 548 | |
| 549 | # We can also copy over all the generated files and avoid special cases |
| 550 | # like version.h, but we've opted to keep this small until file creep starts |
| 551 | # to happen |
| 552 | if [ -e include/linux/version.h ]; then |
| 553 | mkdir -p $kerneldir/include/linux |
| 554 | cp include/linux/version.h $kerneldir/include/linux/version.h |
| 555 | fi |
| 556 | |
| 557 | # As of Linux kernel version 3.0.1, the clean target removes |
| 558 | # arch/powerpc/lib/crtsavres.o which is present in |
| 559 | # KBUILD_LDFLAGS_MODULE, making it required to build external modules. |
| 560 | if [ ${ARCH} = "powerpc" ]; then |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 561 | if [ -e arch/powerpc/lib/crtsavres.o ]; then |
| 562 | mkdir -p $kerneldir/arch/powerpc/lib/ |
| 563 | cp arch/powerpc/lib/crtsavres.o $kerneldir/arch/powerpc/lib/crtsavres.o |
| 564 | fi |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 565 | fi |
| 566 | |
| 567 | if [ -d include/generated ]; then |
| 568 | mkdir -p $kerneldir/include/generated/ |
| 569 | cp -fR include/generated/* $kerneldir/include/generated/ |
| 570 | fi |
| 571 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 572 | if [ -d arch/${ARCH}/include/generated ]; then |
| 573 | mkdir -p $kerneldir/arch/${ARCH}/include/generated/ |
| 574 | cp -fR arch/${ARCH}/include/generated/* $kerneldir/arch/${ARCH}/include/generated/ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 575 | fi |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 576 | |
| 577 | if (grep -q -i -e '^CONFIG_UNWINDER_ORC=y$' $kerneldir/.config); then |
| 578 | # With CONFIG_UNWINDER_ORC (the default in 4.14), objtool is required for |
| 579 | # out-of-tree modules to be able to generate object files. |
| 580 | if [ -x tools/objtool/objtool ]; then |
| 581 | mkdir -p ${kerneldir}/tools/objtool |
| 582 | cp tools/objtool/objtool ${kerneldir}/tools/objtool/ |
| 583 | fi |
| 584 | fi |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 585 | } |
| 586 | |
| 587 | # We don't need to stage anything, not the modules/firmware since those would clash with linux-firmware |
| 588 | sysroot_stage_all () { |
| 589 | : |
| 590 | } |
| 591 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 592 | KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} CC="${KERNEL_CC}" LD="${KERNEL_LD}" O=${B} olddefconfig || oe_runmake -C ${S} O=${B} CC="${KERNEL_CC}" LD="${KERNEL_LD}" oldnoconfig" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 593 | |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 594 | python check_oldest_kernel() { |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 595 | oldest_kernel = d.getVar('OLDEST_KERNEL') |
| 596 | kernel_version = d.getVar('KERNEL_VERSION') |
| 597 | tclibc = d.getVar('TCLIBC') |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 598 | if tclibc == 'glibc': |
| 599 | kernel_version = kernel_version.split('-', 1)[0] |
| 600 | if oldest_kernel and kernel_version: |
| 601 | if bb.utils.vercmp_string(kernel_version, oldest_kernel) < 0: |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 602 | bb.warn('%s: OLDEST_KERNEL is "%s" but the version of the kernel you are building is "%s" - therefore %s as built may not be compatible with this kernel. Either set OLDEST_KERNEL to an older version, or build a newer kernel.' % (d.getVar('PN'), oldest_kernel, kernel_version, tclibc)) |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 603 | } |
| 604 | |
| 605 | check_oldest_kernel[vardepsexclude] += "OLDEST_KERNEL KERNEL_VERSION" |
| 606 | do_configure[prefuncs] += "check_oldest_kernel" |
| 607 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 608 | kernel_do_configure() { |
| 609 | # fixes extra + in /lib/modules/2.6.37+ |
| 610 | # $ scripts/setlocalversion . => + |
| 611 | # $ make kernelversion => 2.6.37 |
| 612 | # $ make kernelrelease => 2.6.37+ |
| 613 | touch ${B}/.scmversion ${S}/.scmversion |
| 614 | |
| 615 | if [ "${S}" != "${B}" ] && [ -f "${S}/.config" ] && [ ! -f "${B}/.config" ]; then |
| 616 | mv "${S}/.config" "${B}/.config" |
| 617 | fi |
| 618 | |
| 619 | # Copy defconfig to .config if .config does not exist. This allows |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 620 | # recipes to manage the .config themselves in do_configure:prepend(). |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 621 | if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${B}/.config" ]; then |
| 622 | cp "${WORKDIR}/defconfig" "${B}/.config" |
| 623 | fi |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 624 | |
| 625 | ${KERNEL_CONFIG_COMMAND} |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 626 | } |
| 627 | |
| 628 | do_savedefconfig() { |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 629 | bbplain "Saving defconfig to:\n${B}/defconfig" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 630 | oe_runmake -C ${B} savedefconfig |
| 631 | } |
| 632 | do_savedefconfig[nostamp] = "1" |
| 633 | addtask savedefconfig after do_configure |
| 634 | |
| 635 | inherit cml1 |
| 636 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 637 | KCONFIG_CONFIG_COMMAND:append = " LD='${KERNEL_LD}' HOSTLDFLAGS='${BUILD_LDFLAGS}'" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 638 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 639 | EXPORT_FUNCTIONS do_compile do_transform_kernel do_transform_bundled_initramfs do_install do_configure |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 640 | |
| 641 | # kernel-base becomes kernel-${KERNEL_VERSION} |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 642 | # kernel-image becomes kernel-image-${KERNEL_VERSION} |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 643 | PACKAGES = "${KERNEL_PACKAGE_NAME} ${KERNEL_PACKAGE_NAME}-base ${KERNEL_PACKAGE_NAME}-vmlinux ${KERNEL_PACKAGE_NAME}-image ${KERNEL_PACKAGE_NAME}-dev ${KERNEL_PACKAGE_NAME}-modules ${KERNEL_PACKAGE_NAME}-dbg" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 644 | FILES:${PN} = "" |
| 645 | FILES:${KERNEL_PACKAGE_NAME}-base = "${nonarch_base_libdir}/modules/${KERNEL_VERSION}/modules.order ${nonarch_base_libdir}/modules/${KERNEL_VERSION}/modules.builtin ${nonarch_base_libdir}/modules/${KERNEL_VERSION}/modules.builtin.modinfo" |
| 646 | FILES:${KERNEL_PACKAGE_NAME}-image = "" |
| 647 | FILES:${KERNEL_PACKAGE_NAME}-dev = "/boot/System.map* /boot/Module.symvers* /boot/config* ${KERNEL_SRC_PATH} ${nonarch_base_libdir}/modules/${KERNEL_VERSION}/build" |
| 648 | FILES:${KERNEL_PACKAGE_NAME}-vmlinux = "/boot/vmlinux-${KERNEL_VERSION_NAME}" |
| 649 | FILES:${KERNEL_PACKAGE_NAME}-modules = "" |
Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 650 | RDEPENDS:${KERNEL_PACKAGE_NAME} = "${KERNEL_PACKAGE_NAME}-base (= ${EXTENDPKGV})" |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 651 | # Allow machines to override this dependency if kernel image files are |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 652 | # not wanted in images as standard |
Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 653 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base ?= "${KERNEL_PACKAGE_NAME}-image (= ${EXTENDPKGV})" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 654 | PKG:${KERNEL_PACKAGE_NAME}-image = "${KERNEL_PACKAGE_NAME}-image-${@legitimize_package_name(d.getVar('KERNEL_VERSION'))}" |
Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 655 | RDEPENDS:${KERNEL_PACKAGE_NAME}-image += "${@oe.utils.conditional('KERNEL_IMAGETYPE', 'vmlinux', '${KERNEL_PACKAGE_NAME}-vmlinux (= ${EXTENDPKGV})', '', d)}" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 656 | PKG:${KERNEL_PACKAGE_NAME}-base = "${KERNEL_PACKAGE_NAME}-${@legitimize_package_name(d.getVar('KERNEL_VERSION'))}" |
| 657 | RPROVIDES:${KERNEL_PACKAGE_NAME}-base += "${KERNEL_PACKAGE_NAME}-${KERNEL_VERSION}" |
| 658 | ALLOW_EMPTY:${KERNEL_PACKAGE_NAME} = "1" |
| 659 | ALLOW_EMPTY:${KERNEL_PACKAGE_NAME}-base = "1" |
| 660 | ALLOW_EMPTY:${KERNEL_PACKAGE_NAME}-image = "1" |
| 661 | ALLOW_EMPTY:${KERNEL_PACKAGE_NAME}-modules = "1" |
| 662 | DESCRIPTION:${KERNEL_PACKAGE_NAME}-modules = "Kernel modules meta package" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 663 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 664 | pkg_postinst:${KERNEL_PACKAGE_NAME}-base () { |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 665 | if [ ! -e "$D/lib/modules/${KERNEL_VERSION}" ]; then |
| 666 | mkdir -p $D/lib/modules/${KERNEL_VERSION} |
| 667 | fi |
| 668 | if [ -n "$D" ]; then |
| 669 | depmodwrapper -a -b $D ${KERNEL_VERSION} |
| 670 | else |
| 671 | depmod -a ${KERNEL_VERSION} |
| 672 | fi |
| 673 | } |
| 674 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 675 | PACKAGESPLITFUNCS:prepend = "split_kernel_packages " |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 676 | |
| 677 | python split_kernel_packages () { |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 678 | do_split_packages(d, root='${nonarch_base_libdir}/firmware', file_regex=r'^(.*)\.(bin|fw|cis|csp|dsp)$', output_pattern='${KERNEL_PACKAGE_NAME}-firmware-%s', description='Firmware for %s', recursive=True, extra_depends='') |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 679 | } |
| 680 | |
| 681 | # Many scripts want to look in arch/$arch/boot for the bootable |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 682 | # image. This poses a problem for vmlinux and vmlinuz based |
| 683 | # booting. This task arranges to have vmlinux and vmlinuz appear |
| 684 | # in the normalized directory location. |
| 685 | do_kernel_link_images() { |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 686 | if [ ! -d "${B}/arch/${ARCH}/boot" ]; then |
| 687 | mkdir ${B}/arch/${ARCH}/boot |
| 688 | fi |
| 689 | cd ${B}/arch/${ARCH}/boot |
| 690 | ln -sf ../../../vmlinux |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 691 | if [ -f ../../../vmlinuz ]; then |
| 692 | ln -sf ../../../vmlinuz |
| 693 | fi |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 694 | if [ -f ../../../vmlinuz.bin ]; then |
| 695 | ln -sf ../../../vmlinuz.bin |
| 696 | fi |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 697 | if [ -f ../../../vmlinux.64 ]; then |
| 698 | ln -sf ../../../vmlinux.64 |
| 699 | fi |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 700 | } |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 701 | addtask kernel_link_images after do_compile before do_strip |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 702 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 703 | python do_strip() { |
| 704 | import shutil |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 705 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 706 | strip = d.getVar('STRIP') |
| 707 | extra_sections = d.getVar('KERNEL_IMAGE_STRIP_EXTRA_SECTIONS') |
| 708 | kernel_image = d.getVar('B') + "/" + d.getVar('KERNEL_OUTPUT_DIR') + "/vmlinux" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 709 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 710 | if (extra_sections and kernel_image.find('boot/vmlinux') != -1): |
| 711 | kernel_image_stripped = kernel_image + ".stripped" |
| 712 | shutil.copy2(kernel_image, kernel_image_stripped) |
| 713 | oe.package.runstrip((kernel_image_stripped, 8, strip, extra_sections)) |
| 714 | bb.debug(1, "KERNEL_IMAGE_STRIP_EXTRA_SECTIONS is set, stripping sections: " + \ |
| 715 | extra_sections) |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 716 | } |
| 717 | do_strip[dirs] = "${B}" |
| 718 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 719 | addtask strip before do_sizecheck after do_kernel_link_images |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 720 | |
| 721 | # Support checking the kernel size since some kernels need to reside in partitions |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 722 | # with a fixed length or there is a limit in transferring the kernel to memory. |
| 723 | # If more than one image type is enabled, warn on any that don't fit but only fail |
| 724 | # if none fit. |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 725 | do_sizecheck() { |
| 726 | if [ ! -z "${KERNEL_IMAGE_MAXSIZE}" ]; then |
| 727 | invalid=`echo ${KERNEL_IMAGE_MAXSIZE} | sed 's/[0-9]//g'` |
| 728 | if [ -n "$invalid" ]; then |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 729 | die "Invalid KERNEL_IMAGE_MAXSIZE: ${KERNEL_IMAGE_MAXSIZE}, should be an integer (The unit is Kbytes)" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 730 | fi |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 731 | at_least_one_fits= |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 732 | for imageType in ${KERNEL_IMAGETYPES} ; do |
| 733 | size=`du -ks ${B}/${KERNEL_OUTPUT_DIR}/$imageType | awk '{print $1}'` |
Andrew Geissler | 0903674 | 2021-06-25 14:25:14 -0500 | [diff] [blame] | 734 | if [ $size -gt ${KERNEL_IMAGE_MAXSIZE} ]; then |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 735 | bbwarn "This kernel $imageType (size=$size(K) > ${KERNEL_IMAGE_MAXSIZE}(K)) is too big for your device." |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 736 | else |
| 737 | at_least_one_fits=y |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 738 | fi |
| 739 | done |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 740 | if [ -z "$at_least_one_fits" ]; then |
| 741 | die "All kernel images are too big for your device. Please reduce the size of the kernel by making more of it modular." |
| 742 | fi |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 743 | fi |
| 744 | } |
| 745 | do_sizecheck[dirs] = "${B}" |
| 746 | |
| 747 | addtask sizecheck before do_install after do_strip |
| 748 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 749 | inherit kernel-artifact-names |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 750 | |
| 751 | kernel_do_deploy() { |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 752 | deployDir="${DEPLOYDIR}" |
| 753 | if [ -n "${KERNEL_DEPLOYSUBDIR}" ]; then |
| 754 | deployDir="${DEPLOYDIR}/${KERNEL_DEPLOYSUBDIR}" |
| 755 | mkdir "$deployDir" |
| 756 | fi |
| 757 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 758 | for imageType in ${KERNEL_IMAGETYPES} ; do |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 759 | baseName=$imageType-${KERNEL_IMAGE_NAME} |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 760 | |
| 761 | if [ -s ${KERNEL_OUTPUT_DIR}/$imageType.stripped ] ; then |
| 762 | install -m 0644 ${KERNEL_OUTPUT_DIR}/$imageType.stripped $deployDir/$baseName${KERNEL_IMAGE_BIN_EXT} |
| 763 | else |
| 764 | install -m 0644 ${KERNEL_OUTPUT_DIR}/$imageType $deployDir/$baseName${KERNEL_IMAGE_BIN_EXT} |
| 765 | fi |
| 766 | if [ -n "${KERNEL_IMAGE_LINK_NAME}" ] ; then |
| 767 | ln -sf $baseName${KERNEL_IMAGE_BIN_EXT} $deployDir/$imageType-${KERNEL_IMAGE_LINK_NAME}${KERNEL_IMAGE_BIN_EXT} |
| 768 | fi |
| 769 | if [ "${KERNEL_IMAGETYPE_SYMLINK}" = "1" ] ; then |
| 770 | ln -sf $baseName${KERNEL_IMAGE_BIN_EXT} $deployDir/$imageType |
| 771 | fi |
He Zhe | fe76b1e | 2016-05-25 04:47:16 -0400 | [diff] [blame] | 772 | done |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 773 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 774 | if [ ${MODULE_TARBALL_DEPLOY} = "1" ] && (grep -q -i -e '^CONFIG_MODULES=y$' .config); then |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 775 | mkdir -p ${D}${root_prefix}/lib |
Andrew Geissler | c182c62 | 2020-05-15 14:13:32 -0500 | [diff] [blame] | 776 | if [ -n "${SOURCE_DATE_EPOCH}" ]; then |
| 777 | TAR_ARGS="--sort=name --clamp-mtime --mtime=@${SOURCE_DATE_EPOCH}" |
| 778 | else |
| 779 | TAR_ARGS="" |
| 780 | fi |
Andrew Geissler | 1e34c2d | 2020-05-29 16:02:59 -0500 | [diff] [blame] | 781 | TAR_ARGS="$TAR_ARGS --owner=0 --group=0" |
Andrew Geissler | c182c62 | 2020-05-15 14:13:32 -0500 | [diff] [blame] | 782 | tar $TAR_ARGS -cv -C ${D}${root_prefix} lib | gzip -9n > $deployDir/modules-${MODULE_TARBALL_NAME}.tgz |
| 783 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 784 | if [ -n "${MODULE_TARBALL_LINK_NAME}" ] ; then |
| 785 | ln -sf modules-${MODULE_TARBALL_NAME}.tgz $deployDir/modules-${MODULE_TARBALL_LINK_NAME}.tgz |
| 786 | fi |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 787 | fi |
| 788 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 789 | if [ ! -z "${INITRAMFS_IMAGE}" -a x"${INITRAMFS_IMAGE_BUNDLE}" = x1 ]; then |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 790 | for imageType in ${KERNEL_IMAGETYPES} ; do |
Brad Bishop | 977dc1a | 2019-02-06 16:01:43 -0500 | [diff] [blame] | 791 | if [ "$imageType" = "fitImage" ] ; then |
| 792 | continue |
| 793 | fi |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 794 | initramfsBaseName=$imageType-${INITRAMFS_NAME} |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 795 | install -m 0644 ${KERNEL_OUTPUT_DIR}/$imageType.initramfs $deployDir/$initramfsBaseName${KERNEL_IMAGE_BIN_EXT} |
| 796 | if [ -n "${INITRAMFS_LINK_NAME}" ] ; then |
| 797 | ln -sf $initramfsBaseName${KERNEL_IMAGE_BIN_EXT} $deployDir/$imageType-${INITRAMFS_LINK_NAME}${KERNEL_IMAGE_BIN_EXT} |
| 798 | fi |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 799 | done |
| 800 | fi |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 801 | } |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 802 | |
| 803 | # We deploy to filenames that include PKGV and PKGR, read the saved data to |
| 804 | # ensure we get the right values for both |
| 805 | do_deploy[prefuncs] += "read_subpackage_metadata" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 806 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 807 | addtask deploy after do_populate_sysroot do_packagedata |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 808 | |
| 809 | EXPORT_FUNCTIONS do_deploy |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 810 | |
| 811 | # Add using Device Tree support |
| 812 | inherit kernel-devicetree |