Searched +full:pkg +full:- +full:kmod (Results 1 – 10 of 10) sorted by relevance
2 # Copyright (C) 2007-2013 Lawrence Livermore National Security, LLC.9 PHONY += srpm srpms srpm-kmod srpm-dkms srpm-utils10 PHONY += rpm rpms rpm-kmod rpm-dkms rpm-utils rpm-utils-initramfs11 PHONY += srpm-common rpm-common rpm-local13 srpm-kmod srpm-dkms srpm-utils: dist15 srpm-kmod:16 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \17 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_KMOD}' srpm-common19 srpm-dkms:20 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \[all …]
5 set -e8 export PKG_DBDIR="/tmp/pkg"12 export PKGCMD="/usr/sbin/pkg -d --rootdir ${ROOTDIR}"13 export PORTSDIR="${PORTSDIR:-/usr/ports}"16 graphics/drm-kmod17 graphics/drm-510-kmod18 graphics/drm-515-kmod19 misc/freebsd-doc-all22 net/wifi-firmware-kmod@release23 ports-mgmt/pkg[all …]
14 ACLOCAL_AMFLAGS = -I config36 extradir = $(prefix)/src/zfs-$(VERSION)40 dist_noinst_DATA += autogen.sh copy-builtin48 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman49 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman.descrip50 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl51 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl.descrip52 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams53 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams.descrip54 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl[all …]
3 KMOD= ice_ddp macro4 FIRMWS= ice-1.3.41.0.pkg:ice_ddp:0x010329006 .include <bsd.kmod.mk>
8 # qemu-4-build-vm.sh OS [--enable-debug][--dkms][--poweroff]9 # [--release][--repo][--tarball]12 # --enable-debug: Build RPMs with '--enable-debug' (for testing)13 # --dkms: Build DKMS RPMs as well14 # --poweroff: Power-off the VM after building15 # --release Build zfs-release*.rpm as well16 # --repo After building everything, copy RPMs into /tmp/repo19 # --tarball: Also build a tarball of ZFS source28 while [[ $# -gt 0 ]]; do30 --enable-debug)[all …]
1 name: zfs-tests-sanity9 runs-on: ubuntu-latest11 - uses: actions/checkout@v214 - name: Install dependencies16 sudo apt-get update17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \20 nfs-kernel-server samba rng-tools xz-utils \21 zlib1g-dev uuid-dev libblkid-dev libselinux-dev \22 xfslibs-dev libattr1-dev libacl1-dev libudev-dev libdevmapper-dev \23 libssl-dev libffi-dev libaio-dev libelf-dev libmount-dev \[all …]
4 # User-driven targets:5 # cdrom: Builds release CD-ROM media (disc1.iso)6 # dvdrom: Builds release DVD-ROM media (dvd1.iso)8 # mini-memstick: Builds minimal memory stick image (mini-memstick.img)10 # release: Invokes real-release, vm-release, cloudware-release and oci-release targets11 # real-release: Build all media and FTP distribution area12 # vm-release: Build all virtual machine image targets13 # cloudware-release: Build all cloud hosting provider targets14 # oci-release: Build all OCI container images15 # install: Invokes the release-install, vm-install and oci-install targets[all …]
1 .\"-2 .\" SPDX-License-Identifier: BSD-2-Clause45 These directories may be initially empty or non-existent until updated with48 .Xr pkg 780 A source tree is allowed to be read-only.112 .Bl -tag -width ".Cm cleandepend"154 Per-object dependencies are generated at build time and stored in180 .Bl -tag -width ".Cm distributeworld"184 For cross-building the target architecture needs to be specified with248 .It Cm native-xtools[all …]
98 #define BUG_ON(cond) KASSERT(!(cond), ("BUG ON: " #cond " -> 0x%jx", (uintmax_t)(cond)))102 __typeof( ((type *)0)->member ) *__mptr = (ptr); \103 (type *)( (char *)__mptr - offsetof(type,member) );})111 #define DRM_CURRENTPID curthread->td_proc->p_pid115 while (loops--) DELAY(1000); \131 *(volatile u_int8_t *)(((vm_offset_t)(map)->handle) + \134 le16toh(*(volatile u_int16_t *)(((vm_offset_t)(map)->handle) + \137 le32toh(*(volatile u_int32_t *)(((vm_offset_t)(map)->handle) + \140 le64toh(*(volatile u_int64_t *)(((vm_offset_t)(map)->handle) + \143 *(volatile u_int8_t *)(((vm_offset_t)(map)->handle) + \[all …]
4 # the check-old* and delete-old* targets.18 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.in19 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.out20 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-u.out21 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.in22 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.out23 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.in24 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.out25 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-u.out26 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-usr.in[all …]