Skip to content

Commit

Permalink
add rootfs-additions to package files
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord authored and fhunleth committed May 15, 2016
1 parent a38e2f3 commit b8d9c16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule NervesSystemRpi3.Mixfile do

defp package do
[maintainers: ["Frank Hunleth", "Justin Schneck"],
files: ["LICENSE", "mix.exs", "nerves_defconfig", "nerves.exs", "README.md", "VERSION"],
files: ["LICENSE", "mix.exs", "nerves_defconfig", "nerves.exs", "README.md", "VERSION", "rootfs-additions"],
licenses: ["Apache 2.0"],
links: %{"Github" => "https://github.com/nerves-project/nerves_system_rpi3"}]
end
Expand Down
5 changes: 4 additions & 1 deletion nerves.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ config :nerves_system_rpi3, :nerves_env,
"https://github.com/nerves-project/nerves_system_rpi3/releases/download/v#{version}/nerves_system_rpi3-v#{version}.tar.gz"],
build_platform: Nerves.System.Platforms.BR,
build_config: [
defconfig: "nerves_defconfig"
defconfig: "nerves_defconfig",
package_files: [
"rootfs-additions"
]
]

0 comments on commit b8d9c16

Please sign in to comment.