poky/meta/classes-global
Tobias Hagelborn f909d235c9 sstate.bbclass: Only sign packages at the time of their creation
The purpose of the change is to never sign a package not created by
the build itself.

sstate_create_package is refactored into Python and re-designed
to handle signing inside the function. Thus, the signing should never apply
to existing sstate packages. The function is therefore renamed into
sstate_create_and_sign_package.
The creation of the archive remains in a separate shellscript function.

Co-authored-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
(From OE-Core rev: ba223f8fff19ea59440d56cf3fe46200f3f71e22)

Signed-off-by: Tobias Hagelborn <tobias.hagelborn@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-18 07:34:42 +00:00
..
base.bbclass base: Unpack .7z files with p7zip 2023-12-13 11:34:27 +00:00
buildstats.bbclass
debian.bbclass package/package_write: Improve packagedata code location 2023-11-08 10:56:35 +00:00
devshell.bbclass devshell: Do not add scripts/git-intercept to PATH 2023-02-10 09:25:44 +00:00
insane.bbclass insane: Clarify runtime/ warning 2024-02-13 13:51:41 +00:00
license.bbclass license/license_image: Fix license file layout to avoid overlapping files 2023-09-20 23:51:11 +01:00
logging.bbclass
mirrors.bbclass mirrors.bbclass: add infraroot as an https mirror 2024-02-10 14:13:24 +00:00
package_deb.bbclass package/package_write: Improve packagedata code location 2023-11-08 10:56:35 +00:00
package_ipk.bbclass ipk: Switch to using zstd compression 2023-12-23 08:46:00 +00:00
package_pkgdata.bbclass
package_rpm.bbclass package_rpm: add RPMBUILD_EXTRA_PARAMS variable 2024-02-08 10:53:13 +00:00
package.bbclass lib/oe/package: add LOCALE_PATHS to add define all locations for locales 2024-02-14 13:53:36 +00:00
packagedata.bbclass
patch.bbclass
sanity.bbclass sanity.bbclass: raise_sanity_error if /tmp is noexec 2024-02-13 13:51:41 +00:00
sstate.bbclass sstate.bbclass: Only sign packages at the time of their creation 2024-02-18 07:34:42 +00:00
staging.bbclass classes/staging: capture output of sysroot postinsts into logs 2024-01-27 08:20:02 +00:00
uninative.bbclass uninative.bbclass: Add ldso information for riscv64 2023-11-05 11:28:34 +00:00
utility-tasks.bbclass
utils.bbclass