* [Buildroot] [PATCH 1/1] package/util-linux: add a host variant
@ 2014-02-02 17:22 Danomi Manchego
2014-02-04 10:16 ` Arnout Vandecappelle
0 siblings, 1 reply; 3+ messages in thread
From: Danomi Manchego @ 2014-02-02 17:22 UTC (permalink / raw)
To: buildroot
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
This was useful to us, to get reproducable versions of host
utils for post-build scripts - so maybe it will be useful
to others as well.
---
package/Config.in.host | 1 +
package/util-linux/Config.in.host | 8 ++++++++
2 files changed, 9 insertions(+)
create mode 100644 package/util-linux/Config.in.host
diff --git a/package/Config.in.host b/package/Config.in.host
index 34e84bf..41c0071 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -14,5 +14,6 @@ source "package/parted/Config.in.host"
source "package/sam-ba/Config.in.host"
source "package/sunxi-tools/Config.in.host"
source "package/uboot-tools/Config.in.host"
+source "package/util-linux/Config.in.host"
endmenu
diff --git a/package/util-linux/Config.in.host b/package/util-linux/Config.in.host
new file mode 100644
index 0000000..f73dc43
--- /dev/null
+++ b/package/util-linux/Config.in.host
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_HOST_UTIL_LINUX
+ bool "host util-linux"
+ help
+ Various useful/essential linux libraries and utilities.
+
+ Things like mkfs, mkswap, swapon, fdisk, mount, dmesg, etc...
+
+ http://www.kernel.org/pub/linux/utils/util-linux/
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/util-linux: add a host variant
2014-02-02 17:22 [Buildroot] [PATCH 1/1] package/util-linux: add a host variant Danomi Manchego
@ 2014-02-04 10:16 ` Arnout Vandecappelle
2014-02-04 10:22 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Arnout Vandecappelle @ 2014-02-04 10:16 UTC (permalink / raw)
To: buildroot
On 02/02/14 18:22, Danomi Manchego wrote:
> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
>
> ---
>
> This was useful to us, to get reproducable versions of host
> utils for post-build scripts - so maybe it will be useful
> to others as well.
> ---
> package/Config.in.host | 1 +
> package/util-linux/Config.in.host | 8 ++++++++
> 2 files changed, 9 insertions(+)
> create mode 100644 package/util-linux/Config.in.host
>
> diff --git a/package/Config.in.host b/package/Config.in.host
> index 34e84bf..41c0071 100644
> --- a/package/Config.in.host
> +++ b/package/Config.in.host
> @@ -14,5 +14,6 @@ source "package/parted/Config.in.host"
> source "package/sam-ba/Config.in.host"
> source "package/sunxi-tools/Config.in.host"
> source "package/uboot-tools/Config.in.host"
> +source "package/util-linux/Config.in.host"
>
> endmenu
> diff --git a/package/util-linux/Config.in.host b/package/util-linux/Config.in.host
> new file mode 100644
> index 0000000..f73dc43
> --- /dev/null
> +++ b/package/util-linux/Config.in.host
> @@ -0,0 +1,8 @@
> +config BR2_PACKAGE_HOST_UTIL_LINUX
> + bool "host util-linux"
> + help
> + Various useful/essential linux libraries and utilities.
> +
> + Things like mkfs, mkswap, swapon, fdisk, mount, dmesg, etc...
> +
> + http://www.kernel.org/pub/linux/utils/util-linux/
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/util-linux: add a host variant
2014-02-04 10:16 ` Arnout Vandecappelle
@ 2014-02-04 10:22 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2014-02-04 10:22 UTC (permalink / raw)
To: buildroot
>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:
> On 02/02/14 18:22, Danomi Manchego wrote:
>> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-04 10:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-02 17:22 [Buildroot] [PATCH 1/1] package/util-linux: add a host variant Danomi Manchego
2014-02-04 10:16 ` Arnout Vandecappelle
2014-02-04 10:22 ` Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.