Skip to content

Instantly share code, notes, and snippets.

@rzezeski
Created November 22, 2021 18:30
Show Gist options
  • Save rzezeski/9122652cb3cb669c8e0bf070d289ce74 to your computer and use it in GitHub Desktop.
Save rzezeski/9122652cb3cb669c8e0bf070d289ce74 to your computer and use it in GitHub Desktop.
build issue with manifest verification
==== Validating manifests against proto area ====
Entries present in proto area but not manifests:
file kernel/drv/amd64/ena group=group mode=0755 owner=owner path=kernel/drv/amd64/ena
file kernel/drv/ena.conf group=group mode=0644 owner=owner path=kernel/drv/ena.conf
file usr/share/man/man7d/ena.7d group=group mode=0444 owner=owner path=usr/share/man/man7d/ena.7d
@rzezeski
Copy link
Author

rpz@midgar:/code/ena$ grep PKGFMT illumos.sh 
export PKGFMT_OUTPUT='v2'

@rzezeski
Copy link
Author

rpz@midgar:/code/ena$ git log -1                                           
commit e2bc4db68298771bc55416f68595361b0963ad44 (HEAD -> ena-dev, priv/ena-dev)
Author: Ryan Zezeski <ryan@zinascii.com>
Date:   Tue Aug 25 00:52:37 2020 -0600
                                     
    13689 Want AWS ENA driver    
                      
    Change-Id: I08c4cf52c4d546503c9966e28032f3bc064e970d
rpz@midgar:/code/ena$ 
rpz@midgar:/code/ena$ ls -la usr/src/pkg/manifests/driver-network-ena.mf    
-rw-r--r--   1 rpz      other       1265 Nov 22 10:34 usr/src/pkg/manifests/driver-network-ena.mf
rpz@midgar:/code/ena$ 
rpz@midgar:/code/ena$ cat usr/src/pkg/manifests/driver-network-ena.mf       
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

#
# Copyright 2021 Oxide Computer Company
#

<include global_zone_only_component>
set name=pkg.fmri value=pkg:/driver/network/ena@$(PKGVERS)
set name=pkg.summary value="AWS ENA Ethernet Driver"
set name=pkg.description value="AWS ENA Ethernet Driver"
set name=info.classification \
    value=org.opensolaris.category.2008:Drivers/Networking
set name=variant.arch value=i386
dir  path=kernel group=sys
dir  path=kernel/drv group=sys
dir  path=kernel/drv/$(ARCH64) group=sys
file path=kernel/drv/$(ARCH64)/ena group=sys
file path=kernel/drv/ena.conf group=sys
dir  path=usr/share/man
dir  path=usr/share/man/man7d
file path=usr/share/man/man7d/ena.7d
driver name=ena perms="* 0666 root sys" clone_perms="ena 0666 root sys" \
    alias=pciex1d0f,ec2 \
    alias=pciex1d0f,1ec2 \
    alias=pciex1d0f,ec20 \
    alias=pciex1d0f,ec21
license lic_CDDL license=lic_CDDL
rpz@midgar:/code/ena$ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment