Add meta-enterprise

Change-Id: I5b5e5e837fc09cd8d5a97df0f98fe03e1617ae76
diff --git a/arch.mk b/arch.mk
index 8bc51e9..4d07109 100644
--- a/arch.mk
+++ b/arch.mk
@@ -20,3 +20,5 @@
 
 BOOT_SIZE_MB := 128
 ROOTFS_SIZE_MB := 4096
+
+BOARD_NAME := enterprise
diff --git a/packages.mk b/packages.mk
index 201c4da..0e344f7 100644
--- a/packages.mk
+++ b/packages.mk
@@ -35,3 +35,4 @@
 $(eval $(call make-pbuilder-bsp-package-target,imx-board-audio,packages/imx-board-audio))
 $(eval $(call make-pbuilder-bsp-package-target,imx-board-wlan,packages/imx-board-wlan))
 $(eval $(call make-pbuilder-bsp-package-target,bluez-imx,bluez-imx))
+$(eval $(call make-pbuilder-bsp-package-target,meta-enterprise,packages/meta-enterprise))
diff --git a/rootfs.mk b/rootfs.mk
deleted file mode 100644
index 8d82186..0000000
--- a/rootfs.mk
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2018 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#     https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-BSP_BASE_PACKAGES := \
-	bluetooth \
-	bluez \
-	libbluetooth3 \
-	imx-board-audio \
-	imx-board-tools \
-	imx-board-wlan \
-	imx-firmware \
-	imx-gpu-viv \
-	imx-gst1.0-plugin \
-	imx-vpu-hantro \
-	imx-vpuwrap \
-	libdrm-vivante \
-	linux-image-4.9.51-imx \
-	python3-edgetpu \
-	python3-edgetpuvision \
-	edgetpudemo \
-	uboot-imx