diff options
author | mathieu benoit <mathieu.benoit@savoirfairelinux.com> | 2013-11-10 12:16:22 (GMT) |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-10 21:18:52 (GMT) |
commit | 094d8ec896ef0c447a4bfb884753bf8984d67dbc (patch) | |
tree | 632b589f2775220596aebff5c36c9917c412442a | |
parent | 5a0e1258f369d9fcf75e977c3a76727a9a3096a3 (diff) | |
download | buildroot-094d8ec896ef0c447a4bfb884753bf8984d67dbc.tar.gz buildroot-094d8ec896ef0c447a4bfb884753bf8984d67dbc.tar.bz2 |
configs: rename rpi_defconfig for consistency
We name all of our boards and defconfig files based on the boards
fullname, not a nickname or a shortname.
'rpi' is short for Raspberry Pi, so name all our Raspberry Pi ressource
with 'raspberrypi' instead of 'rpi'.
This should also help Buildroot-newcomers to recognise Raspberry Pi
related files (defconfig and board doc).
Signed-off-by: Mathieu Benoit <mathieu.benoit@savoirfairelinux.com>
[yann.morin.1998@free.fr: reverse the rename]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Ryan Barnett <rjbarnet@rockwellcollins.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | board/raspberrypi/readme.txt | 8 | ||||
-rw-r--r-- | configs/raspberrypi_defconfig (renamed from configs/rpi_defconfig) | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt index 47b4818..2052e2b 100644 --- a/board/raspberrypi/readme.txt +++ b/board/raspberrypi/readme.txt @@ -17,11 +17,11 @@ How to build it Configure Buildroot ------------------- -The rpi_defconfig configuration is a minimal configuration with all that -is required to bring the Raspberry Pi. You should base your work on this -defconfig: +The raspberrypi_defconfig configuration is a minimal configuration with +all that is required to bring the Raspberry Pi. You should base your +work on this defconfig: - $ make rpi_defconfig + $ make raspberrypi_defconfig If you want to use a persistent rootfs, skip to "Build the rootfs", below. diff --git a/configs/rpi_defconfig b/configs/raspberrypi_defconfig index da877fb..da877fb 100644 --- a/configs/rpi_defconfig +++ b/configs/raspberrypi_defconfig |