All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Quirin Gylstorff" <quirin.gylstorff@siemens.com>
To: cip-dev@lists.cip-project.org, Jan.Kiszka@siemens.com
Cc: Quirin Gylstorff <quirin.gylstorff@siemens.com>
Subject: [cip-dev][isar-cip-core][PATCH 1/2] initramfs-config: use correct syntax for FILESPATH
Date: Fri, 11 Dec 2020 14:54:47 +0100	[thread overview]
Message-ID: <20201211135448.17147-2-Quirin.Gylstorff@siemens.com> (raw)
In-Reply-To: <20201211135448.17147-1-Quirin.Gylstorff@siemens.com>

[-- Attachment #1: Type: text/plain, Size: 882 bytes --]

From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

replace the incorrect usage.

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 .../initramfs-config/initramfs-abrootfs-secureboot_0.1.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-support/initramfs-config/initramfs-abrootfs-secureboot_0.1.bb b/recipes-support/initramfs-config/initramfs-abrootfs-secureboot_0.1.bb
index 4243b41..68d064f 100644
--- a/recipes-support/initramfs-config/initramfs-abrootfs-secureboot_0.1.bb
+++ b/recipes-support/initramfs-config/initramfs-abrootfs-secureboot_0.1.bb
@@ -10,7 +10,7 @@
 
 require recipes-support/initramfs-config/initramfs-config.inc
 
-FILESPATH =. "${LAYERDIR_isar-siemens}/recipes-support/initramfs-config/files:"
+FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/files:"
 
 DEBIAN_DEPENDS += ", busybox, patch"
 
-- 
2.20.1


[-- Attachment #2: Type: text/plain, Size: 420 bytes --]


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5952): https://lists.cip-project.org/g/cip-dev/message/5952
Mute This Topic: https://lists.cip-project.org/mt/78879163/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-


  reply	other threads:[~2020-12-11 13:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-11 13:54 [cip-dev][isar-cip-core][PATCH 0/2] Minor Fixes Quirin Gylstorff
2020-12-11 13:54 ` Quirin Gylstorff [this message]
2020-12-14  7:43   ` [cip-dev][isar-cip-core][PATCH 1/2] initramfs-config: use correct syntax for FILESPATH Jan Kiszka
2020-12-14  9:22     ` [cip-dev][isar-cip-core][PATCH v2] " Quirin Gylstorff
2020-12-14  9:24       ` Jan Kiszka
2020-12-14  9:45         ` [cip-dev][isar-cip-core][PATCH v3] initramfs-config: remove FILESPATH Quirin Gylstorff
2020-12-14  9:46           ` Jan Kiszka
2020-12-11 13:54 ` [cip-dev][isar-cip-core][PATCH 2/2] add pycache to .gitignore Quirin Gylstorff
2020-12-14  7:45   ` Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201211135448.17147-2-Quirin.Gylstorff@siemens.com \
    --to=quirin.gylstorff@siemens.com \
    --cc=Jan.Kiszka@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.