commit | 1b47d1cc22625e08325177dae892dd4f8d92717d | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Tue Jan 03 23:53:52 2023 +0000 |
committer | Brandon Kim <brandonkim@google.com> | Wed Jan 04 00:26:52 2023 +0000 |
tree | 27c84610a1271c6430433aa8167c4f1095cced75 | |
parent | c6115014758bacc560eec205c4ca52b8f72608d3 [diff] |
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 \ "