From 1eda7534248b139b5f6732d3d8b314b8bbdfa3f6 Mon Sep 17 00:00:00 2001
From: Jeffrey Lee <jlee@gitlab.riscosopen.org>
Date: Sun, 10 May 2009 19:16:16 +0000
Subject: [PATCH] Update OMAP3 components file to build a functioning desktop
 image

Detail:
  Components/ROOL/OMAP3 - Enabled building of ROM apps, SCSIFiler, etc. to allow a functional desktop environment to be used.
Admin:
  Tested on rev C2 beagleboard.


Version 4.72. Tagged as 'BuildSys-4_72'
---
 Components/ROOL/OMAP3 | 59 ++++++++++++++++++++++---------------------
 VersionNum            | 20 +++++++--------
 2 files changed, 40 insertions(+), 39 deletions(-)

diff --git a/Components/ROOL/OMAP3 b/Components/ROOL/OMAP3
index 47ae11f..db92baf 100644
--- a/Components/ROOL/OMAP3
+++ b/Components/ROOL/OMAP3
@@ -49,14 +49,14 @@ WindowManager         -options OPTIONS=Ursula
 Desktop
 SharedRISC_OSLib
 TaskManager
-#ADFSFiler
+ADFSFiler
 ARM
 BASIC105
-#BASIC64
+BASIC64
 BASICTrans
 BufferManager         
 ColourTrans           
-#Debugger
+Debugger
 DeviceFS
 USBDriver             -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
 EHCIDriver            -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
@@ -71,35 +71,35 @@ DrawMod
 FileCore
 ADFS                  -type EXP
 RamFS
-#Filer
-#FilerSWIs
-#FSLock
-FontManager           -type EXP
-#FPEmulator            -options FPE_APCS=3/32bit System=Iyonix
-#Free
+Filer
+FilerSWIs
+FSLock
+FontManager           
+FPEmulator            -options FPE_APCS=3/32bit System=Iyonix
+Free
 Hourglass
 #IIC
 International
 InternationalKeyboard -options KEYBOARD=All
-#ITable
+ITable
 #NetFS
 #NetFiler
 #NetPrint
 #NetStatus
 #NetUtils
 Obey
-#Pinboard
+Pinboard
 PipeFS
-#RAMFSFiler
-#ResourceFiler
-#ROMFonts
+RAMFSFiler
+ResourceFiler
+ROMFonts
 ScreenBlanker
-#ScrSaver              -options SCRSAVERAPP=No
+ScrSaver              -options SCRSAVERAPP=No
 #DualSerial
 SerialDeviceDriver    -type EXP
 #SerialDeviceSupport
 #SerialMouse
-#ShellCLI
+ShellCLI
 SoundDMA_Tungsten     -type EXP
 #SoundControl
 #SoundChannels
@@ -107,23 +107,24 @@ SoundDMA_Tungsten     -type EXP
 SpriteExtend
 SpriteUtils
 #Squash
-#SuperSample
+SuperSample
 SystemDevices
-TaskWindow            -type EXP
-#WindowUtils
+TaskWindow            
+WindowUtils
 FilterManager
 #WaveSynth
 #StringLib
 #Percussion
-Filer_Action          -type EXP
+Filer_Action          
 DOSFS                 -options PCMCIA=TRUE
 SCSISwitch
 SCSISoftUSB
 SCSIFS
-#ColourPicker
+SCSIFiler             -options ASFLAGS="-PD \"SCSI SETL {TRUE}\""
+ColourPicker
 ScreenModes
-#DrawFile
-#BootCommands
+DrawFile
+BootCommands
 #AUNMsgs
 #MManager
 #Internet
@@ -135,12 +136,12 @@ ScreenModes
 #MimeMap
 #LanManFS              -options OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=TRUE
 #DHCP                  -options OPTIONS=-DMINIMUM_OPTIONS_LENGTH=4
-#Edit
-#Draw
-#Paint
-#Alarm
-#Chars
-#Help2
+Edit
+Draw
+Paint
+Alarm
+Chars
+Help2
 #RTCAdjust
 
 #
diff --git a/VersionNum b/VersionNum
index 5878e80..c45909d 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,23 +1,23 @@
-/* (4.71)
+/* (4.72)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  * Last processed by srccommit version: 1.1.
  *
  */
-#define Module_MajorVersion_CMHG        4.71
+#define Module_MajorVersion_CMHG        4.72
 #define Module_MinorVersion_CMHG        
-#define Module_Date_CMHG                09 May 2009
+#define Module_Date_CMHG                10 May 2009
 
-#define Module_MajorVersion             "4.71"
-#define Module_Version                  471
+#define Module_MajorVersion             "4.72"
+#define Module_Version                  472
 #define Module_MinorVersion             ""
-#define Module_Date                     "09 May 2009"
+#define Module_Date                     "10 May 2009"
 
-#define Module_ApplicationDate          "09-May-09"
+#define Module_ApplicationDate          "10-May-09"
 
 #define Module_ComponentName            "BuildSys"
 #define Module_ComponentPath            "castle/RiscOS/BuildSys"
 
-#define Module_FullVersion              "4.71"
-#define Module_HelpVersion              "4.71 (09 May 2009)"
-#define Module_LibraryVersionInfo       "4:71"
+#define Module_FullVersion              "4.72"
+#define Module_HelpVersion              "4.72 (10 May 2009)"
+#define Module_LibraryVersionInfo       "4:72"
-- 
GitLab