summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 04:25:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 04:25:26 +0000
commit5ceacb82619304a784634ee5bb0ad0ea4e54ab3c (patch)
tree3b5e6fd489662166a27092ed563714d2a678576a /README.md
parentInitial commit. (diff)
downloadpackage-notes-upstream/0.10_exp.tar.xz
package-notes-upstream/0.10_exp.zip
Adding upstream version 0.10~exp.upstream/0.10_exp
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dccd9d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+ELF Package Notes Reference Implementation
+
+## Description
+
+This repository provides RPM and DEB packaging tools to generate an ELF note
+that will be linked into compiled binaries (programs and shared libraries) to
+provide metadata about the package for which the binary was compiled.
+
+See [Package Metadata for Core Files](https://systemd.io/ELF_PACKAGE_METADATA/)
+for the overview and details.
+
+The new `--package-metadata` option provided by bfd, gold, mold and lld is used.
+
+## Requirements
+* binutils (>= 2.39)
+* mold (>= 1.3.0)
+* lld (>= 15.0.0)