Skip to content

Commit

Permalink
Merge pull request #7 from nerves-project/v0.8.0
Browse files Browse the repository at this point in the history
V0.8.0
  • Loading branch information
mobileoverlord authored Dec 13, 2016
2 parents 473e1e5 + a187118 commit ebbfde4
Show file tree
Hide file tree
Showing 34 changed files with 91 additions and 119 deletions.
2 changes: 1 addition & 1 deletion nerves_toolchain_aarch64_unknown_linux_gnueabi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0-rc.0
0.8.0
4 changes: 2 additions & 2 deletions nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ defmodule NervesToolchainAarch64UnknownLinuxGnueabi.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, "~> 0.4.0-rc.0"},
{:nerves_toolchain_ctng, "~> 0.7"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
13 changes: 3 additions & 10 deletions nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
%{"bbmustache": {:hex, :bbmustache, "1.0.4", "7ba94f971c5afd7b6617918a4bb74705e36cab36eb84b19b6a1b7ee06427aa38", [:rebar], []},
"cf": {:hex, :cf, "0.2.1", "69d0b1349fd4d7d4dc55b7f407d29d7a840bf9a1ef5af529f1ebe0ce153fc2ab", [:rebar3], []},
"erlware_commons": {:hex, :erlware_commons, "0.21.0", "a04433071ad7d112edefc75ac77719dd3e6753e697ac09428fc83d7564b80b15", [:rebar3], [{:cf, "0.2.1", [hex: :cf, optional: false]}]},
"exrm": {:hex, :exrm, "1.0.8", "5aa8990cdfe300282828b02cefdc339e235f7916388ce99f9a1f926a9271a45d", [:mix], [{:relx, "~> 3.5", [hex: :relx, optional: false]}]},
"getopt": {:hex, :getopt, "0.8.2", "b17556db683000ba50370b16c0619df1337e7af7ecbf7d64fbf8d1d6bce3109b", [:rebar], []},
"nerves": {:hex, :nerves, "0.4.0-rc.0", "c5e6ef352d885d4f5754bc5d0ab5e1dfc7300a64104f5d6a24196cc3bc5d4189", [:mix], [{:exrm, "~> 1.0.6", [hex: :exrm, optional: false]}]},
"nerves_toolchain": {:hex, :nerves_toolchain, "0.7.1", "164f5fcf07f717d5e8f918965ea043c860b75065768c93a726f763498a7d8792", [:mix], []},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.7.1", "6f46b1591b23d1a017347f8cd9962c24775b2a6fde4e2f2b5251439efef8d6a4", [:mix], []},
"providers": {:hex, :providers, "1.6.0", "db0e2f9043ae60c0155205fcd238d68516331d0e5146155e33d1e79dc452964a", [:rebar3], [{:getopt, "0.8.2", [hex: :getopt, optional: false]}]},
"relx": {:hex, :relx, "3.21.1", "f989dc520730efd9075e9f4debcb8ba1d7d1e86b018b0bcf45a2eb80270b4ad6", [:rebar3], [{:bbmustache, "1.0.4", [hex: :bbmustache, optional: false]}, {:cf, "0.2.1", [hex: :cf, optional: false]}, {:erlware_commons, "0.21.0", [hex: :erlware_commons, optional: false]}, {:getopt, "0.8.2", [hex: :getopt, optional: false]}, {:providers, "1.6.0", [hex: :providers, optional: false]}]}}
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:hex, :nerves, "0.4.0", "ea9f281f84573d3a3b060dbc1135bdcf6304cb87a23b7509187b949bfe1d9a52", [:mix], [{:distillery, "~> 1.0.0", [hex: :distillery, optional: false]}]},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0", "6dff7ed51e1711c5f4da3d559bc528a8265e3dd950dda95f4d6832aed9dbe320", [:mix], []}}
10 changes: 7 additions & 3 deletions nerves_toolchain_aarch64_unknown_linux_gnueabi/nerves.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ version =
|> File.read!
|> String.strip

