* [PATCH] busybox: Add flock utility to default configuration.
@ 2012-02-02 20:21 Peter Tworek
2012-02-03 17:46 ` Paul Menzel
2012-02-08 4:02 ` Saul Wold
0 siblings, 2 replies; 4+ messages in thread
From: Peter Tworek @ 2012-02-02 20:21 UTC (permalink / raw)
To: openembedded-core
Flock is required by by pm-utils package to function properly
(/usr/lib/pm-utils/functions). It's shipped in both busybox and
util-linux. Both versions work fine with pm-utils. Enabling it
in busybox seems like simpliest solution for the problem.
Signed-off-by: Peter Tworek <tworaz666@gmail.com>
---
meta/recipes-core/busybox/busybox-1.19.3/defconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
index b474ad4..fa9c078 100644
--- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig
+++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
@@ -540,7 +540,7 @@ CONFIG_FEATURE_FDISK_WRITABLE=y
# CONFIG_FEATURE_GPT_LABEL is not set
# CONFIG_FEATURE_FDISK_ADVANCED is not set
# CONFIG_FINDFS is not set
-# CONFIG_FLOCK is not set
+CONFIG_FLOCK=y
# CONFIG_FREERAMDISK is not set
CONFIG_FSCK_MINIX=y
# CONFIG_MKFS_EXT2 is not set
--
1.7.3.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] busybox: Add flock utility to default configuration.
2012-02-02 20:21 [PATCH] busybox: Add flock utility to default configuration Peter Tworek
@ 2012-02-03 17:46 ` Paul Menzel
2012-02-03 23:55 ` Peter Tworek
2012-02-08 4:02 ` Saul Wold
1 sibling, 1 reply; 4+ messages in thread
From: Paul Menzel @ 2012-02-03 17:46 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1377 bytes --]
Am Donnerstag, den 02.02.2012, 21:21 +0100 schrieb Peter Tworek:
> Flock is required by by pm-utils package to function properly
One »by« too much.
> (/usr/lib/pm-utils/functions). It's shipped in both busybox and
> util-linux. Both versions work fine with pm-utils. Enabling it
> in busybox seems like simpliest solution for the problem.
simplest
> Signed-off-by: Peter Tworek <tworaz666@gmail.com>
> ---
> meta/recipes-core/busybox/busybox-1.19.3/defconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
> index b474ad4..fa9c078 100644
> --- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig
> +++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
> @@ -540,7 +540,7 @@ CONFIG_FEATURE_FDISK_WRITABLE=y
> # CONFIG_FEATURE_GPT_LABEL is not set
> # CONFIG_FEATURE_FDISK_ADVANCED is not set
> # CONFIG_FINDFS is not set
> -# CONFIG_FLOCK is not set
> +CONFIG_FLOCK=y
> # CONFIG_FREERAMDISK is not set
> CONFIG_FSCK_MINIX=y
> # CONFIG_MKFS_EXT2 is not set
People are always interested in the size changes of the package when
such programs are added to the default configuration. Do you have such
numbers?
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Thanks,
Paul
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] busybox: Add flock utility to default configuration.
2012-02-03 17:46 ` Paul Menzel
@ 2012-02-03 23:55 ` Peter Tworek
0 siblings, 0 replies; 4+ messages in thread
From: Peter Tworek @ 2012-02-03 23:55 UTC (permalink / raw)
To: Paul Menzel; +Cc: openembedded-core
On 02/03/2012 06:46 PM, Paul Menzel wrote:
> Am Donnerstag, den 02.02.2012, 21:21 +0100 schrieb Peter Tworek:
>> Flock is required by by pm-utils package to function properly
> One »by« too much.
Fixed in v2, thanks.
>
>> (/usr/lib/pm-utils/functions). It's shipped in both busybox and
>> util-linux. Both versions work fine with pm-utils. Enabling it
>> in busybox seems like simpliest solution for the problem.
> simplest
Thanks, fixed in v2.
>
>> Signed-off-by: Peter Tworek<tworaz666@gmail.com>
>> ---
>> meta/recipes-core/busybox/busybox-1.19.3/defconfig | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
>> index b474ad4..fa9c078 100644
>> --- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig
>> +++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
>> @@ -540,7 +540,7 @@ CONFIG_FEATURE_FDISK_WRITABLE=y
>> # CONFIG_FEATURE_GPT_LABEL is not set
>> # CONFIG_FEATURE_FDISK_ADVANCED is not set
>> # CONFIG_FINDFS is not set
>> -# CONFIG_FLOCK is not set
>> +CONFIG_FLOCK=y
>> # CONFIG_FREERAMDISK is not set
>> CONFIG_FSCK_MINIX=y
>> # CONFIG_MKFS_EXT2 is not set
> People are always interested in the size changes of the package when
> such programs are added to the default configuration. Do you have such
> numbers?
Added some data to v2. On armv5t it makes busybox binary larger by ~2.8k
>
> Reviewed-by: Paul Menzel<paulepanter@users.sourceforge.net>
>
>
> Thanks,
>
> Paul
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] busybox: Add flock utility to default configuration.
2012-02-02 20:21 [PATCH] busybox: Add flock utility to default configuration Peter Tworek
2012-02-03 17:46 ` Paul Menzel
@ 2012-02-08 4:02 ` Saul Wold
1 sibling, 0 replies; 4+ messages in thread
From: Saul Wold @ 2012-02-08 4:02 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 02/02/2012 12:21 PM, Peter Tworek wrote:
> Flock is required by by pm-utils package to function properly
> (/usr/lib/pm-utils/functions). It's shipped in both busybox and
> util-linux. Both versions work fine with pm-utils. Enabling it
> in busybox seems like simpliest solution for the problem.
>
> Signed-off-by: Peter Tworek<tworaz666@gmail.com>
> ---
> meta/recipes-core/busybox/busybox-1.19.3/defconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
> index b474ad4..fa9c078 100644
> --- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig
> +++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
> @@ -540,7 +540,7 @@ CONFIG_FEATURE_FDISK_WRITABLE=y
> # CONFIG_FEATURE_GPT_LABEL is not set
> # CONFIG_FEATURE_FDISK_ADVANCED is not set
> # CONFIG_FINDFS is not set
> -# CONFIG_FLOCK is not set
> +CONFIG_FLOCK=y
> # CONFIG_FREERAMDISK is not set
> CONFIG_FSCK_MINIX=y
> # CONFIG_MKFS_EXT2 is not set
Merged this one into OE-core, missed the v2 version with updated comment
Sorry and Thanks
Sau!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-02-08 4:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02 20:21 [PATCH] busybox: Add flock utility to default configuration Peter Tworek
2012-02-03 17:46 ` Paul Menzel
2012-02-03 23:55 ` Peter Tworek
2012-02-08 4:02 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox