mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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> |
||
|---|---|---|
| .. | ||
| base.bbclass | ||
| buildstats.bbclass | ||
| debian.bbclass | ||
| devshell.bbclass | ||
| insane.bbclass | ||
| license.bbclass | ||
| logging.bbclass | ||
| mirrors.bbclass | ||
| package_deb.bbclass | ||
| package_ipk.bbclass | ||
| package_pkgdata.bbclass | ||
| package_rpm.bbclass | ||
| package.bbclass | ||
| packagedata.bbclass | ||
| patch.bbclass | ||
| sanity.bbclass | ||
| sstate.bbclass | ||
| staging.bbclass | ||
| uninative.bbclass | ||
| utility-tasks.bbclass | ||
| utils.bbclass | ||