* Isar v1.1 Release Candidate 1 @ 2026-04-22 10:42 Zhihang Wei 2026-04-22 10:45 ` 'Jan Kiszka' via isar-users 0 siblings, 1 reply; 4+ messages in thread From: Zhihang Wei @ 2026-04-22 10:42 UTC (permalink / raw) To: isar-users Hi everyone, I have just tagged v1.1-rc1 as release candidate 1 for Isar v1.1. Please test on your downstream if necessary. Feedback is welcome. Other patches will continue to be tested but will not be applied before v1.1 is out. If you think any other patches should be included in v1.1, please let us know. Thank you. Zhihang -- You received this message because you are subscribed to the Google Groups "isar-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/isar-users/f1ac8626-3dc7-4687-88ec-eff493d5e20c%40ilbers.de. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Isar v1.1 Release Candidate 1 2026-04-22 10:42 Isar v1.1 Release Candidate 1 Zhihang Wei @ 2026-04-22 10:45 ` 'Jan Kiszka' via isar-users 2026-04-22 13:44 ` Zhihang Wei 0 siblings, 1 reply; 4+ messages in thread From: 'Jan Kiszka' via isar-users @ 2026-04-22 10:45 UTC (permalink / raw) To: Zhihang Wei, isar-users On 22.04.26 12:42, Zhihang Wei wrote: > Hi everyone, > > I have just tagged v1.1-rc1 as release candidate 1 for Isar v1.1. > > Please test on your downstream if necessary. Feedback is welcome. > > Other patches will continue to be tested but will not be applied before > v1.1 is out. If you think any other patches should be included in v1.1, > please let us know. > We still have the semi-cooked change of Felix in there that shuffles the DTBs in differently incompatible ways around. Why are your tagging this? We were still not settled here. Jan -- Siemens AG, Foundational Technologies Linux Expert Center -- You received this message because you are subscribed to the Google Groups "isar-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/isar-users/deee2e27-57d2-4947-aa71-993d8586f47b%40siemens.com. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Isar v1.1 Release Candidate 1 2026-04-22 10:45 ` 'Jan Kiszka' via isar-users @ 2026-04-22 13:44 ` Zhihang Wei 2026-04-22 14:15 ` 'Jan Kiszka' via isar-users 0 siblings, 1 reply; 4+ messages in thread From: Zhihang Wei @ 2026-04-22 13:44 UTC (permalink / raw) To: Jan Kiszka, isar-users On 4/22/26 12:45, Jan Kiszka wrote: > On 22.04.26 12:42, Zhihang Wei wrote: >> Hi everyone, >> >> I have just tagged v1.1-rc1 as release candidate 1 for Isar v1.1. >> >> Please test on your downstream if necessary. Feedback is welcome. >> >> Other patches will continue to be tested but will not be applied before >> v1.1 is out. If you think any other patches should be included in v1.1, >> please let us know. >> > We still have the semi-cooked change of Felix in there that shuffles the > DTBs in differently incompatible ways around. Why are your tagging this? > We were still not settled here. > > Jan > I've asked for steps to reproduce and made 1.1-rc1 proposal in [1] and would expect a response to it. Could you please restate your proposal? Is it to keep 79e10791(the revert) and drop 8c34bb25(prefixing DTB) and tag as 1.1-rc2? Dropping 8c34bb25 will break trixie builds for some targets. If we do that, the trixie dtb overlap issue should be fixed together with the final dtb solution in 1.2. Zhihang 1. https://lists.isar-build.org/isar-users/7d035d84-87e4-437c-be05-5537b8b2d955@ilbers.de/T/#m3b0bef0d9d3aabb4a1ff219a24d66813e299d89 -- You received this message because you are subscribed to the Google Groups "isar-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/isar-users/eed4d092-68cc-47e1-8e8c-826778a1f825%40ilbers.de. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Isar v1.1 Release Candidate 1 2026-04-22 13:44 ` Zhihang Wei @ 2026-04-22 14:15 ` 'Jan Kiszka' via isar-users 0 siblings, 0 replies; 4+ messages in thread From: 'Jan Kiszka' via isar-users @ 2026-04-22 14:15 UTC (permalink / raw) To: Zhihang Wei, isar-users, Felix Moessbauer On 22.04.26 15:44, Zhihang Wei wrote: > > > On 4/22/26 12:45, Jan Kiszka wrote: >> On 22.04.26 12:42, Zhihang Wei wrote: >>> Hi everyone, >>> >>> I have just tagged v1.1-rc1 as release candidate 1 for Isar v1.1. >>> >>> Please test on your downstream if necessary. Feedback is welcome. >>> >>> Other patches will continue to be tested but will not be applied before >>> v1.1 is out. If you think any other patches should be included in v1.1, >>> please let us know. >>> >> We still have the semi-cooked change of Felix in there that shuffles the >> DTBs in differently incompatible ways around. Why are your tagging this? >> We were still not settled here. >> >> Jan >> > > I've asked for steps to reproduce and made 1.1-rc1 proposal in [1] and > would expect a response to it. > > Could you please restate your proposal? Is it to keep 79e10791(the > revert) and drop 8c34bb25(prefixing DTB) and tag as 1.1-rc2? > > Dropping 8c34bb25 will break trixie builds for some targets. If we do > that, the trixie dtb overlap issue should be fixed together with the > final dtb solution in 1.2. Renaming DTBs as Felix did is a suboptimal idea due to the complications this will cause in picking up DTBs from the deploy folder. A folder with original filenames (which are an API as well) is also what OE uses. It just does not care about the conflicts we are seeing in some special setups (like Isar CI) with multiconfig. If we really want to support such scenarios, for DTBs as well as for other(!) artifacts, we should establish a pattern for all of them, document and implement that based on the DTB example. However, if we cannot settle in time, the by far best solution is the pure revert so that the API is back to pre-1.0, and we can design, implement and test the best solution without any hurry and without continuously breaking APIs. This is what I strongly recommended prior to the 1.0 release as well. The deployment issues seen with multiconfig in Isar CI can be almost trivially be side-stepped for now by using separate builds for conflicting targets. That would also be beneficial for CI pipelines that allow a scale-out. Jan -- Siemens AG, Foundational Technologies Linux Expert Center -- You received this message because you are subscribed to the Google Groups "isar-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/isar-users/597ba94c-92eb-4b36-82c0-0d38ce8d0016%40siemens.com. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-04-22 14:15 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2026-04-22 10:42 Isar v1.1 Release Candidate 1 Zhihang Wei 2026-04-22 10:45 ` 'Jan Kiszka' via isar-users 2026-04-22 13:44 ` Zhihang Wei 2026-04-22 14:15 ` 'Jan Kiszka' via isar-users
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox