diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-06-04 23:17:27 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-06-04 23:23:52 +0100 |
commit | 037ffe6eb2c6b4754e32ec2acd9cab2e969a7fa0 (patch) | |
tree | f9952db49ccb508b6637469b44efb7f6a993927e /profiles | |
parent | profiles/common: Define ACCEPT_LICENSE (diff) | |
download | portage-037ffe6eb2c6b4754e32ec2acd9cab2e969a7fa0.tar.xz |
profiles/raspberry-pi: Define ACCEPT_LICENSE
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/raspberry-pi/make.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/raspberry-pi/make.defaults b/profiles/raspberry-pi/make.defaults index 569c37c0..07832d34 100644 --- a/profiles/raspberry-pi/make.defaults +++ b/profiles/raspberry-pi/make.defaults @@ -1,4 +1,6 @@ FEATURES="noinfo noman nodoc" USE="systemd -doc -man" +ACCEPT_LICENSE="${ACCEPT_LICENSE} raspberrypi-videocore-bin" + EXTRA_KERNEL_PATCHES=raspberrypi |