mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Add cpio to installation for buildroot
This commit is contained in:
		
							parent
							
								
									bb5c9f9ead
								
							
						
					
					
						commit
						bbf90b1f4b
					
				@ -54,7 +54,7 @@ if [ "$FAMILY" == rhel ]; then
 | 
				
			|||||||
    QEMU_PACKAGES+=(glib2-devel libfdt-devel pixman-devel bzip2 ninja-build)
 | 
					    QEMU_PACKAGES+=(glib2-devel libfdt-devel pixman-devel bzip2 ninja-build)
 | 
				
			||||||
    SPIKE_PACKAGES+=(dtc boost-regex boost-system)
 | 
					    SPIKE_PACKAGES+=(dtc boost-regex boost-system)
 | 
				
			||||||
    VERILATOR_PACKAGES+=(help2man perl clang ccache gperftools numactl mold)
 | 
					    VERILATOR_PACKAGES+=(help2man perl clang ccache gperftools numactl mold)
 | 
				
			||||||
    BUILDROOT_PACKAGES+=(ncurses-base ncurses ncurses-libs ncurses-devel gcc-gfortran)
 | 
					    BUILDROOT_PACKAGES+=(ncurses-base ncurses ncurses-libs ncurses-devel gcc-gfortran cpio)
 | 
				
			||||||
    # Extra packages not availale in rhel8, nice for Verilator and needed for sail respectively
 | 
					    # Extra packages not availale in rhel8, nice for Verilator and needed for sail respectively
 | 
				
			||||||
    if (( RHEL_VERSION >= 9 )); then
 | 
					    if (( RHEL_VERSION >= 9 )); then
 | 
				
			||||||
        VERILATOR_PACKAGES+=(perl-doc)
 | 
					        VERILATOR_PACKAGES+=(perl-doc)
 | 
				
			||||||
@ -81,7 +81,7 @@ elif [ "$FAMILY" == ubuntu ]; then
 | 
				
			|||||||
    SPIKE_PACKAGES+=(device-tree-compiler libboost-regex-dev libboost-system-dev)
 | 
					    SPIKE_PACKAGES+=(device-tree-compiler libboost-regex-dev libboost-system-dev)
 | 
				
			||||||
    VERILATOR_PACKAGES+=(help2man perl g++ clang ccache libunwind-dev libgoogle-perftools-dev numactl perl-doc libfl2 libfl-dev zlib1g)
 | 
					    VERILATOR_PACKAGES+=(help2man perl g++ clang ccache libunwind-dev libgoogle-perftools-dev numactl perl-doc libfl2 libfl-dev zlib1g)
 | 
				
			||||||
    SAIL_PACKAGES+=(opam z3)
 | 
					    SAIL_PACKAGES+=(opam z3)
 | 
				
			||||||
    BUILDROOT_PACKAGES+=(ncurses-base ncurses-bin libncurses-dev gfortran)
 | 
					    BUILDROOT_PACKAGES+=(ncurses-base ncurses-bin libncurses-dev gfortran cpio)
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user