1 # This file defines the content of the bootstrap Haiku image.
3 # import everything from the minimum image
4 include [ FDirName $(HAIKU_BUILD_RULES_DIR) images definitions minimum ] ;
6 # build and add the source package directory and a haikuports.config file
7 CopyDirectoryToHaikuImage home haikuports
8 : [ BuildHaikuPortsSourcePackageDirectory ]
9 : input-source-packages : -x *_source-*.hpkg : isTarget ;
10 AddFilesToHaikuImage home haikuports
11 : [ BuildHaikuPortsRepositoryConfig /boot/home/haikuports ] ;
13 # copy the haikuports format versions file
14 local formatVersionsFile = <haikuports>FormatVersions ;
15 SEARCH on $(formatVersionsFile) = $(HAIKU_PORTS) ;
16 AddFilesToHaikuImage home haikuports : $(formatVersionsFile) ;
19 local bootstrapDaemon = <haiku-image>bootstrap_daemon.py ;
20 SEARCH on $(bootstrapDaemon) = [ FDirName $(HAIKU_TOP) build scripts ] ;
21 AddFilesToHaikuImage home config settings boot launch : $(bootstrapDaemon) ;