linux: Classify 0001-ARM, 0002-kernel, 0002-mtd patches as DOWNSTREAM_

These patches cannot be upstreamed, therefore they will remain as
downstream only patches.

Google-Bug-Id: 232026313
Google-Bug-Id: 263910411
Google-Bug-Id: 263910590
Change-Id: I0681cf0830e9351fb0311bb46aa445b50d8d70ad
Signed-off-by: Brandon Kim <brandonkim@google.com>
diff --git a/recipes-kernel/linux/files/0001-ARM-dts-gbmc-Add-flash-layouts.patch b/recipes-kernel/linux/files/DOWNSTREAM_0001-ARM-dts-gbmc-Add-flash-layouts.patch
similarity index 100%
rename from recipes-kernel/linux/files/0001-ARM-dts-gbmc-Add-flash-layouts.patch
rename to recipes-kernel/linux/files/DOWNSTREAM_0001-ARM-dts-gbmc-Add-flash-layouts.patch
diff --git a/recipes-kernel/linux/files/0002-kernel-Ensure-only-3-byte-read-command-can-be-sent.patch b/recipes-kernel/linux/files/DOWNSTREAM_0002-kernel-Ensure-only-3-byte-read-command-can-be-sent.patch
similarity index 100%
rename from recipes-kernel/linux/files/0002-kernel-Ensure-only-3-byte-read-command-can-be-sent.patch
rename to recipes-kernel/linux/files/DOWNSTREAM_0002-kernel-Ensure-only-3-byte-read-command-can-be-sent.patch
diff --git a/recipes-kernel/linux/files/0002-mtd-spi-nor-macronix-Add-google-compatible-flash-IDs.patch b/recipes-kernel/linux/files/DOWNSTREAM_0002-mtd-spi-nor-macronix-Add-google-compatible-flash-IDs.patch
similarity index 100%
rename from recipes-kernel/linux/files/0002-mtd-spi-nor-macronix-Add-google-compatible-flash-IDs.patch
rename to recipes-kernel/linux/files/DOWNSTREAM_0002-mtd-spi-nor-macronix-Add-google-compatible-flash-IDs.patch
diff --git a/recipes-kernel/linux/linux-gbmc.inc b/recipes-kernel/linux/linux-gbmc.inc
index 70ef3e1..783d0fd 100644
--- a/recipes-kernel/linux/linux-gbmc.inc
+++ b/recipes-kernel/linux/linux-gbmc.inc
@@ -7,8 +7,8 @@
 
 SRC_URI += " \
   git://gbmc.googlesource.com/linux;protocol=https;branch=${KBRANCH} \
-  file://0001-ARM-dts-gbmc-Add-flash-layouts.patch \
-  file://0002-mtd-spi-nor-macronix-Add-google-compatible-flash-IDs.patch \
+  file://DOWNSTREAM_0001-ARM-dts-gbmc-Add-flash-layouts.patch \
+  file://DOWNSTREAM_0002-mtd-spi-nor-macronix-Add-google-compatible-flash-IDs.patch \
   "
 
 FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
@@ -18,6 +18,6 @@
 
 SRC_URI:append:aspeed-g6 = " \
   file://0001-net-ftgmac100-Support-for-fixed-PHYs.patch \
-  file://0002-kernel-Ensure-only-3-byte-read-command-can-be-sent.patch \
+  file://DOWNSTREAM_0002-kernel-Ensure-only-3-byte-read-command-can-be-sent.patch \
 "