summaryrefslogtreecommitdiffstats
path: root/meta-tpm
diff options
context:
space:
mode:
authorLi Zhou <li.zhou@windriver.com>2026-04-27 10:28:01 +0800
committerScott Murray <scott.murray@konsulko.com>2026-05-13 08:21:04 +0300
commit1608741508cddd3a263dca5b4d7a646dcd438d01 (patch)
treeecca2d39c2fc7ba81a49303a8357a49ed34a09c7 /meta-tpm
parent9265f142f3890df2d00d71d13b19e95a082707ed (diff)
downloadmeta-security-1608741508cddd3a263dca5b4d7a646dcd438d01.tar.gz
firejail: fix COMPATIBLE_MACHINE setting
Because "x86_64" and "arm64" aren't valid in bitbake OVERRIDES, they should be corrected to "x86-64" and "aarch64". On the other side, "x86_64" and "arch64" aren't valid MACHINE name. So correct the way to "only allow x86-64 and arm64 to build": COMPATIBLE_MACHINE = "(-)" => disallow all machine first COMPATIBLE_MACHINE:aarch64 = "(.*)" => when arch "aarch64" in OVERRIDES, allow all machines. COMPATIBLE_MACHINE:x86-64 = "(.*)" => when arch "x84-64" in OVERRIDES, allow all machines. Fix 1dd076d3a76f ("firejail: only allow x86-64 and arm64 to build") Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-tpm')
0 files changed, 0 insertions, 0 deletions