~ruther/guix-cross-shells

ab27b3471f38ebfdfe330a4480eb63d1de86b8ea — Rutherther 3 days ago 6cc1cad
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

Do not follow this link