Skip to main content

Outpost-OS build system

Project description

Outpost Barbican

Barbican is the Outpost OS meta tools for building project, SDK and integration, written in python.

Dependencies

  • Python >= 3.10
  • Jinja2 >= 3.1.0
  • jinja-cli >= 1.2.0
  • jsonschema >= 4.18.0
  • kconfiglib >= 14.1.0
  • lief >= 0.13,<0.15
  • meson >= 1.4.0,<1.5.0
  • ninja >= 1.11.0
  • ninja_syntax > 1.7
  • svd2json >= 0.1.6
  • dts-utils >= 0.3.0
  • tomli >= 2.0.1; python_version < '3.11'
  • referencing >= 0.33.0
  • rich >= 13.6
  • GitPython >= 3.1.43

Usage

A project is describe by a toml configuration file, a dts for the targeted SoC and Kconfig dotconfig for kernel and application(s).

Configuration

The following is the sample project configuration describing a simple project with simple application(s)

name = 'HelloWorld Project'
license = 'Apache-2.0'
license_file = ['LICENSE.txt']
dts = 'dts/sample.dts'
crossfile = 'cm33-none-eabi-gcc.ini'
version = 'v0.0.1'

[kernel]
scm.git.uri = 'https://github.com/outpost-os/sentry-kernel.git'
scm.git.revision = 'main'
config = 'configs/sentry/nucleo_u5a5.config'

[runtime]
scm.git.uri = 'git@github.com:outpost-os/shield.git'
scm.git.revision = 'main'
config = 'configs/shield/shield.config'

[application.hello]
scm.git.uri = 'https://github.com/outpost-os/sample-rust-app.git'
scm.git.revision = 'main'
config = 'configs/hello/hello.config'
build.backend = 'cargo'
depends = []
provides = ['hello.elf']

Download

Downloads kernel/runtime and applications describe in project.toml to src directory

barbican download

Update

Updates sources if configuration change and/or revision update. Package need to be already downloaded to be updated.

barbican update

Setup

Generates jinja build script for project build (i.e. kernel, runtime, application and firmware integration). Files are generated in build directory.

barbican setup

Build

cd output/build
ninja

TODO

  • SDK generation
  • Pre built C and Rust toolchain in SDK

License

Copyright 2024 - 2025 Ledger SAS

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

outpost_barbican-0.4.1-py3-none-any.whl (57.4 kB view details)

Uploaded Python 3

File details

Details for the file outpost_barbican-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: outpost_barbican-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 57.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.31.0 requests-toolbelt/0.10.1 urllib3/1.26.17 tqdm/4.65.0 importlib-metadata/6.0.0 keyring/24.3.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.12

File hashes

Hashes for outpost_barbican-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 74cec49e5e6dd2cb9a68ab42b7ba8bee10a4729d5f48a1b3e2c0044af5105f56
MD5 11773d303557c9c15c7115bcef808476
BLAKE2b-256 d4c4fda2e9d3122ff057f41b3c61df941b070df4028a16abb520c70699781620

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page