diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-09-24 20:16:21 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2023-09-27 22:33:09 +0200 |
commit | 0a1dc007e49cf20a961de52c36dbf35dd7ef74dd (patch) | |
tree | 3cd3b80af262eb01f5ff3bd0f625b01cbc1cba7c /package/boot | |
parent | 32e32d5011eeb409fb34fb12e4a47d33d8f8df4b (diff) | |
download | upstream-0a1dc007e49cf20a961de52c36dbf35dd7ef74dd.tar.gz upstream-0a1dc007e49cf20a961de52c36dbf35dd7ef74dd.tar.bz2 upstream-0a1dc007e49cf20a961de52c36dbf35dd7ef74dd.zip |
treewide: Add extra CPE identifier
This adds some Common Platform Enumerations (CPE) identifiers which I
found.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/at91bootstrap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index efd42ecf5c..f27a3f01dc 100644 --- a/package/boot/at91bootstrap/Makefile +++ b/package/boot/at91bootstrap/Makefile @@ -13,6 +13,7 @@ PKG_VERSION:=v4.0.3 PKG_MIRROR_HASH:=1ecdc31a13350fcdcaa3f77ed8ad73906f79fc668dbb2f337e1d5dd877bf9882 PKG_SOURCE_VERSION:=1d9e673698d9db4a4f2301559f481274de2e75ae BINARIES_DIR:=build/binaries +PKG_CPE_ID:=cpe:/a:linux4sam:at91bootstrap AT91BOOTSTRAP_V4=y ifdef CONFIG_PACKAGE_at91bootstrap-sama5d4_xplaineddf_uboot_secure |