Skip to content

L4re #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

L4re #96

wants to merge 2 commits into from

Conversation

sixtyfourktec
Copy link
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
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.

1 participant