Skip to content

Commit

Permalink
app-admin/azure-nvme-utils: Add to coreos
Browse files Browse the repository at this point in the history
This is a new package that is being developed to handle providing
symlinks for nvme disks (os,data,temporary) on newer Azure instances.
It needs to be part of the OS, and not oem-azure, because it carries
udev rules.

Signed-off-by: Jeremi Piotrowski <[email protected]>
  • Loading branch information
jepio committed Apr 22, 2024
1 parent f165f7c commit b053fef
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST azure-nvme-utils-0.0.0-1a1167d1d7780068d0af5afc3ad18a2601e951fe.zip 15473 BLAKE2B c57bc01b53bb52b0d958e6eac0d7df5b08023024dbf197f236229174fed2e8d295a4d66f123a2914f8ff11a70df83db7e7cafa56242a80c925bff53032b38b4e SHA512 48739a5da9e7fdba9c26df803354925ff508f4bb872f9dfde7461b6fec70648e1daaa7c1468960467d19243c6b3c871dd4bf060fa85e22f5576083d2a19385ed
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

GIT_COMMIT="1a1167d1d7780068d0af5afc3ad18a2601e951fe"
DESCRIPTION="Azure NVMe utilities"
HOMEPAGE="https://github.com/Azure/azure-nvme-utils"
SRC_URI="https://github.com/Azure/azure-nvme-utils/archive/${GIT_COMMIT}.zip -> ${P}-${GIT_COMMIT}.zip"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm64"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

S="${WORKDIR}/${PN}-${GIT_COMMIT}"

src_configure() {
local mycmakeargs=(
-DVERSION="${PVR}-${GIT_COMMIT}"
)
cmake_src_configure
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ RDEPEND="${RDEPEND}

# sys-devel/gettext: it embeds 'envsubst' binary which is useful for simple file templating.
RDEPEND="${RDEPEND}
app-admin/azure-nvme-utils
app-admin/etcd-wrapper
app-admin/flannel-wrapper
app-admin/locksmith
Expand Down

0 comments on commit b053fef

Please sign in to comment.