summaryrefslogtreecommitdiff
path: root/meta-amd
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-04-30 15:13:13 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-05-05 16:11:51 +0300
commitdc15c6089c4dc0d647a698668c1272e6fa3679e5 (patch)
tree35d0a9c61395483888d683d227194d5b40dc40d9 /meta-amd
parent4592462f956145f98d2df36164789dc5ef7e15f5 (diff)
downloadopenbmc-dc15c6089c4dc0d647a698668c1272e6fa3679e5.tar.xz
meta-amd: Fix trailing slash warning in 'amd-fpga' recipe
The current 'amd-fpga' recipe leads to constant warning messages in a bitbake build: """ WARNING: Recipe amd-fpga sets S variable with trailing slash, remove it. WARNING: Recipe amd-fpga sets B variable with trailing slash, remove it. """ Remove the trailing slash from the recipe to get rid of the messages. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Icb262d38f21cd0a08ddc1af01db7db01ddbc97e4
Diffstat (limited to 'meta-amd')
-rw-r--r--meta-amd/recipes-amd/amd-fpga/amd-fpga.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-amd/recipes-amd/amd-fpga/amd-fpga.bb b/meta-amd/recipes-amd/amd-fpga/amd-fpga.bb
index 3fcaeaa91..32efddea2 100644
--- a/meta-amd/recipes-amd/amd-fpga/amd-fpga.bb
+++ b/meta-amd/recipes-amd/amd-fpga/amd-fpga.bb
@@ -10,7 +10,7 @@ SRCREV = "${AUTOREV}"
SRC_URI = "file://fpgardu.sh"
SRC_URI += "file://LICENSE"
-S = "${WORKDIR}/"
+S = "${WORKDIR}"
do_install () {
install -d ${D}${bindir}