Rename and move kernel recipe

Rename linux-obmc to linux-aspeed and move to the Aspeed
layer.  Like recipes for u-boot forks, recipes for kernel
forks in support of different SOCs are typically provided
in the BSP supporting the SOC.

Moved a number of phosphor-isms out of the kernel recipe and put
those in a bbappend in aspeed-layer/bbappend.

Removed COMPATIBLE_MACHINE setting.  We simply use PREFERRED_PROVIDER
in machine configuration files to set the default kernel recipe.

Tested: Booted spoon/palmetto images using QEMU
Change-Id: I7dc73629cad4789dcd5aeb0f7b6214fe064c6adc
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/common/recipes-kernel/linux/linux-aspeed_4.13.bb b/common/recipes-kernel/linux/linux-aspeed_4.13.bb
new file mode 100644
index 0000000..42bff8f
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-aspeed_4.13.bb
@@ -0,0 +1,6 @@
+KBRANCH ?= "dev-4.13"
+LINUX_VERSION ?= "4.13.16"
+
+SRCREV="aca92be80c008bceeb6fb62fd1d450b5be5d0a4f"
+
+require linux-aspeed.inc