package = :nerves_toolchain_aarch64_unknown_linux_gnueabi
app = :nerves_toolchain_aarch64_unknown_linux_gnueabi

config package, :nerves_env,
config app, :nerves_env,
type: :toolchain,
version: version,
compiler: :nerves_package,
platform: Nerves.Toolchain.CTNG,
target_tuple: :aarch64_unknown_linux_gnueabi,
artifact_url: [
"https://github.com/nerves-project/toolchains/releases/download/v#{version}/#{package}-#{version}.#{Nerves.Env.host_platform}-#{Nerves.Env.host_arch}.tar.xz"
"https://github.com/nerves-project/toolchains/releases/download/v#{version}/#{app}-#{version}.#{Nerves.Env.host_platform}-#{Nerves.Env.host_arch}.tar.xz"
],
checksum: [
"defconfig",
"VERSION"
]
2 changes: 1 addition & 1 deletion nerves_toolchain_arm_unknown_linux_gnueabi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0-rc.0
0.8.0
4 changes: 2 additions & 2 deletions nerves_toolchain_arm_unknown_linux_gnueabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ defmodule NervesToolchainArmUnknownLinuxGnueabi.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, "~> 0.4.0-rc.0"},
{:nerves_toolchain_ctng, "~> 0.7"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
20 changes: 3 additions & 17 deletions nerves_toolchain_arm_unknown_linux_gnueabi/mix.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
%{"bbmustache": {:hex, :bbmustache, "1.0.4", "7ba94f971c5afd7b6617918a4bb74705e36cab36eb84b19b6a1b7ee06427aa38", [:rebar], []},
"certifi": {:hex, :certifi, "0.4.0", "a7966efb868b179023618d29a407548f70c52466bf1849b9e8ebd0e34b7ea11f", [:rebar3], []},
"cf": {:hex, :cf, "0.2.1", "69d0b1349fd4d7d4dc55b7f407d29d7a840bf9a1ef5af529f1ebe0ce153fc2ab", [:rebar3], []},
"erlware_commons": {:hex, :erlware_commons, "0.21.0", "a04433071ad7d112edefc75ac77719dd3e6753e697ac09428fc83d7564b80b15", [:rebar3], [{:cf, "0.2.1", [hex: :cf, optional: false]}]},
"exrm": {:hex, :exrm, "1.0.8", "5aa8990cdfe300282828b02cefdc339e235f7916388ce99f9a1f926a9271a45d", [:mix], [{:relx, "~> 3.5", [hex: :relx, optional: false]}]},
"getopt": {:hex, :getopt, "0.8.2", "b17556db683000ba50370b16c0619df1337e7af7ecbf7d64fbf8d1d6bce3109b", [:rebar], []},
"hackney": {:hex, :hackney, "1.6.0", "8d1e9440c9edf23bf5e5e2fe0c71de03eb265103b72901337394c840eec679ac", [:rebar3], [{:certifi, "0.4.0", [hex: :certifi, optional: false]}, {:idna, "1.2.0", [hex: :idna, optional: false]}, {:metrics, "1.0.1", [hex: :metrics, optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, optional: false]}, {:ssl_verify_fun, "1.1.0", [hex: :ssl_verify_fun, optional: false]}]},
"httpoison": {:hex, :httpoison, "0.8.3", "b675a3fdc839a0b8d7a285c6b3747d6d596ae70b6ccb762233a990d7289ccae4", [:mix], [{:hackney, "~> 1.6.0", [hex: :hackney, optional: false]}]},
"idna": {:hex, :idna, "1.2.0", "ac62ee99da068f43c50dc69acf700e03a62a348360126260e87f2b54eced86b2", [:rebar3], []},
"metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], []},
"mimerl": {:hex, :mimerl, "1.0.2", "993f9b0e084083405ed8252b99460c4f0563e41729ab42d9074fd5e52439be88", [:rebar3], []},
"nerves": {:hex, :nerves, "0.4.0-rc.0", "c5e6ef352d885d4f5754bc5d0ab5e1dfc7300a64104f5d6a24196cc3bc5d4189", [:mix], [{:exrm, "~> 1.0.6", [hex: :exrm, optional: false]}]},
"nerves_toolchain": {:hex, :nerves_toolchain, "0.7.1", "164f5fcf07f717d5e8f918965ea043c860b75065768c93a726f763498a7d8792", [:mix], []},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.7.1", "6f46b1591b23d1a017347f8cd9962c24775b2a6fde4e2f2b5251439efef8d6a4", [], []},
"providers": {:hex, :providers, "1.6.0", "db0e2f9043ae60c0155205fcd238d68516331d0e5146155e33d1e79dc452964a", [:rebar3], [{:getopt, "0.8.2", [hex: :getopt, optional: false]}]},
"relx": {:hex, :relx, "3.21.1", "f989dc520730efd9075e9f4debcb8ba1d7d1e86b018b0bcf45a2eb80270b4ad6", [:rebar3], [{:bbmustache, "1.0.4", [hex: :bbmustache, optional: false]}, {:cf, "0.2.1", [hex: :cf, optional: false]}, {:erlware_commons, "0.21.0", [hex: :erlware_commons, optional: false]}, {:getopt, "0.8.2", [hex: :getopt, optional: false]}, {:providers, "1.6.0", [hex: :providers, optional: false]}]},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.0", "edee20847c42e379bf91261db474ffbe373f8acb56e9079acb6038d4e0bf414f", [:rebar, :make], []}}
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:git, "https://github.com/nerves-project/nerves.git", "ab5b1091a082cd5d6aa79db229eff45d1b5e8665", []},
"nerves_toolchain_ctng": {:git, "https://github.com/nerves-project/toolchains.git", "473e1e5890bbf627e0df4c217225eecb34ca0eb7", [sparse: "nerves_toolchain_ctng"]}}
10 changes: 7 additions & 3 deletions nerves_toolchain_arm_unknown_linux_gnueabi/nerves.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ version =
|> File.read!
|> String.strip

