Skip to content

Commit

Permalink
doc/user_manual: DISTRO_APT_KEYS was renamed to DISTRO_BOOTSTRAP_KEYS
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Yu. Osipov <[email protected]>
  • Loading branch information
myo73 committed May 14, 2019
1 parent ade90e6 commit b6ac71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ The first entry of DISTRO_APT_SOURCES is used for bootstrapping.
Below is an example for Raspbian Stretch:
```
DISTRO_APT_SOURCES += "conf/distro/raspbian-stretch.list"
DISTRO_APT_KEYS += "https://archive.raspbian.org/raspbian.public.key;sha256sum=ca59cd4f2bcbc3a1d41ba6815a02a8dc5c175467a59bd87edeac458f4a5345de"
DISTRO_BOOTSTRAP_KEYS += "https://archive.raspbian.org/raspbian.public.key;sha256sum=ca59cd4f2bcbc3a1d41ba6815a02a8dc5c175467a59bd87edeac458f4a5345de"
DISTRO_CONFIG_SCRIPT?= "raspbian-configscript.sh"
DISTRO_KERNELS ?= "rpi rpi2 rpi-rpfv rpi2-rpfv"
```
Expand Down

0 comments on commit b6ac71a

Please sign in to comment.