Commit graph

272 commits

Author SHA1 Message Date
Florian
aab7fbd52d CHG: Added license information to all files 2015-03-27 17:28:38 +01:00
Jools Wills
6612f62b1e default rpi2 to -j2 rather than -j4 - those that want to use -j4 can switch it manually, but there could be issues with -j4 such as - free ram, sdcard speed etc. 2015-03-23 18:56:23 +00:00
Jools Wills
faf7338aca use -j4 by default on the rpi2 now. 2015-03-21 15:08:52 +00:00
Jools Wills
e63176d4f0 update copyright date 2015-02-21 17:03:46 +00:00
Jools Wills
49bdb68955 rework of message / error handling:
* use arrays for info/error messages
 * create a helper function to print our information to console/dialog etc
 * rename prebious printMsg to printHeading
 * fix for duplication of error messages in rp_callModule
2015-02-15 20:28:02 +00:00
Jools Wills
924c8a7c07 change rpi1 binaries location to subfolder like rpi2 to tidy up our archive structure 2015-02-14 19:09:03 +00:00
Jools Wills
9145c4fdc8 styleguide change 2015-02-09 12:52:30 +00:00
Jools Wills
e88eab177c added comment regarding qemu cpu configuration for rpi2 (for chroot dev environments) 2015-02-07 23:07:05 +00:00
Jools Wills
bdd71350c1 it is tidier to not include slash on binaries url 2015-02-07 23:05:52 +00:00
Jools Wills
bca2287c7b if no platform is specified try to auto-detect rpi/rpi2. platform can always be forced by setting __platform env variable like sudo __platform=rpi2 ./retropie_setup.sh
enable binaries archives for rpi2
2015-02-07 22:55:50 +00:00
Jools Wills
b82d9c6fae rather than the hack to reset platform for rpi2 back to rpi, let's use rpi1 and rpi2, but make isPlatform rpi match both. This allows us to easily do logic so choices can be made for either or both models. 2015-02-07 17:41:02 +00:00
Jools Wills
fb9878706e there is no support in qemu for cortex-a7 it seems, but it does have cortex-a5 which is architecturally aligned with the a7, and allows the a7 code to be run. 2015-02-07 15:28:04 +00:00
Jools Wills
2486bd4892 better (I think) rpi2 cflags 2015-02-06 18:11:43 +00:00
Jools Wills
833adc9195 added initial platform config for rpi2 2015-02-04 01:19:07 +00:00
Jools Wills
231051ccad styleguide changes:
* add newline to end of main scripts
2015-01-11 17:32:20 +00:00
Jools Wills
2fd9bd4e71 styleguide changes:
* [[ "a" != "" ]] -> [[ -n "a" ]]
2015-01-11 17:19:51 +00:00
Jools Wills
641178f761 styleguide changes:
* [ ] -> [[ ]]
  * [ a = b ] -> [[ a == b ]]

note asplashscreen script left with [ ] as it doesn't specify bash directory
2015-01-11 17:11:11 +00:00
Jools Wills
c020033dba only export QEMU_CPU if set 2015-01-09 11:07:50 +00:00
Jools Wills
2fa9758bd6 move comment 2015-01-09 03:16:07 +00:00
Jools Wills
d22c6e8f56 qemu doesn't support the Cortex-A5 afaik - and the chroot env is not needed for native development 2015-01-09 03:14:59 +00:00
Jools Wills
06e2636ab3 add flag for whether a platform has binary archives available and move archive url to platform config
hide binary install for platforms that don't have it
2015-01-08 22:05:54 +00:00
Jools Wills
ac27f790a3 new system.h to contain platform info and compiler environment variables setup etc
move initial configurations to setup_env and add platform functions for rpi / odroid as a start
2015-01-08 22:02:48 +00:00