Skip to content

L4re#96

Merged
jkloetzke merged 2 commits into
BobBuildTool:masterfrom
sixtyfourktec:l4re
Jun 5, 2025
Merged

L4re#96
jkloetzke merged 2 commits into
BobBuildTool:masterfrom
sixtyfourktec:l4re

Conversation

@sixtyfourktec

Copy link
Copy Markdown
Contributor

No description provided.

Use it like this in your own recipes:

 inherit: [fiasco]

 checkoutSCM:
     # our configuration:
     - scm: import
       url: src/l4re
       dir: conf

     # fiasco:
     - scm: git
       url: ${GITHUB_MIRROR}/kernkonzept/fiasco.git
       dir: fiasco

 buildScript: |
     fiascoBuild $1/fiasco \
         $1/conf/defconfig_fiasco

 packageScript: |
     fiascoInstall $1
Use it like this in your own recipes:

 inherit: [l4re]

 depends:
     # add additional dependencies here, like linux kernels or external
     # device trees
     - fiasco

 checkoutSCM:
     # our configuration:
     - scm: import
       url: src/l4re
       dir: conf

     # l4re repositories we want to use
     - scm: git
       url: ${GITHUB_MIRROR}/kernkonzept/mk.git
       dir: l4re
     - scm: git
       url: ${GITHUB_MIRROR}/kernkonzept/bootstrap.git
       dir: l4re/pkg/bootstrap
     - ...

 buildSetup: |
     # Add additional paths to dependencies here:
     export MODULE_SEARCH_PATH+=:$1/conf
 buildScript: |
        l4reBuild $1/l4re \
           $1/conf/defconfig_l4re \
           pkg/bootstrap pkg/... ...

        l4reBuildImage $1/l4re \
           uimage \
           demo \
           $1/conf/modules.list

 packageScript: |
        l4reInstall $1 \
           bootstrap.uimage
@jkloetzke jkloetzke merged commit 7a102f1 into BobBuildTool:master Jun 5, 2025
1 check passed
@sixtyfourktec sixtyfourktec deleted the l4re branch June 11, 2025 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants