* [PATCH] buildchroot: Remove redundant mkdir for isar-apt
@ 2020-03-22 8:13 Jan Kiszka
2020-04-16 11:00 ` Baurzhan Ismagulov
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2020-03-22 8:13 UTC (permalink / raw)
To: isar-users
From: Jan Kiszka <jan.kiszka@siemens.com>
Done by rootfs.bbclass already.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
meta/recipes-devtools/buildchroot/buildchroot.inc | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/recipes-devtools/buildchroot/buildchroot.inc b/meta/recipes-devtools/buildchroot/buildchroot.inc
index 2a486090..b4d7b764 100644
--- a/meta/recipes-devtools/buildchroot/buildchroot.inc
+++ b/meta/recipes-devtools/buildchroot/buildchroot.inc
@@ -46,7 +46,6 @@ EOSUDO
ROOTFS_POSTPROCESS_COMMAND =+ "buildchroot_install_files"
buildchroot_install_files() {
sudo mkdir -p "${BUILDCHROOT_DIR}/home/builder"
- sudo mkdir -p "${BUILDCHROOT_DIR}/isar-apt"
# Install package builder script
sudo chmod -R a+rw "${BUILDCHROOT_DIR}/home/builder"
sudo install -m 755 -d ${BUILDCHROOT_DIR}/isar
--
2.16.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] buildchroot: Remove redundant mkdir for isar-apt
2020-03-22 8:13 [PATCH] buildchroot: Remove redundant mkdir for isar-apt Jan Kiszka
@ 2020-04-16 11:00 ` Baurzhan Ismagulov
0 siblings, 0 replies; 2+ messages in thread
From: Baurzhan Ismagulov @ 2020-04-16 11:00 UTC (permalink / raw)
To: isar-users
On Sun, Mar 22, 2020 at 09:13:07AM +0100, Jan Kiszka wrote:
> Done by rootfs.bbclass already.
Good catch. Applied to next, thanks.
With kind regards,
Baurzhan.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-16 11:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-22 8:13 [PATCH] buildchroot: Remove redundant mkdir for isar-apt Jan Kiszka
2020-04-16 11:00 ` Baurzhan Ismagulov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox