Commit 20bef34c authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add VCHIQ softload to disc image

Detail:
  Components/ROOL/Disc - Added VCHIQ softload (+ written offer of sources) to disc image, inside 5.10 predesk. Added PCI module to header export for benefit of building VCHIQ.
Admin:
  Tested on Raspberry Pi


Version 5.82. Tagged as 'BuildSys-5_82'
parent 9f72e6ee
......@@ -52,6 +52,7 @@ Joystick -type EXP # HWSupport.Joystick
MakePSFont -type EXP # Printing.Modules.MakePSFont <- also included as installed component
MessageTrans -type EXP # Internat.MsgTrans
ParallelDeviceDriver -type EXP # HWSupport.Parallel
PCI -type EXP # HWSupport.PCI
PDriver -type EXP # Printing.Modules.PDriver <- also included as installed component
PDriverDP -type EXP # Printing.Modules.PDModules <- also included as installed component
PDumperLJ -type EXP # Printing.PDumpers.PDumperLJ <- also included as installed component
......@@ -237,6 +238,9 @@ SCSIFiler -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO510Hook
EtherK -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure.!InetSetup.AutoSense TARGET=AutoSense
EtherUSB -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure.!InetSetup.AutoSense TARGET=AutoSense
# VCHIQ softload
VCHIQ -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO510Hook.Boot.PreDesk SOFTLOAD=TRUE
# Apps
###ARPlayer -options INSTDIR=<Install$Dir>.HardDisc4.Apps
Alarm -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO350Hook.Apps
......
/* (5.81)
/* (5.82)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.81
#define Module_MajorVersion_CMHG 5.82
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 20 Aug 2012
#define Module_Date_CMHG 22 Aug 2012
#define Module_MajorVersion "5.81"
#define Module_Version 581
#define Module_MajorVersion "5.82"
#define Module_Version 582
#define Module_MinorVersion ""
#define Module_Date "20 Aug 2012"
#define Module_Date "22 Aug 2012"
#define Module_ApplicationDate "20-Aug-12"
#define Module_ApplicationDate "22-Aug-12"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.81"
#define Module_HelpVersion "5.81 (20 Aug 2012)"
#define Module_LibraryVersionInfo "5:81"
#define Module_FullVersion "5.82"
#define Module_HelpVersion "5.82 (22 Aug 2012)"
#define Module_LibraryVersionInfo "5:82"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment