board-overlays: Add feature-azure

BUG=b/291595249
TEST=presubmit
RELEASE_NOTE=None

Change-Id: If4e44d61a528c97940b692f62af31c256510c99e
Reviewed-on: https://cos-review.googlesource.com/c/cos/overlays/board-overlays/+/69376
Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
Reviewed-by: He Gao <hegao@google.com>
diff --git a/project-lakitu/virtual/feature-azure/feature-azure-1.5-r1.ebuild b/project-lakitu/virtual/feature-azure/feature-azure-1.5-r1.ebuild
new file mode 120000
index 0000000..5a86425
--- /dev/null
+++ b/project-lakitu/virtual/feature-azure/feature-azure-1.5-r1.ebuild
@@ -0,0 +1 @@
+feature-azure-1.5.ebuild
\ No newline at end of file
diff --git a/project-lakitu/virtual/feature-azure/feature-azure-1.5.ebuild b/project-lakitu/virtual/feature-azure/feature-azure-1.5.ebuild
new file mode 100644
index 0000000..66b8833
--- /dev/null
+++ b/project-lakitu/virtual/feature-azure/feature-azure-1.5.ebuild
@@ -0,0 +1,29 @@
+#
+# Copyright 2024 Google LLC
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# version 2 as published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+EAPI=7
+
+DESCRIPTION="Azure specific packages for the Lakitu Image"
+HOMEPAGE="http://cos.googlesource.com"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="*"
+IUSE=""
+
+RDEPEND="
+	net-misc/dhcp
+	sys-apps/pciutils
+	app-misc/waagent
+"
+
+DEPEND="${RDEPEND}"