public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] [PATCH 1/5] embedded: remove actions that are broken by default
@ 2020-05-21 17:32 Daniel Cordero
  2020-05-21 17:32 ` [gentoo-catalyst] [PATCH 2/5] stagebase: allow specfiles to define install_mask Daniel Cordero
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Daniel Cordero @ 2020-05-21 17:32 UTC (permalink / raw
  To: gentoo-catalyst

From: Daniel Cordero <catalyst@0xdc.io>

dir_setup() doesn't exist, bootloader() exists but requires specific
tools to be installed in the seed stage and doesn't check that they are,
causing the build to fail.
---
If I have misconstrued the purpose of bootloader, then documentation
needs to be written.
 catalyst/targets/embedded.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/catalyst/targets/embedded.py b/catalyst/targets/embedded.py
index aa23f5b3..1b4ad9d6 100644
--- a/catalyst/targets/embedded.py
+++ b/catalyst/targets/embedded.py
@@ -41,7 +41,6 @@ class embedded(StageBase):
 
     def set_action_sequence(self):
         self.settings['action_sequence'] = [
-            "dir_setup",
             "unpack",
             "config_profile_link",
             "setup_confdir",
@@ -51,7 +50,6 @@ class embedded(StageBase):
             "setup_environment",
             "build_kernel",
             "build_packages",
-            "bootloader",
             "root_overlay",
             "fsscript",
             "unmerge",
-- 
2.26.2



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-05-22  4:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-21 17:32 [gentoo-catalyst] [PATCH 1/5] embedded: remove actions that are broken by default Daniel Cordero
2020-05-21 17:32 ` [gentoo-catalyst] [PATCH 2/5] stagebase: allow specfiles to define install_mask Daniel Cordero
2020-05-21 20:45   ` Matt Turner
2020-05-21 17:32 ` [gentoo-catalyst] [PATCH 3/5] embedded/rm: use destpath to clean mergeroot Daniel Cordero
2020-05-21 20:46   ` Matt Turner
2020-05-21 17:32 ` [gentoo-catalyst] [PATCH 4/5] embedded/root_overlay: copy root overlay into destpath Daniel Cordero
2020-05-21 20:48   ` Matt Turner
2020-05-21 17:32 ` [gentoo-catalyst] [PATCH 5/5] Allow embedded target to unpack a root_overlay Daniel Cordero
2020-05-21 20:52   ` Matt Turner
2020-05-22  3:48     ` Daniel Cordero
2020-05-21 20:41 ` [gentoo-catalyst] [PATCH 1/5] embedded: remove actions that are broken by default Matt Turner
2020-05-21 22:08   ` Brian Dolbec
2020-05-22  0:22     ` Matt Turner
2020-05-22  4:19   ` Daniel Cordero

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