Fix build issue with RK3399, update emulationstation variables documentation.
This commit is contained in:
parent
b2a0544e73
commit
f17d7578d9
3 changed files with 2 additions and 10 deletions
|
@ -196,7 +196,7 @@ export LOCAL_WIFI_KEY=secret
|
|||
|
||||
#### Screenscraper, GamesDB, and RetroAchievements
|
||||
|
||||
To enable Screenscraper, GamesDB, and RetroAchievements, register at each site and apply the api keys in ~/developer_settings.conf or add them as environment variables. Unsetting one of the variables will disable it in EmulationStation. This configuration is picked up by EmulationStation during the build.
|
||||
To enable Screenscraper, GamesDB, and RetroAchievements, register at each site and apply the api keys in ${HOME}/.JELOS/options. Unsetting one of the variables will disable it in EmulationStation. This configuration is picked up by EmulationStation during the build.
|
||||
|
||||
```
|
||||
# Apply for a Screenscraper API Key here: https://www.screenscraper.fr/forumsujets.php?frub=12&numpage=0
|
||||
|
|
|
@ -16,7 +16,7 @@ case "${DEVICE}" in
|
|||
RK356*)
|
||||
OPT_ENABLE_KERNEL=4.4.0
|
||||
;;
|
||||
RK358*)
|
||||
RK358*|RK3399)
|
||||
OPT_ENABLE_KERNEL=5.10.0
|
||||
;;
|
||||
*)
|
||||
|
|
|
@ -78,10 +78,6 @@ post_unpack() {
|
|||
fi
|
||||
|
||||
pre_configure_target() {
|
||||
if [ -f ~/developer_settings.conf ]; then
|
||||
. ~/developer_settings.conf
|
||||
fi
|
||||
|
||||
for key in SCREENSCRAPER_DEV_LOGIN \
|
||||
GAMESDB_APIKEY \
|
||||
CHEEVOS_DEV_LOGIN
|
||||
|
@ -146,8 +142,4 @@ post_install() {
|
|||
|
||||
ln -sf /usr/share/locale ${INSTALL}/usr/config/emulationstation/locale
|
||||
|
||||
# WARN: Deprecated
|
||||
if [ -f ~/developer_settings.conf ]; then
|
||||
echo "WARNING: developer_settings.conf is deprecated, please migrate variables to \${HOME}/.${DISTRO}/options."
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue