aspeed: Rename u-boot recipes

Append an -aspeed suffix to Aspeed u-boot and u-boot-fw-utils
recipes to match convention of other upstream BSP layers like
meta-fsl-arm.

Tested: Built palmetto/spoon images and booted in QEMU
Change-Id: I88ce2062876674ea9c104a97cc0bf2c83f2b1fcd
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/common/recipes-bsp/u-boot/u-boot-aspeed_2016.07.bb b/common/recipes-bsp/u-boot/u-boot-aspeed_2016.07.bb
new file mode 100644
index 0000000..b3a41a2
--- /dev/null
+++ b/common/recipes-bsp/u-boot/u-boot-aspeed_2016.07.bb
@@ -0,0 +1,5 @@
+require u-boot-common-aspeed_${PV}.inc
+require recipes-bsp/u-boot/u-boot.inc
+
+PROVIDES += "u-boot"
+DEPENDS += "dtc-native"
diff --git a/common/recipes-bsp/u-boot/u-boot-common_2016.07.inc b/common/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc
similarity index 100%
rename from common/recipes-bsp/u-boot/u-boot-common_2016.07.inc
rename to common/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc
diff --git a/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb b/common/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_2016.07.bb
similarity index 94%
rename from common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb
rename to common/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_2016.07.bb
index 2b2b62c..713133c 100644
--- a/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb
+++ b/common/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_2016.07.bb
@@ -1,4 +1,4 @@
-require u-boot-common_${PV}.inc
+require u-boot-common-aspeed_${PV}.inc
 
 SRC_URI += "file://default-gcc.patch"
 SRC_URI += "file://fw_env.config"
@@ -7,6 +7,8 @@
 SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities"
 DEPENDS = "mtd-utils"
 
+PROVIDES += "u-boot-fw-utils"
+
 INSANE_SKIP_${PN} = "already-stripped"
 EXTRA_OEMAKE_class-target = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" V=1'
 EXTRA_OEMAKE_class-cross = 'ARCH=${TARGET_ARCH} CC="${CC} ${CFLAGS} ${LDFLAGS}" V=1'
diff --git a/common/recipes-bsp/u-boot/u-boot_2016.07.bb b/common/recipes-bsp/u-boot/u-boot_2016.07.bb
deleted file mode 100644
index 05b1c89..0000000
--- a/common/recipes-bsp/u-boot/u-boot_2016.07.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require u-boot-common_${PV}.inc
-require recipes-bsp/u-boot/u-boot.inc
-
-DEPENDS += "dtc-native"