package = :nerves_toolchain_arm_unknown_linux_gnueabi
app = :nerves_toolchain_arm_unknown_linux_gnueabi

config package, :nerves_env,
config app, :nerves_env,
type: :toolchain,
version: version,
compiler: :nerves_package,
platform: Nerves.Toolchain.CTNG,
target_tuple: :arm_unknown_linux_gnueabi,
artifact_url: [
"https://github.com/nerves-project/toolchains/releases/download/v#{version}/#{package}-#{version}.#{Nerves.Env.host_platform}-#{Nerves.Env.host_arch}.tar.xz"
"https://github.com/nerves-project/toolchains/releases/download/v#{version}/#{app}-#{version}.#{Nerves.Env.host_platform}-#{Nerves.Env.host_arch}.tar.xz"
],
checksum: [
"defconfig",
"VERSION"
]
2 changes: 1 addition & 1 deletion nerves_toolchain_arm_unknown_linux_gnueabihf/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0-rc.0
0.8.0
4 changes: 2 additions & 2 deletions nerves_toolchain_arm_unknown_linux_gnueabihf/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ defmodule NervesToolchainArmUnknownLinuxGnueabihf.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, "~> 0.4.0-rc.0"},
{:nerves_toolchain_ctng, "~> 0.8.0-rc.0"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
13 changes: 3 additions & 10 deletions nerves_toolchain_arm_unknown_linux_gnueabihf/mix.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
%{"bbmustache": {:hex, :bbmustache, "1.0.4", "7ba94f971c5afd7b6617918a4bb74705e36cab36eb84b19b6a1b7ee06427aa38", [:rebar], []},
"cf": {:hex, :cf, "0.2.1", "69d0b1349fd4d7d4dc55b7f407d29d7a840bf9a1ef5af529f1ebe0ce153fc2ab", [:rebar3], []},
"erlware_commons": {:hex, :erlware_commons, "0.21.0", "a04433071ad7d112edefc75ac77719dd3e6753e697ac09428fc83d7564b80b15", [:rebar3], [{:cf, "0.2.1", [hex: :cf, optional: false]}]},
"exrm": {:hex, :exrm, "1.0.8", "5aa8990cdfe300282828b02cefdc339e235f7916388ce99f9a1f926a9271a45d", [:mix], [{:relx, "~> 3.5", [hex: :relx, optional: false]}]},
"getopt": {:hex, :getopt, "0.8.2", "b17556db683000ba50370b16c0619df1337e7af7ecbf7d64fbf8d1d6bce3109b", [:rebar], []},
"nerves": {:hex, :nerves, "0.4.0-rc.0", "c5e6ef352d885d4f5754bc5d0ab5e1dfc7300a64104f5d6a24196cc3bc5d4189", [:mix], [{:exrm, "~> 1.0.6", [hex: :exrm, optional: false]}]},
"nerves_toolchain": {:hex, :nerves_toolchain, "0.7.1", "164f5fcf07f717d5e8f918965ea043c860b75065768c93a726f763498a7d8792", [:mix], []},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0-rc.0", "ffdfd5410e2c153ca1ec49a27fb736bcd123e318feb0ad3e4361dae164aca69f", [:mix], []},
"providers": {:hex, :providers, "1.6.0", "db0e2f9043ae60c0155205fcd238d68516331d0e5146155e33d1e79dc452964a", [:rebar3], [{:getopt, "0.8.2", [hex: :getopt, optional: false]}]},
"relx": {:hex, :relx, "3.21.1", "f989dc520730efd9075e9f4debcb8ba1d7d1e86b018b0bcf45a2eb80270b4ad6", [:rebar3], [{:bbmustache, "1.0.4", [hex: :bbmustache, optional: false]}, {:cf, "0.2.1", [hex: :cf, optional: false]}, {:erlware_commons, "0.21.0", [hex: :erlware_commons, optional: false]}, {:getopt, "0.8.2", [hex: :getopt, optional: false]}, {:providers, "1.6.0", [hex: :providers, optional: false]}]}}
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:hex, :nerves, "0.4.0", "ea9f281f84573d3a3b060dbc1135bdcf6304cb87a23b7509187b949bfe1d9a52", [:mix], [{:distillery, "~> 1.0.0", [hex: :distillery, optional: false]}]},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0", "6dff7ed51e1711c5f4da3d559bc528a8265e3dd950dda95f4d6832aed9dbe320", [:mix], []}}
4 changes: 4 additions & 0 deletions nerves_toolchain_arm_unknown_linux_gnueabihf/nerves.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ config app, :nerves_env,
target_tuple: :arm_unknown_linux_gnueabihf,
artifact_url: [
"https://github.com/nerves-project/toolchains/releases/download/v#{version}/#{app}-#{version}.#{Nerves.Env.host_platform}-#{Nerves.Env.host_arch}.tar.xz"
],
checksum: [
"defconfig",
"VERSION"
]
2 changes: 1 addition & 1 deletion nerves_toolchain_armv5tejl_unknown_linux_musleabi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0-rc.0
0.8.0
4 changes: 2 additions & 2 deletions nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ defmodule NervesToolchainArmv5tejlUnknownLinuxMusleabi.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, "~> 0.4.0-rc.0"},
{:nerves_toolchain_ctng, "~> 0.8.0-rc.0"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
13 changes: 3 additions & 10 deletions nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
%{"bbmustache": {:hex, :bbmustache, "1.0.4", "7ba94f971c5afd7b6617918a4bb74705e36cab36eb84b19b6a1b7ee06427aa38", [], []},
"cf": {:hex, :cf, "0.2.1", "69d0b1349fd4d7d4dc55b7f407d29d7a840bf9a1ef5af529f1ebe0ce153fc2ab", [], []},
"erlware_commons": {:hex, :erlware_commons, "0.21.0", "a04433071ad7d112edefc75ac77719dd3e6753e697ac09428fc83d7564b80b15", [], [{:cf, "0.2.1", [hex: :cf, optional: false]}]},
"exrm": {:hex, :exrm, "1.0.8", "5aa8990cdfe300282828b02cefdc339e235f7916388ce99f9a1f926a9271a45d", [], [{:relx, "~> 3.5", [hex: :relx, optional: false]}]},
"getopt": {:hex, :getopt, "0.8.2", "b17556db683000ba50370b16c0619df1337e7af7ecbf7d64fbf8d1d6bce3109b", [], []},
"nerves": {:hex, :nerves, "0.4.0-rc.0", "c5e6ef352d885d4f5754bc5d0ab5e1dfc7300a64104f5d6a24196cc3bc5d4189", [:mix], [{:exrm, "~> 1.0.6", [hex: :exrm, optional: false]}]},
"nerves_toolchain": {:hex, :nerves_toolchain, "0.7.1", "164f5fcf07f717d5e8f918965ea043c860b75065768c93a726f763498a7d8792", [:mix], []},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0-rc.0", "ffdfd5410e2c153ca1ec49a27fb736bcd123e318feb0ad3e4361dae164aca69f", [:mix], []},
"providers": {:hex, :providers, "1.6.0", "db0e2f9043ae60c0155205fcd238d68516331d0e5146155e33d1e79dc452964a", [], [{:getopt, "0.8.2", [hex: :getopt, optional: false]}]},
"relx": {:hex, :relx, "3.21.1", "f989dc520730efd9075e9f4debcb8ba1d7d1e86b018b0bcf45a2eb80270b4ad6", [:rebar3], [{:bbmustache, "1.0.4", [hex: :bbmustache, optional: false]}, {:cf, "0.2.1", [hex: :cf, optional: false]}, {:erlware_commons, "0.21.0", [hex: :erlware_commons, optional: false]}, {:getopt, "0.8.2", [hex: :getopt, optional: false]}, {:providers, "1.6.0", [hex: :providers, optional: false]}]}}
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:hex, :nerves, "0.4.0", "ea9f281f84573d3a3b060dbc1135bdcf6304cb87a23b7509187b949bfe1d9a52", [:mix], [{:distillery, "~> 1.0.0", [hex: :distillery, optional: false]}]},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0", "6dff7ed51e1711c5f4da3d559bc528a8265e3dd950dda95f4d6832aed9dbe320", [:mix], []}}
4 changes: 4 additions & 0 deletions nerves_toolchain_armv5tejl_unknown_linux_musleabi/nerves.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ config app, :nerves_env,
target_tuple: :armv5tejl_unknown_linux_musleabi,
artifact_url: [
"https://github.com/nerves-project/toolchains/releases/download/v#{version}/#{app}-#{version}.#{Nerves.Env.host_platform}-#{Nerves.Env.host_arch}.tar.xz"
],
checksum: [
"defconfig",
"VERSION"
]
2 changes: 1 addition & 1 deletion nerves_toolchain_armv6_rpi_linux_gnueabi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0-rc.0
0.8.0
4 changes: 2 additions & 2 deletions nerves_toolchain_armv6_rpi_linux_gnueabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ defmodule NervesToolchainArmv6RpiLinuxGnueabi.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, "~> 0.4.0-rc.0"},
{:nerves_toolchain_ctng, "~> 0.8.0-rc.0"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
13 changes: 3 additions & 10 deletions nerves_toolchain_armv6_rpi_linux_gnueabi/mix.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
%{"bbmustache": {:hex, :bbmustache, "1.0.4", "7ba94f971c5afd7b6617918a4bb74705e36cab36eb84b19b6a1b7ee06427aa38", [:rebar], []},
"cf": {:hex, :cf, "0.2.1", "69d0b1349fd4d7d4dc55b7f407d29d7a840bf9a1ef5af529f1ebe0ce153fc2ab", [:rebar3], []},
"erlware_commons": {:hex, :erlware_commons, "0.21.0", "a04433071ad7d112edefc75ac77719dd3e6753e697ac09428fc83d7564b80b15", [:rebar3], [{:cf, "0.2.1", [hex: :cf, optional: false]}]},
"exrm": {:hex, :exrm, "1.0.8", "5aa8990cdfe300282828b02cefdc339e235f7916388ce99f9a1f926a9271a45d", [:mix], [{:relx, "~> 3.5", [hex: :relx, optional: false]}]},
"getopt": {:hex, :getopt, "0.8.2", "b17556db683000ba50370b16c0619df1337e7af7ecbf7d64fbf8d1d6bce3109b", [:rebar], []},
"nerves": {:hex, :nerves, "0.4.0-rc.0", "c5e6ef352d885d4f5754bc5d0ab5e1dfc7300a64104f5d6a24196cc3bc5d4189", [:mix], [{:exrm, "~> 1.0.6", [hex: :exrm, optional: false]}]},
"nerves_toolchain": {:hex, :nerves_toolchain, "0.7.0", "dd3e6c49b39019116375b897fdeafd9b71cb22d396b116251c9db0910d677f4d", [:mix], []},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0-rc.0", "ffdfd5410e2c153ca1ec49a27fb736bcd123e318feb0ad3e4361dae164aca69f", [:mix], []},
"providers": {:hex, :providers, "1.6.0", "db0e2f9043ae60c0155205fcd238d68516331d0e5146155e33d1e79dc452964a", [:rebar3], [{:getopt, "0.8.2", [hex: :getopt, optional: false]}]},
"relx": {:hex, :relx, "3.21.1", "f989dc520730efd9075e9f4debcb8ba1d7d1e86b018b0bcf45a2eb80270b4ad6", [:rebar3], [{:bbmustache, "1.0.4", [hex: :bbmustache, optional: false]}, {:cf, "0.2.1", [hex: :cf, optional: false]}, {:erlware_commons, "0.21.0", [hex: :erlware_commons, optional: false]}, {:getopt, "0.8.2", [hex: :getopt, optional: false]}, {:providers, "1.6.0", [hex: :providers, optional: false]}]}}
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:hex, :nerves, "0.4.0", "ea9f281f84573d3a3b060dbc1135bdcf6304cb87a23b7509187b949bfe1d9a52", [:mix], [{:distillery, "~> 1.0.0", [hex: :distillery, optional: false]}]},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0", "6dff7ed51e1711c5f4da3d559bc528a8265e3dd950dda95f4d6832aed9dbe320", [:mix], []}}
4 changes: 4 additions & 0 deletions nerves_toolchain_armv6_rpi_linux_gnueabi/nerves.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ config app, :nerves_env,
target_tuple: :armv6_rpi_linux_musl,
artifact_url: [
"https://github.com/nerves-project/toolchains/releases/download/v#{version}/#{app}-#{version}.#{Nerves.Env.host_platform}-#{Nerves.Env.host_arch}.tar.xz"
],
checksum: [
"defconfig",
"VERSION"
]
5 changes: 4 additions & 1 deletion nerves_toolchain_ctng/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.8.0
* Enhancements
* Support for package compiler

