public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 08/11] cve-check.bbclass: Added do_populate_sdk[recrdeptask].
Date: Wed,  1 Jun 2022 16:30:48 -1000	[thread overview]
Message-ID: <df09cd71b4cd3f830fced9ce91aa202c1609bfc5.1654136888.git.steve@sakoman.com> (raw)
In-Reply-To: <cover.1654136888.git.steve@sakoman.com>

From: leimaohui <leimaohui@fujitsu.com>

As product, sdk should do cve check as well as rootfs.

Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit cc17753935c5f9e08aaa6c5886f059303147c07b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 meta/classes/cve-check.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass
index 34c38bdf2d..f7ed2a6ae9 100644
--- a/meta/classes/cve-check.bbclass
+++ b/meta/classes/cve-check.bbclass
@@ -213,6 +213,7 @@ python cve_check_write_rootfs_manifest () {
 
 ROOTFS_POSTPROCESS_COMMAND_prepend = "${@'cve_check_write_rootfs_manifest; ' if d.getVar('CVE_CHECK_CREATE_MANIFEST') == '1' else ''}"
 do_rootfs[recrdeptask] += "${@'do_cve_check' if d.getVar('CVE_CHECK_CREATE_MANIFEST') == '1' else ''}"
+do_populate_sdk[recrdeptask] += "${@'do_cve_check' if d.getVar('CVE_CHECK_CREATE_MANIFEST') == '1' else ''}"
 
 def get_patches_cves(d):
     """
-- 
2.25.1



  parent reply	other threads:[~2022-06-02  2:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-02  2:30 [OE-core][dunfell 00/11] Patch review Steve Sakoman
2022-06-02  2:30 ` [OE-core][dunfell 01/11] ruby: Upgrade ruby to 2.7.6 for security fix Steve Sakoman
2022-06-02  2:30 ` [OE-core][dunfell 02/11] ruby: Whitelist CVE-2021-28966 as this affects Windows OS only Steve Sakoman
2022-06-02  2:30 ` [OE-core][dunfell 03/11] libsdl2: Add fix for CVE-2021-33657 Steve Sakoman
2022-06-02  2:30 ` [OE-core][dunfell 04/11] ffmpeg: Fix for CVE-2022-1475 Steve Sakoman
2022-06-02  2:30 ` [OE-core][dunfell 05/11] ncurses: Fix CVE-2022-29458 Steve Sakoman
2022-06-02  2:30 ` [OE-core][dunfell 06/11] libxml2: Fix CVE-2022-29824 for libxml2 Steve Sakoman
2022-06-02  2:30 ` [OE-core][dunfell 07/11] vim: Upgrade 8.2.4912 -> 8.2.5034 to fix 9 CVEs Steve Sakoman
2022-06-02  2:30 ` Steve Sakoman [this message]
2022-06-02  2:30 ` [OE-core][dunfell 09/11] cve-check: Add helper for symlink handling Steve Sakoman
2022-06-02  2:30 ` [OE-core][dunfell 10/11] cve-check: Only include installed packages for rootfs manifest Steve Sakoman
2022-06-02  2:30 ` [OE-core][dunfell 11/11] cve-check: Allow warnings to be disabled Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=df09cd71b4cd3f830fced9ce91aa202c1609bfc5.1654136888.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox