From: Angelo Compagnucci <angelo@amarulasolutions.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 0/3] Add tainting support to buildroot
Date: Wed, 5 Sep 2018 18:06:33 +0200 [thread overview]
Message-ID: <1536163596-5310-1-git-send-email-angelo@amarulasolutions.com> (raw)
Packages that need to resolve dependencies internally
and use a package manager would harm the reproducibility
of a build, moreover they escape the legal infrastructure
not giving enough informations on licensing.
This patch adds a tainting mechanism in the form of a
variable FOO_TAINTS that can be used to signal that
a package harms the reproducibility or licensing under
certain conditions.
This opens the door to include per language dependency
managers in buildroot.
Angelo Compagnucci (3):
Makefile: add tainting support
docs/manual: adding infos about tainting
package/nodejs: taint the build on external modules
Makefile | 10 ++++++++++
docs/manual/adding-packages-generic.txt | 6 ++++++
docs/manual/legal-notice.txt | 12 ++++++++++++
package/nodejs/nodejs.mk | 1 +
package/pkg-generic.mk | 8 ++++++++
5 files changed, 37 insertions(+)
--
2.7.4
next reply other threads:[~2018-09-05 16:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-05 16:06 Angelo Compagnucci [this message]
2018-09-05 16:06 ` [Buildroot] [PATCH v3 1/3] Makefile: add tainting support Angelo Compagnucci
2018-09-05 19:37 ` Thomas Petazzoni
2018-09-05 21:45 ` Angelo Compagnucci
2018-09-05 22:01 ` Thomas Petazzoni
2018-09-05 22:22 ` Angelo Compagnucci
2018-09-05 16:06 ` [Buildroot] [PATCH v3 2/3] docs/manual: adding infos about tainting Angelo Compagnucci
2018-09-05 16:06 ` [Buildroot] [PATCH v3 3/3] package/nodejs: taint the build on external modules Angelo Compagnucci
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=1536163596-5310-1-git-send-email-angelo@amarulasolutions.com \
--to=angelo@amarulasolutions.com \
--cc=buildroot@busybox.net \
/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