## v0.6.3

* New features
Expand Down Expand Up @@ -69,4 +73,3 @@ warnings when host/target Erlang and Elixir versions do not match.

* New features
* Raspberry Pi A+/B+ crosscompiler (armv6)

2 changes: 1 addition & 1 deletion nerves_toolchain_ctng/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0-rc.0
0.8.0
2 changes: 1 addition & 1 deletion nerves_toolchain_i586_unknown_linux_gnu/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0-rc.0
0.8.0
4 changes: 2 additions & 2 deletions nerves_toolchain_i586_unknown_linux_gnu/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ defmodule NervesToolchainI586UnknownLinuxGnu.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, "~> 0.4.0-rc.0"},
{:nerves_toolchain_ctng, "~> 0.8.0-rc.0"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
13 changes: 3 additions & 10 deletions nerves_toolchain_i586_unknown_linux_gnu/mix.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
%{"bbmustache": {:hex, :bbmustache, "1.0.4", "7ba94f971c5afd7b6617918a4bb74705e36cab36eb84b19b6a1b7ee06427aa38", [:rebar], []},
"cf": {:hex, :cf, "0.2.1", "69d0b1349fd4d7d4dc55b7f407d29d7a840bf9a1ef5af529f1ebe0ce153fc2ab", [:rebar3], []},
"erlware_commons": {:hex, :erlware_commons, "0.21.0", "a04433071ad7d112edefc75ac77719dd3e6753e697ac09428fc83d7564b80b15", [:rebar3], [{:cf, "0.2.1", [hex: :cf, optional: false]}]},
"exrm": {:hex, :exrm, "1.0.8", "5aa8990cdfe300282828b02cefdc339e235f7916388ce99f9a1f926a9271a45d", [:mix], [{:relx, "~> 3.5", [hex: :relx, optional: false]}]},
"getopt": {:hex, :getopt, "0.8.2", "b17556db683000ba50370b16c0619df1337e7af7ecbf7d64fbf8d1d6bce3109b", [:rebar], []},
"nerves": {:hex, :nerves, "0.4.0-rc.0", "c5e6ef352d885d4f5754bc5d0ab5e1dfc7300a64104f5d6a24196cc3bc5d4189", [:mix], [{:exrm, "~> 1.0.6", [hex: :exrm, optional: false]}]},
"nerves_toolchain": {:hex, :nerves_toolchain, "0.7.0", "dd3e6c49b39019116375b897fdeafd9b71cb22d396b116251c9db0910d677f4d", [:mix], []},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0-rc.0", "ffdfd5410e2c153ca1ec49a27fb736bcd123e318feb0ad3e4361dae164aca69f", [:mix], []},
"providers": {:hex, :providers, "1.6.0", "db0e2f9043ae60c0155205fcd238d68516331d0e5146155e33d1e79dc452964a", [:rebar3], [{:getopt, "0.8.2", [hex: :getopt, optional: false]}]},
"relx": {:hex, :relx, "3.21.1", "f989dc520730efd9075e9f4debcb8ba1d7d1e86b018b0bcf45a2eb80270b4ad6", [:rebar3], [{:bbmustache, "1.0.4", [hex: :bbmustache, optional: false]}, {:cf, "0.2.1", [hex: :cf, optional: false]}, {:erlware_commons, "0.21.0", [hex: :erlware_commons, optional: false]}, {:getopt, "0.8.2", [hex: :getopt, optional: false]}, {:providers, "1.6.0", [hex: :providers, optional: false]}]}}
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:hex, :nerves, "0.4.0", "ea9f281f84573d3a3b060dbc1135bdcf6304cb87a23b7509187b949bfe1d9a52", [:mix], [{:distillery, "~> 1.0.0", [hex: :distillery, optional: false]}]},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0", "6dff7ed51e1711c5f4da3d559bc528a8265e3dd950dda95f4d6832aed9dbe320", [:mix], []}}
4 changes: 4 additions & 0 deletions nerves_toolchain_i586_unknown_linux_gnu/nerves.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ config app, :nerves_env,
target_tuple: :i586_unknown_linux_gnu,
artifact_url: [
"https://github.com/nerves-project/toolchains/releases/download/v#{version}/#{app}-#{version}.#{Nerves.Env.host_platform}-#{Nerves.Env.host_arch}.tar.xz"
],
checksum: [
"defconfig",
"VERSION"
]
2 changes: 1 addition & 1 deletion nerves_toolchain_mipsel_unknown_linux_musl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0-rc.0
0.8.0
4 changes: 2 additions & 2 deletions nerves_toolchain_mipsel_unknown_linux_musl/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ defmodule NervesToolchainMipselUnknownLinuxMusl.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:nerves, "~> 0.4.0-rc.0"},
{:nerves_toolchain_ctng, "~> 0.8.0-rc.0"}]
[{:nerves, "~> 0.4.0"},
{:nerves_toolchain_ctng, "~> 0.8.0"}]
end

defp description do
Expand Down
Loading

0 comments on commit ebbfde4

Please sign in to comment.