chore: add example with u-boot cross profile
1 files changed, 15 insertions(+), 0 deletions(-) A examples/cross-shell-u-boot.scm
A examples/cross-shell-u-boot.scm => examples/cross-shell-u-boot.scm +15 -0
@@ 0,0 1,15 @@ (use-modules (gnu packages gcc) (gnu packages bootloaders) (cross-shells cross-profile)) (define profile (cross-profile (target-system "aarch64-linux-gnu") ;; (inputs (list gcc)) (inputs-from (list u-boot-orangepi-zero2w)))) (define profile-package (make-cross-profile-package profile)) profile-package