Quantcast
Channel: poky/meta/classes/kernel.bbclass, branch master
Browsing all 10 articles
Browse latest View live

kernel.bbclass: avoid config changes based on the availability of pahole

CONFIG_PAHOLE_HAS_SPLIT_BTF shows up in the config only when pahole is installed on the host system. As a result, the config changes depending on whether pahole is installed or not. Set PAHOLE=false...

View Article



kernel.bbclass: Use KERNEL_IMAGEDEST instead of hardcoded boot path

The behaviour doesn't change because KERNEL_IMAGEDEST is defined as 'boot' in the same file (line 215). (From OE-Core rev: b9c3db4953e4e7b423ba9ec5b618fd990c378bc1) Signed-off-by: Alessio Igor Bogani...

View Article

kernel.bbclass: Fix the do_strip() malfunction

The BB variable can't be referenced directly in a python function, this misusage of the variable reference causes strip function to be always skipped. Fixed: b9c3db4953e4 ("kernel.bbclass: Use...

View Article

kernel: Delete unused KERNEL_LOCALVERSION variable

This has been unused since: commit fb61dc1430f81ae2ee59766ffab8404fd79ff1b1 Author: Richard Purdie Date: Mon Jan 8 21:05:18 2007 +0000 kernel.bbclass: Drop KERNEL_RELEASE variable git-svn-id:...

View Article

kernel: add missing path to search for debug files

Since explicit debug package creation via ${KERNEL_PACKAGE_NAME}-dbg has been added to kernel, it has to cover all PACKAGE_DEBUG_SPLIT_STYLE options. For ex. when the variable "debug-file-directory"...

View Article


kernel.bbclass: Do not overwrite recipe's custom postinst

Allow recipe to set a custom postinst for kernel image. Use prependVar in order to allow custom postinst to be ran after default postinst, potentially modifying the installed file/symlink. (From...

View Article

kernel.bbclass: pass LD also in savedefconfig

* similar to: https://git.openembedded.org/openembedded-core/commit/?id=66c1f4b0abd3483759f9e4141a80f982eaf8ccfd...

View Article

classes: Add copyright statements to files without one

Where there isn't a copyright statement, add one to make it explicit. Also drop editor config lines where they were present. (From OE-Core rev: 880c1ea3edc8edef974e65b2d424fc36809ea034) Signed-off-by:...

View Article


classes: Add SPDX license identifiers

As stated in our top level license files, the license is MIT unless otherwise stated. Add SPDX identifers accordingly. Replace older license statementa with the standardised syntax. Also drop "All...

View Article


classes: Update classes to match new bitbake class scope functionality

Move classes to classes-global or classes-recipe as appropriate to take advantage of new bitbake functionality to check class scope/usage. (From OE-Core rev: f5c128008365e141082c129417eb72d2751e8045)...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images