From 0dc8cdfc6f9aee597924bccd5096b7eefe9d194f Mon Sep 17 00:00:00 2001 From: Philip Munts Date: Sat, 9 Dec 2023 13:07:37 -0800 Subject: [PATCH 1/9] Updated for MuntsOS GCC 13.2.0 toolchain release --- .../mu/muntsos_dev_aarch64/muntsos_dev_aarch64-external.toml | 5 +++-- .../muntsos_dev_beaglebone-external.toml | 5 +++-- .../muntsos_dev_raspberrypi1-external.toml | 5 +++-- .../muntsos_dev_raspberrypi2-external.toml | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/index/mu/muntsos_dev_aarch64/muntsos_dev_aarch64-external.toml b/index/mu/muntsos_dev_aarch64/muntsos_dev_aarch64-external.toml index e4d57ac49..86cf102ee 100644 --- a/index/mu/muntsos_dev_aarch64/muntsos_dev_aarch64-external.toml +++ b/index/mu/muntsos_dev_aarch64/muntsos_dev_aarch64-external.toml @@ -8,6 +8,7 @@ maintainers-logins = ["pmunts"] [[external]] kind = "system" -hint = "Available at http://repo.munts.com/debian11 or http://repo.munts.com/muntsos/rpms" +hint = "Available at http://repo.munts.com/debian12 or http://repo.munts.com/muntsos/rpms" [external.origin."case(distribution)"] -"centos|debian|fedora|rhel|ubuntu" = ["muntsos-dev-aarch64"] +"debian|ubuntu" = ["muntsos-dev-ctng-aarch64"] +"centos|fedora|rhel" = ["muntsos-aarch64"] diff --git a/index/mu/muntsos_dev_beaglebone/muntsos_dev_beaglebone-external.toml b/index/mu/muntsos_dev_beaglebone/muntsos_dev_beaglebone-external.toml index 4438da5ae..8ca9e63b6 100644 --- a/index/mu/muntsos_dev_beaglebone/muntsos_dev_beaglebone-external.toml +++ b/index/mu/muntsos_dev_beaglebone/muntsos_dev_beaglebone-external.toml @@ -8,6 +8,7 @@ maintainers-logins = ["pmunts"] [[external]] kind = "system" -hint = "Available at http://repo.munts.com/debian11 or http://repo.munts.com/muntsos/rpms" +hint = "Available at http://repo.munts.com/debian12 or http://repo.munts.com/muntsos/rpms" [external.origin."case(distribution)"] -"centos|debian|fedora|rhel|ubuntu" = ["muntsos-dev-beaglebone"] +"debian|ubuntu" = ["muntsos-dev-ctng-beaglebone"] +"centos|fedora|rhel" = ["muntsos-beaglebone"] diff --git a/index/mu/muntsos_dev_raspberrypi1/muntsos_dev_raspberrypi1-external.toml b/index/mu/muntsos_dev_raspberrypi1/muntsos_dev_raspberrypi1-external.toml index a0f0e490a..b7be8518e 100644 --- a/index/mu/muntsos_dev_raspberrypi1/muntsos_dev_raspberrypi1-external.toml +++ b/index/mu/muntsos_dev_raspberrypi1/muntsos_dev_raspberrypi1-external.toml @@ -8,6 +8,7 @@ maintainers-logins = ["pmunts"] [[external]] kind = "system" -hint = "Available at http://repo.munts.com/debian11 or http://repo.munts.com/muntsos/rpms" +hint = "Available at http://repo.munts.com/debian12 or http://repo.munts.com/muntsos/rpms" [external.origin."case(distribution)"] -"centos|debian|fedora|rhel|ubuntu" = ["muntsos-dev-raspberrypi1"] +"debian|ubuntu" = ["muntsos-dev-ctng-raspberrypi1"] +"centos|fedora|rhel" = ["muntsos-raspberrypi1"] diff --git a/index/mu/muntsos_dev_raspberrypi2/muntsos_dev_raspberrypi2-external.toml b/index/mu/muntsos_dev_raspberrypi2/muntsos_dev_raspberrypi2-external.toml index 20cca55d6..b9c9125b2 100644 --- a/index/mu/muntsos_dev_raspberrypi2/muntsos_dev_raspberrypi2-external.toml +++ b/index/mu/muntsos_dev_raspberrypi2/muntsos_dev_raspberrypi2-external.toml @@ -8,6 +8,7 @@ maintainers-logins = ["pmunts"] [[external]] kind = "system" -hint = "Available at http://repo.munts.com/debian11 or http://repo.munts.com/muntsos/rpms" +hint = "Available at http://repo.munts.com/debian12 or http://repo.munts.com/muntsos/rpms" [external.origin."case(distribution)"] -"centos|debian|fedora|rhel|ubuntu" = ["muntsos-dev-raspberrypi2"] +"debian|ubuntu" = ["muntsos-dev-ctng-raspberrypi2"] +"centos|fedora|rhel" = ["muntsos-raspberrypi2"] From 51bd75b65b7876789dae057ac23398035342c3f5 Mon Sep 17 00:00:00 2001 From: Philip Munts Date: Sat, 9 Dec 2023 13:55:33 -0800 Subject: [PATCH 2/9] muntsos_beaglebone release 9.0.0 --- .../muntsos_beaglebone-9.0.0.toml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 index/mu/muntsos_beaglebone/muntsos_beaglebone-9.0.0.toml diff --git a/index/mu/muntsos_beaglebone/muntsos_beaglebone-9.0.0.toml b/index/mu/muntsos_beaglebone/muntsos_beaglebone-9.0.0.toml new file mode 100644 index 000000000..269b37fcc --- /dev/null +++ b/index/mu/muntsos_beaglebone/muntsos_beaglebone-9.0.0.toml @@ -0,0 +1,33 @@ +name = "muntsos_beaglebone" +description = "MuntsOS Embedded Linux support for BeagleBone targets" +tags = ["muntsos", "embedded", "linux", "arm", "beaglebone"] +version = "9.0.0" +website = "https://github.com/pmunts/muntsos" + +authors = ["Philip Munts"] +maintainers = ["Philip Munts "] +maintainers-logins = ["pmunts"] + +project-files = ["aws.gpr", "libsimpleio.gpr"] + +[available."case(os)"] +"linux" = true +"..." = false + +[configuration] +disabled = true + +[[depends-on]] +muntsos_dev_ctng_beaglebone = "*" + +[[actions]] +type = "post-fetch" +command = ["sh", "-c", "./postfetch"] + +[origin] +hashes = [ +"sha256:27edcdca9509d39c369407c1e3dcba8ca994c27c4a5d8661ca9a12627c7dbb20", +"sha512:58acb1e70f9779a9ef9a781173253e72d1c4001d47220132b27ffddfd154cc4da89e41d6f50bc3cee32a3597202b619f2b1fd95e99f9bd2d2d18e5a5913f750d", +] +url = "http://repo.munts.com/alire/muntsos_beaglebone-9.0.0.tbz2" + From 8962a9475ffb3c69fe137e36807523fe9442ba34 Mon Sep 17 00:00:00 2001 From: Philip Munts Date: Sat, 9 Dec 2023 13:56:19 -0800 Subject: [PATCH 3/9] muntsos_pocketbeagle release 9.0.0 --- .../muntsos_pocketbeagle-9.0.0.toml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 index/mu/muntsos_pocketbeagle/muntsos_pocketbeagle-9.0.0.toml diff --git a/index/mu/muntsos_pocketbeagle/muntsos_pocketbeagle-9.0.0.toml b/index/mu/muntsos_pocketbeagle/muntsos_pocketbeagle-9.0.0.toml new file mode 100644 index 000000000..c5b5f8bf2 --- /dev/null +++ b/index/mu/muntsos_pocketbeagle/muntsos_pocketbeagle-9.0.0.toml @@ -0,0 +1,33 @@ +name = "muntsos_pocketbeagle" +description = "MuntsOS Embedded Linux support for PocketBeagle targets" +tags = ["muntsos", "embedded", "linux", "arm", "pocketbeagle"] +version = "9.0.0" +website = "https://github.com/pmunts/muntsos" + +authors = ["Philip Munts"] +maintainers = ["Philip Munts "] +maintainers-logins = ["pmunts"] + +project-files = ["aws.gpr", "libsimpleio.gpr"] + +[available."case(os)"] +"linux" = true +"..." = false + +[configuration] +disabled = true + +[[depends-on]] +muntsos_dev_ctng_beaglebone = "*" + +[[actions]] +type = "post-fetch" +command = ["sh", "-c", "./postfetch"] + +[origin] +hashes = [ +"sha256:2a6d1ae628a9e559b2f0f41ffadcae2fc68eaea6596f24473de3d82ad7f8f619", +"sha512:664be64859a9425eb4c2c2439d4714904a20ccd459a363d30ea44a72b71db1752108d36f5ab53862d7830ba86de0d327cf557d48b42831cf312b804301e1f476", +] +url = "http://repo.munts.com/alire/muntsos_pocketbeagle-9.0.0.tbz2" + From 2661b68a7dd1db4a6a2657c33875cdb2d02f42a3 Mon Sep 17 00:00:00 2001 From: Philip Munts Date: Sat, 9 Dec 2023 13:59:19 -0800 Subject: [PATCH 4/9] muntsos_raspberrypi1 release 9.0.0 --- .../muntsos_raspberrypi1-9.0.0.toml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 index/mu/muntsos_raspberrypi1/muntsos_raspberrypi1-9.0.0.toml diff --git a/index/mu/muntsos_raspberrypi1/muntsos_raspberrypi1-9.0.0.toml b/index/mu/muntsos_raspberrypi1/muntsos_raspberrypi1-9.0.0.toml new file mode 100644 index 000000000..f7aab26be --- /dev/null +++ b/index/mu/muntsos_raspberrypi1/muntsos_raspberrypi1-9.0.0.toml @@ -0,0 +1,33 @@ +name = "muntsos_raspberrypi1" +description = "MuntsOS Embedded Linux support for RaspberryPi1 targets" +tags = ["muntsos", "embedded", "linux", "arm", "raspberrypi1"] +version = "9.0.0" +website = "https://github.com/pmunts/muntsos" + +authors = ["Philip Munts"] +maintainers = ["Philip Munts "] +maintainers-logins = ["pmunts"] + +project-files = ["aws.gpr", "libsimpleio.gpr"] + +[available."case(os)"] +"linux" = true +"..." = false + +[configuration] +disabled = true + +[[depends-on]] +muntsos_dev_ctng_raspberrypi1 = "*" + +[[actions]] +type = "post-fetch" +command = ["sh", "-c", "./postfetch"] + +[origin] +hashes = [ +"sha256:984e2cef7c6cc2c111dcae975cfe678bb8999f8e9c63a32d86a532ba563ab4aa", +"sha512:27daeef317fa27efece3ffdafdfa3116bb9352327cfe157837c7d88ce7a7c309a9283a149fc25c8d473fc97864e6776414d83fd9d596b9304dc15c321832a398", +] +url = "http://repo.munts.com/alire/muntsos_raspberrypi1-9.0.0.tbz2" + From 5becd6f4c303c2e76b759fe43866057921ffea64 Mon Sep 17 00:00:00 2001 From: Philip Munts Date: Sat, 9 Dec 2023 13:59:45 -0800 Subject: [PATCH 5/9] muntsos_raspberrypi2 release 9.0.0 --- .../muntsos_raspberrypi2-9.0.0.toml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 index/mu/muntsos_raspberrypi2/muntsos_raspberrypi2-9.0.0.toml diff --git a/index/mu/muntsos_raspberrypi2/muntsos_raspberrypi2-9.0.0.toml b/index/mu/muntsos_raspberrypi2/muntsos_raspberrypi2-9.0.0.toml new file mode 100644 index 000000000..5cb1d78b9 --- /dev/null +++ b/index/mu/muntsos_raspberrypi2/muntsos_raspberrypi2-9.0.0.toml @@ -0,0 +1,33 @@ +name = "muntsos_raspberrypi2" +description = "MuntsOS Embedded Linux support for RaspberryPi2 targets" +tags = ["muntsos", "embedded", "linux", "arm", "raspberrypi2"] +version = "9.0.0" +website = "https://github.com/pmunts/muntsos" + +authors = ["Philip Munts"] +maintainers = ["Philip Munts "] +maintainers-logins = ["pmunts"] + +project-files = ["aws.gpr", "libsimpleio.gpr"] + +[available."case(os)"] +"linux" = true +"..." = false + +[configuration] +disabled = true + +[[depends-on]] +muntsos_dev_ctng_raspberrypi2 = "*" + +[[actions]] +type = "post-fetch" +command = ["sh", "-c", "./postfetch"] + +[origin] +hashes = [ +"sha256:2702589ca23f7ed9433f60d2498b00f3065ff8e13822f02257029bd87bfe1912", +"sha512:bae72e2e0a39533012459ef4bff708171e0d7def9acda55a1693941e0eba9965b517291bd98ae4d6234575db512c1f4ce1e5f71295c238bf437c59f51967668b", +] +url = "http://repo.munts.com/alire/muntsos_raspberrypi2-9.0.0.tbz2" + From be34f5d39ed05751359d92be13d08fa7911dbcc4 Mon Sep 17 00:00:00 2001 From: Philip Munts Date: Sat, 9 Dec 2023 14:01:11 -0800 Subject: [PATCH 6/9] muntsos_orangepizero2w release 9.0.0 --- .../muntsos_orangepizero2w-9.0.0.toml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 index/mu/muntsos_orangepizero2w/muntsos_orangepizero2w-9.0.0.toml diff --git a/index/mu/muntsos_orangepizero2w/muntsos_orangepizero2w-9.0.0.toml b/index/mu/muntsos_orangepizero2w/muntsos_orangepizero2w-9.0.0.toml new file mode 100644 index 000000000..a97dc6c91 --- /dev/null +++ b/index/mu/muntsos_orangepizero2w/muntsos_orangepizero2w-9.0.0.toml @@ -0,0 +1,33 @@ +name = "muntsos_orangepizero2w" +description = "MuntsOS Embedded Linux support for OrangePiZero2W targets" +tags = ["muntsos", "embedded", "linux", "arm64", "orangepizero2w"] +version = "9.0.0" +website = "https://github.com/pmunts/muntsos" + +authors = ["Philip Munts"] +maintainers = ["Philip Munts "] +maintainers-logins = ["pmunts"] + +project-files = ["aws.gpr", "libsimpleio.gpr"] + +[available."case(os)"] +"linux" = true +"..." = false + +[configuration] +disabled = true + +[[depends-on]] +muntsos_dev_ctng_aarch64 = "*" + +[[actions]] +type = "post-fetch" +command = ["sh", "-c", "./postfetch"] + +[origin] +hashes = [ +"sha256:180d373027fd987838ed98960ba4a2b1b5ccb673e3a2089da2329a67ad21e58a", +"sha512:488a94ae90419f6cce37126e1cf3b73bb7273d58e7fc1a0838dbcbf2b29ab6abf31a2efa6f1e79e1d623df168b3d3b8f2402b8ab72704fa309cf0770f5d86e36", +] +url = "http://repo.munts.com/alire/muntsos_orangepizero2w-9.0.0.tbz2" + From 3b8577ff4e6b36d1ce3751bc0838e1f347410d3e Mon Sep 17 00:00:00 2001 From: Philip Munts Date: Sat, 9 Dec 2023 14:09:27 -0800 Subject: [PATCH 7/9] muntsos_raspberrypi3 release 9.0.0 --- .../muntsos_raspberrypi3-9.0.0.toml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 index/mu/muntsos_raspberrypi3/muntsos_raspberrypi3-9.0.0.toml diff --git a/index/mu/muntsos_raspberrypi3/muntsos_raspberrypi3-9.0.0.toml b/index/mu/muntsos_raspberrypi3/muntsos_raspberrypi3-9.0.0.toml new file mode 100644 index 000000000..b8228be81 --- /dev/null +++ b/index/mu/muntsos_raspberrypi3/muntsos_raspberrypi3-9.0.0.toml @@ -0,0 +1,33 @@ +name = "muntsos_raspberrypi3" +description = "MuntsOS Embedded Linux support for RaspberryPi3 targets" +tags = ["muntsos", "embedded", "linux", "arm64", "raspberrypi3"] +version = "9.0.0" +website = "https://github.com/pmunts/muntsos" + +authors = ["Philip Munts"] +maintainers = ["Philip Munts "] +maintainers-logins = ["pmunts"] + +project-files = ["aws.gpr", "libsimpleio.gpr"] + +[available."case(os)"] +"linux" = true +"..." = false + +[configuration] +disabled = true + +[[depends-on]] +muntsos_dev_ctng_aarch64 = "*" + +[[actions]] +type = "post-fetch" +command = ["sh", "-c", "./postfetch"] + +[origin] +hashes = [ +"sha256:99cb31fc9cea3fed38d635fc1eefedcf8e6f77ce179cc9e6128ed18191251efd", +"sha512:a29dfe2c333ff48d049706f8525b379ad5d6fc14e26e6c7089d73489da5ee0063c40bc6acd0a0df2889e74fe24f8cf7fffb5d2b1b967aa1285607bd40975bc45", +] +url = "http://repo.munts.com/alire/muntsos_raspberrypi3-9.0.0.tbz2" + From 5d1878f415efbb9e6e3ca09353bb193b4862e1e2 Mon Sep 17 00:00:00 2001 From: Philip Munts Date: Sat, 9 Dec 2023 14:09:49 -0800 Subject: [PATCH 8/9] muntsos_raspberrypi4 release 9.0.0 --- .../muntsos_raspberrypi4-9.0.0.toml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 index/mu/muntsos_raspberrypi4/muntsos_raspberrypi4-9.0.0.toml diff --git a/index/mu/muntsos_raspberrypi4/muntsos_raspberrypi4-9.0.0.toml b/index/mu/muntsos_raspberrypi4/muntsos_raspberrypi4-9.0.0.toml new file mode 100644 index 000000000..ce0470f93 --- /dev/null +++ b/index/mu/muntsos_raspberrypi4/muntsos_raspberrypi4-9.0.0.toml @@ -0,0 +1,33 @@ +name = "muntsos_raspberrypi4" +description = "MuntsOS Embedded Linux support for RaspberryPi4 targets" +tags = ["muntsos", "embedded", "linux", "arm64", "raspberrypi4"] +version = "9.0.0" +website = "https://github.com/pmunts/muntsos" + +authors = ["Philip Munts"] +maintainers = ["Philip Munts "] +maintainers-logins = ["pmunts"] + +project-files = ["aws.gpr", "libsimpleio.gpr"] + +[available."case(os)"] +"linux" = true +"..." = false + +[configuration] +disabled = true + +[[depends-on]] +muntsos_dev_ctng_aarch64 = "*" + +[[actions]] +type = "post-fetch" +command = ["sh", "-c", "./postfetch"] + +[origin] +hashes = [ +"sha256:3744e9d09f755f08b321c1dedac6a31c414d9b8ed8cca2f70bdd55ad0e185e02", +"sha512:3458a43c0233773e386f394bc063c61e16b67827495cc60636662260b0f80e55673580ca4e51ecd94044273848f8a6472eebead47ee736e3de174cd5582a3067", +] +url = "http://repo.munts.com/alire/muntsos_raspberrypi4-9.0.0.tbz2" + From 9bf210d42ff136d37f72e92d0d162add1300a33f Mon Sep 17 00:00:00 2001 From: Philip Munts Date: Sat, 9 Dec 2023 14:44:07 -0800 Subject: [PATCH 9/9] muntsos_raspberrypizero2w release 9.0.0 --- .../muntsos_raspberrypizero2w-9.0.0.toml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 index/mu/muntsos_raspberrypizero2w/muntsos_raspberrypizero2w-9.0.0.toml diff --git a/index/mu/muntsos_raspberrypizero2w/muntsos_raspberrypizero2w-9.0.0.toml b/index/mu/muntsos_raspberrypizero2w/muntsos_raspberrypizero2w-9.0.0.toml new file mode 100644 index 000000000..86cbcf6df --- /dev/null +++ b/index/mu/muntsos_raspberrypizero2w/muntsos_raspberrypizero2w-9.0.0.toml @@ -0,0 +1,33 @@ +name = "muntsos_raspberrypizero2w" +description = "MuntsOS Embedded Linux support for RaspberryPiZero2W targets" +tags = ["muntsos", "embedded", "linux", "arm64", "raspberrypi3"] +version = "9.0.0" +website = "https://github.com/pmunts/muntsos" + +authors = ["Philip Munts"] +maintainers = ["Philip Munts "] +maintainers-logins = ["pmunts"] + +project-files = ["aws.gpr", "libsimpleio.gpr"] + +[available."case(os)"] +"linux" = true +"..." = false + +[configuration] +disabled = true + +[[depends-on]] +muntsos_dev_ctng_aarch64 = "*" + +[[actions]] +type = "post-fetch" +command = ["sh", "-c", "./postfetch"] + +[origin] +hashes = [ +"sha256:041cd94555b6b7fa2f4f5cd3e81d6910c17df506b35492cdd155ddf08b96c163", +"sha512:453038e5d308cbcf26e428c20d9f3634bd46d0c12738a07ca9c4fd1275e267d4853e8c3e4cabd5648aa809d820f52affa1e8c4b77c7e287307a857ecde494fe4", +] +url = "http://repo.munts.com/alire/muntsos_raspberrypizero2w-9.0.0.tbz2" +