build: Add NVMM, but commented out, to image definitions.
At present, it can boot TinyCore Linux to a GUI, but a Haiku image reaches the rocket before crashing with an NVMM error, when tested under nested virtualization in VMware. (It seems my Intel device is a few generations too old and doesn't have all required features, so I wasn't able to test there.) So, some more work is still required, it seems.
This commit is contained in:
@@ -129,6 +129,7 @@ rule HaikuImageGetSystemLibs
|
||||
libmidi.so
|
||||
libmidi2.so
|
||||
libnetwork.so
|
||||
#libnvmm.so@x86_64
|
||||
libpackage.so
|
||||
libscreensaver.so
|
||||
libtextencoding.so
|
||||
|
||||
@@ -194,6 +194,7 @@ AddDriversToPackage input :
|
||||
AddDriversToPackage misc :
|
||||
<driver>poke
|
||||
<driver>mem
|
||||
#nvmm@x86_64
|
||||
;
|
||||
AddDriversToPackage net
|
||||
: $(SYSTEM_ADD_ONS_DRIVERS_NET) ;
|
||||
|
||||
@@ -79,6 +79,12 @@ CopyDirectoryToPackage develop headers private libs compat
|
||||
: [ FDirName $(HAIKU_TOP) src libs compat freebsd_wlan ]
|
||||
: : -x *.c -x Jamfile ;
|
||||
|
||||
CopyDirectoryToPackage develop headers private libs
|
||||
: [ FDirName $(HAIKU_TOP) headers libs nvmm ] ;
|
||||
CopyDirectoryToPackage develop headers private libs nvmm
|
||||
: [ FDirName $(HAIKU_TOP) src add-ons kernel drivers nvmm ]
|
||||
: driver : -x *.c -x *.cpp -x include -x Jamfile ;
|
||||
|
||||
# create be -> os symlink for now
|
||||
AddSymlinkToPackage develop headers : os : be ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user