From fed24f9b334ea8cdbda1d98c34b9f1752471f6c2 Mon Sep 17 00:00:00 2001 From: Radius Date: Thu, 6 Aug 2015 02:50:05 +0100 Subject: [PATCH] update linux buildbot --- dist/info/mess_libretro.info | 12 ------------ dist/info/ume_libretro.info | 12 ------------ recipes/android/retroarch.conf | 9 +++++---- 3 files changed, 5 insertions(+), 28 deletions(-) delete mode 100644 dist/info/mess_libretro.info delete mode 100644 dist/info/ume_libretro.info diff --git a/dist/info/mess_libretro.info b/dist/info/mess_libretro.info deleted file mode 100644 index 47b29f44..00000000 --- a/dist/info/mess_libretro.info +++ /dev/null @@ -1,12 +0,0 @@ -display_name = "MULTI (MESS 2015)" -authors = "MAMEdev" -supported_extensions = "zip|chd|7z" -corename = "MESS 2015 (Git)" -manufacturer = "Various" -categories = "Emulator" -systemname = "MULTI (various)" -license = "MAME" -permissions = "" -display_version = "Git" -supports_no_game = "false" -notes = "- To load roms, you need the hashes in SYSTEMDIR\mess\hash and softlist romset|- You can get the hashes from the mame/mess source code|- core supports MESS save states|- core supports extracted MESS cheats|- BIOS files go into the ROM directory|- CHD files go into the ROM directory in a directory with the same name|- ARTWORK, CHEATS, SAMPLES may go into SYSTEMDIR\mess into their own directories|- STATES, NVRAM, INPUT, SNAPS, CFG, MEMCARD, DIFF will be saved to SAVEDIR\mess into their own directories" diff --git a/dist/info/ume_libretro.info b/dist/info/ume_libretro.info deleted file mode 100644 index b177e2cd..00000000 --- a/dist/info/ume_libretro.info +++ /dev/null @@ -1,12 +0,0 @@ -display_name = "MULTI (UME 2015)" -authors = "MAMEdev" -supported_extensions = "zip|chd|7z" -corename = "UME 2015 (Git)" -manufacturer = "Various" -categories = "Emulator" -systemname = "MULTI (various)" -license = "MAME" -permissions = "" -display_version = "Git" -supports_no_game = "false" -notes = "- To load roms, you need the hashes in SYSTEMDIR\ume\hash and softlist romset|- You can get the hashes from the mame/mess source code|- core supports ume save states|- core supports extracted ume cheats|- BIOS files go into the ROM directory|- CHD files go into the ROM directory in a directory with the same name|- ARTWORK, CHEATS, SAMPLES may go into SYSTEMDIR\ume into their own directories|- STATES, NVRAM, INPUT, SNAPS, CFG, MEMCARD, DIFF will be saved to SAVEDIR\ume into their own directories" diff --git a/recipes/android/retroarch.conf b/recipes/android/retroarch.conf index fcb6ee4a..e13cb28c 100644 --- a/recipes/android/retroarch.conf +++ b/recipes/android/retroarch.conf @@ -1,10 +1,11 @@ -ANDROID_HOME /opt/android-sdk -NDK_ROOT /opt/android-ndk-r10e -ANDROID_NDK /opt/android-ndk-r10e -PATH /opt/android-ndk:/opt/android-sdk-linux_r24/tools +ANDROID_HOME /home/buildbot/tools/android/android-sdk-linux +NDK_ROOT /home/buildbot/tools/android/android-ndk-r10e +ANDROID_NDK /home/buildbot/tools/android/android-ndk-r10e +PATH /home/buildbot/tools/android/android-ndk-r10e:/home/buildbot/tools/android/android-sdk-linux/tools PLATFORM android platform android MAKE make NDK ndk-build RA YES SUFFIX _android +