commit | 84f2057e7e1067c3cc485d872f4581db0ffb1441 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Mar 28 09:57:35 2019 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Mar 29 00:55:18 2019 +0000 |
tree | 5f0fef9e6bf511ef9efc075360b3c2a4fae07a66 | |
parent | bccdfbe91fb21e7c16c3204a88133f43f01a002c [diff] [blame] |
meta-quanta: gsj: set machine suffix on linux-nuvoton Set the machine suffix "gsj" on the linux-nuvoton recipe such that it will only apply to this machine. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I51d0d08f74b8c21133c0e639c0402a02cd813382
diff --git a/meta-gsj/recipes-kernel/linux/linux-nuvoton_%.bbappend b/meta-gsj/recipes-kernel/linux/linux-nuvoton_%.bbappend index e4ccc6c..a0f6c73 100644 --- a/meta-gsj/recipes-kernel/linux/linux-nuvoton_%.bbappend +++ b/meta-gsj/recipes-kernel/linux/linux-nuvoton_%.bbappend
@@ -1,2 +1,2 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/linux-nuvoton:" -SRC_URI += "file://gsj.cfg" +FILESEXTRAPATHS_prepend_gsj := "${THISDIR}/linux-nuvoton:" +SRC_URI_append_gsj = " file://gsj.cfg"