Openembedded Core Discussions
 help / color / mirror / Atom feed
diff for duplicates of <23837.1718148644454631767@lists.openembedded.org>

diff --git a/a/1.txt b/N1/1.txt
index ee8c499..45a385b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,4 +2,6 @@ S = "${WORKDIR}/git" does not contain "${TOPDIR}/work-shared" path, therefore "d
 https://github.com/openembedded/bitbake/blob/master/conf/bitbake.conf#L45
 
 In default S = "${STAGING_KERNEL_DIR}" is the source path for a kernel. Archiver works only in this case when it is not changed to "${WORKDIR}/git" symbolic link folder. We can see "bb.data.inherits_class('kernel', d)" was in the of old code for checking it because of this situation when somebody like to use this kind of symbolic link git source solution. This should not have been dropped in last commit.
+
+https://github.com/openembedded/openembedded-core/commit/5fbb4ca8da4f4f1ea426275c45634802dcb5a575#diff-7a2ccc0d645ec49c87c4956f90ab24ace5292140dff665459bbc94e4e72a8e07L473
 https://github.com/openembedded/openembedded-core/blob/master/meta/classes-recipe/kernel.bbclass#L26
diff --git a/a/content_digest b/N1/content_digest
index 07ad105..7f0c985 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0642EEA27-10FD-40C7-8B06-24741CEA1548@arm.com\0"
  "From\0Livius <egyszeregy@freemail.hu>\0"
  "Subject\0Re: [PATCH] archiver.bbclass: Fix work-shared checking for kernel recipes\0"
- "Date\0Tue, 11 Jun 2024 16:30:44 -0700\0"
+ "Date\0Tue, 11 Jun 2024 16:31:58 -0700\0"
  "To\0openembedded-core@lists.openembedded.org\0"
  "\00:1\0"
  "b\0"
@@ -9,6 +9,8 @@
  "https://github.com/openembedded/bitbake/blob/master/conf/bitbake.conf#L45\n"
  "\n"
  "In default S = \"${STAGING_KERNEL_DIR}\" is the source path for a kernel. Archiver works only in this case when it is not changed to \"${WORKDIR}/git\" symbolic link folder. We can see \"bb.data.inherits_class('kernel', d)\" was in the of old code for checking it because of this situation when somebody like to use this kind of symbolic link git source solution. This should not have been dropped in last commit.\n"
+ "\n"
+ "https://github.com/openembedded/openembedded-core/commit/5fbb4ca8da4f4f1ea426275c45634802dcb5a575#diff-7a2ccc0d645ec49c87c4956f90ab24ace5292140dff665459bbc94e4e72a8e07L473\n"
  https://github.com/openembedded/openembedded-core/blob/master/meta/classes-recipe/kernel.bbclass#L26
 
-c12cf4fd453b35a3b3801bf5d9f1f93afc9813c7c165803d27912768e8ee4bab
+217a9315676e33b83651269b0e35b08bee8fa048d6575d86e90b89513ef2df8d

diff --git a/a/1.txt b/N2/1.txt
index ee8c499..d8a1d2d 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,5 +1,7 @@
-S = "${WORKDIR}/git" does not contain "${TOPDIR}/work-shared" path, therefore "def is_work_shared(d):" will be returned with False and archiver is failed for linux kernel recipe (somewhy unpack is broken and kernel source is missing in work-shared folder in this situation).
+S = "${WORKDIR}/git" does not contain "${TMPDIR}/work-shared" path, therefore "def is_work_shared(d):" will be returned with False and archiver is failed for linux kernel recipe (somewhy unpack is broken and kernel source is missing in work-shared folder in this situation).
 https://github.com/openembedded/bitbake/blob/master/conf/bitbake.conf#L45
 
 In default S = "${STAGING_KERNEL_DIR}" is the source path for a kernel. Archiver works only in this case when it is not changed to "${WORKDIR}/git" symbolic link folder. We can see "bb.data.inherits_class('kernel', d)" was in the of old code for checking it because of this situation when somebody like to use this kind of symbolic link git source solution. This should not have been dropped in last commit.
+
+https://github.com/openembedded/openembedded-core/commit/5fbb4ca8da4f4f1ea426275c45634802dcb5a575#diff-7a2ccc0d645ec49c87c4956f90ab24ace5292140dff665459bbc94e4e72a8e07L473
 https://github.com/openembedded/openembedded-core/blob/master/meta/classes-recipe/kernel.bbclass#L26
diff --git a/a/content_digest b/N2/content_digest
index 07ad105..742c0b1 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,14 +1,16 @@
  "ref\0642EEA27-10FD-40C7-8B06-24741CEA1548@arm.com\0"
  "From\0Livius <egyszeregy@freemail.hu>\0"
  "Subject\0Re: [PATCH] archiver.bbclass: Fix work-shared checking for kernel recipes\0"
- "Date\0Tue, 11 Jun 2024 16:30:44 -0700\0"
+ "Date\0Tue, 11 Jun 2024 16:33:42 -0700\0"
  "To\0openembedded-core@lists.openembedded.org\0"
  "\00:1\0"
  "b\0"
- "S = \"${WORKDIR}/git\" does not contain \"${TOPDIR}/work-shared\" path, therefore \"def is_work_shared(d):\" will be returned with False and archiver is failed for linux kernel recipe (somewhy unpack is broken and kernel source is missing in work-shared folder in this situation).\n"
+ "S = \"${WORKDIR}/git\" does not contain \"${TMPDIR}/work-shared\" path, therefore \"def is_work_shared(d):\" will be returned with False and archiver is failed for linux kernel recipe (somewhy unpack is broken and kernel source is missing in work-shared folder in this situation).\n"
  "https://github.com/openembedded/bitbake/blob/master/conf/bitbake.conf#L45\n"
  "\n"
  "In default S = \"${STAGING_KERNEL_DIR}\" is the source path for a kernel. Archiver works only in this case when it is not changed to \"${WORKDIR}/git\" symbolic link folder. We can see \"bb.data.inherits_class('kernel', d)\" was in the of old code for checking it because of this situation when somebody like to use this kind of symbolic link git source solution. This should not have been dropped in last commit.\n"
+ "\n"
+ "https://github.com/openembedded/openembedded-core/commit/5fbb4ca8da4f4f1ea426275c45634802dcb5a575#diff-7a2ccc0d645ec49c87c4956f90ab24ace5292140dff665459bbc94e4e72a8e07L473\n"
  https://github.com/openembedded/openembedded-core/blob/master/meta/classes-recipe/kernel.bbclass#L26
 
-c12cf4fd453b35a3b3801bf5d9f1f93afc9813c7c165803d27912768e8ee4bab
+4985d2e577e03a85ee63b1dff5bff121ec400a60a831531ce59723dcf8522c59

diff --git a/a/1.txt b/N3/1.txt
index ee8c499..d31dedf 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -1,5 +1,7 @@
-S = "${WORKDIR}/git" does not contain "${TOPDIR}/work-shared" path, therefore "def is_work_shared(d):" will be returned with False and archiver is failed for linux kernel recipe (somewhy unpack is broken and kernel source is missing in work-shared folder in this situation).
+S = "${WORKDIR}/git" does not contain "${TMPDIR}/work-shared" path, therefore "def is_work_shared(d):" will be returned with False and archiver is failed for linux kernel recipe (somewhy unpack is broken and kernel source is missing in work-shared folder in this situation).
 https://github.com/openembedded/bitbake/blob/master/conf/bitbake.conf#L45
 
-In default S = "${STAGING_KERNEL_DIR}" is the source path for a kernel. Archiver works only in this case when it is not changed to "${WORKDIR}/git" symbolic link folder. We can see "bb.data.inherits_class('kernel', d)" was in the of old code for checking it because of this situation when somebody like to use this kind of symbolic link git source solution. This should not have been dropped in last commit.
+In default S = "${STAGING_KERNEL_DIR}" is the source path for a kernel. Now, archiver works only in this case when it is not changed to "${WORKDIR}/git" symbolic link folder. We can see "bb.data.inherits_class('kernel', d)" was in the old code for checking it because of this situation, when somebody like to use this kind of symbolic link git source solution. This should not have been dropped in last commit.
+
+https://github.com/openembedded/openembedded-core/commit/5fbb4ca8da4f4f1ea426275c45634802dcb5a575#diff-7a2ccc0d645ec49c87c4956f90ab24ace5292140dff665459bbc94e4e72a8e07L473
 https://github.com/openembedded/openembedded-core/blob/master/meta/classes-recipe/kernel.bbclass#L26
diff --git a/a/content_digest b/N3/content_digest
index 07ad105..6368a21 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,14 +1,16 @@
  "ref\0642EEA27-10FD-40C7-8B06-24741CEA1548@arm.com\0"
  "From\0Livius <egyszeregy@freemail.hu>\0"
  "Subject\0Re: [PATCH] archiver.bbclass: Fix work-shared checking for kernel recipes\0"
- "Date\0Tue, 11 Jun 2024 16:30:44 -0700\0"
+ "Date\0Tue, 11 Jun 2024 16:35:23 -0700\0"
  "To\0openembedded-core@lists.openembedded.org\0"
  "\00:1\0"
  "b\0"
- "S = \"${WORKDIR}/git\" does not contain \"${TOPDIR}/work-shared\" path, therefore \"def is_work_shared(d):\" will be returned with False and archiver is failed for linux kernel recipe (somewhy unpack is broken and kernel source is missing in work-shared folder in this situation).\n"
+ "S = \"${WORKDIR}/git\" does not contain \"${TMPDIR}/work-shared\" path, therefore \"def is_work_shared(d):\" will be returned with False and archiver is failed for linux kernel recipe (somewhy unpack is broken and kernel source is missing in work-shared folder in this situation).\n"
  "https://github.com/openembedded/bitbake/blob/master/conf/bitbake.conf#L45\n"
  "\n"
- "In default S = \"${STAGING_KERNEL_DIR}\" is the source path for a kernel. Archiver works only in this case when it is not changed to \"${WORKDIR}/git\" symbolic link folder. We can see \"bb.data.inherits_class('kernel', d)\" was in the of old code for checking it because of this situation when somebody like to use this kind of symbolic link git source solution. This should not have been dropped in last commit.\n"
+ "In default S = \"${STAGING_KERNEL_DIR}\" is the source path for a kernel. Now, archiver works only in this case when it is not changed to \"${WORKDIR}/git\" symbolic link folder. We can see \"bb.data.inherits_class('kernel', d)\" was in the old code for checking it because of this situation, when somebody like to use this kind of symbolic link git source solution. This should not have been dropped in last commit.\n"
+ "\n"
+ "https://github.com/openembedded/openembedded-core/commit/5fbb4ca8da4f4f1ea426275c45634802dcb5a575#diff-7a2ccc0d645ec49c87c4956f90ab24ace5292140dff665459bbc94e4e72a8e07L473\n"
  https://github.com/openembedded/openembedded-core/blob/master/meta/classes-recipe/kernel.bbclass#L26
 
-c12cf4fd453b35a3b3801bf5d9f1f93afc9813c7c165803d27912768e8ee4bab
+b1ba61a779026e79f9f608688e85ed4fd6dfe4de4d5119d49c4ff862bc0339bf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox