[OE-core] [PATCH V4] mkefidisk: Create interactive menu for the script

2015-09-14 Thread Bruno Bottazzini
is /dev/mmcblk0. If it is a pendrive it will suggest to use /dev/sda. Signed-off-by: Bruno Bottazzini <bruno.bottazz...@intel.com> --- scripts/contrib/mkefidisk.sh | 63 1 file changed, 58 insertions(+), 5 deletions(-) diff --git a/scripts/c

[OE-core] [PATCH V4] mkefidisk: Create interactive menu for the script

2015-09-14 Thread Bruno Bottazzini
Bruno Bottazzini (1): mkefidisk: Create interactive menu for the script scripts/contrib/mkefidisk.sh | 63 1 file changed, 58 insertions(+), 5 deletions(-) -- 2.5.1 -- ___ Openembedded-core mailing list

[OE-core] [PATCH V3] mkefidisk: Create interactive menu for the script

2015-09-08 Thread Bruno Bottazzini
Differences from v2: - Removing unecessary \n as Saul Wold has suggested. Differences from v1: - Now it will show only unmounted devices as Saul Wold has suggested - Commit message changed as Saul Wold has suggested Bruno Bottazzini (1): mkefidisk: Create interactive menu for the script

[OE-core] [PATCH] mkefidisk: Create interactive menu for the script

2015-09-08 Thread Bruno Bottazzini
is /dev/mmcblk0. If it is a pendrive it will suggest to use /dev/sda. Signed-off-by: Bruno Bottazzini <bruno.bottazz...@intel.com> --- scripts/contrib/mkefidisk.sh | 63 1 file changed, 58 insertions(+), 5 deletions(-) diff --git a/scripts/c

[OE-core] [PATCH] mkefidisk: Create interactive menu for the script

2015-09-04 Thread Bruno Bottazzini
is /dev/mmcblk0. If it is a pendrive it will suggest to use /dev/sda. Signed-off-by: Bruno Bottazzini <bruno.bottazz...@intel.com> --- scripts/contrib/mkefidisk.sh | 63 1 file changed, 58 insertions(+), 5 deletions(-) diff --git a/scripts/c

[OE-core] [PATCH] mkefidisk: Create interactive menu for the script

2015-09-04 Thread Bruno Bottazzini
Differences from v1: - Now it will show only unmounted devices as Saul Wold has suggested - Commit message changed as Saul Wold has suggested Bruno Bottazzini (1): mkefidisk: Create interactive menu for the script scripts/contrib/mkefidisk.sh | 63

[OE-core] [PATCH] scripts: Create interactive menu for mkefidisk script

2015-09-01 Thread Bruno Bottazzini
is /dev/mmcblk0. If it is a pendrive it will suggest to use /dev/sda. Signed-off-by: Bruno Bottazzini <bruno.bottazz...@intel.com> --- scripts/contrib/mkefidisk.sh | 60 1 file changed, 55 insertions(+), 5 deletions(-) diff --git a/scripts/c

[OE-core] [PATCH V5 2/3] systemd: removing workaround odering journal after remote-fs.target

2015-05-13 Thread Bruno Bottazzini
This workaround is not needed in version 219 since the fix is upstreamed with: 919699ec301ea507edce4a619141ed22e789ac0d --- meta/recipes-core/systemd/systemd_219.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_219.bb

[OE-core] [PATCH V5 0/3] systemd: split modules into packages

2015-05-13 Thread Bruno Bottazzini
patch that verifies if journal-flush.service exists. It may not exists depending on package configuration that the users want to be installed or removed. Bruno Bottazzini (2): systemd: removing workaround odering journal after remote-fs.target systemd: split modules into packages Gustavo

[OE-core] [PATCH V5 1/3] dbus: split tools package.

2015-05-13 Thread Bruno Bottazzini
From: Gustavo Sverzut Barbieri gustavo.barbi...@intel.com Most tools are not required if one is launching a simple daemon. The user will be able to exclude dbus-tool and save some space in his build Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/dbus/dbus.inc

[OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-05-13 Thread Bruno Bottazzini
if one wants to launch a simple deamon, most modules are not required. He will be able to save space and exclude unwanted packages from the final image. Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/systemd/systemd_219.bb | 1071

[OE-core] [PATCH V4 1/3] dbus: split tools package.

2015-05-11 Thread Bruno Bottazzini
From: Gustavo Sverzut Barbieri gustavo.barbi...@intel.com Most tools are not required if one is launching a simple daemon. The user will be able to exclude dbus-tool and save some space in his build Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/dbus/dbus.inc

[OE-core] [PATCH V4 0/3] systemd: split modules into packages

2015-05-11 Thread Bruno Bottazzini
to be installed or removed. Bruno Bottazzini (2): systemd: removing workaround odering journal after remote-fs.target systemd: split modules into packages Gustavo Sverzut Barbieri (1): dbus: split tools package. meta/recipes-core/dbus/dbus.inc |9 +- meta/recipes-core/systemd

[OE-core] [PATCH V4 2/3] systemd: removing workaround odering journal after remote-fs.target

2015-05-11 Thread Bruno Bottazzini
This workaround is not needed in version 219 since the fix is upstreamed with: 919699ec301ea507edce4a619141ed22e789ac0d --- meta/recipes-core/systemd/systemd_219.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_219.bb

[OE-core] [PATCH V4 3/3] systemd: split modules into packages

2015-05-11 Thread Bruno Bottazzini
if one wants to launch a simple deamon, most modules are not required. He will be able to save space and exclude unwanted packages from the final image. Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/systemd/systemd_219.bb | 1084

[OE-core] [PATCH V3 2/3] systemd: Verify if journal-flush.service exists.

2015-05-07 Thread Bruno Bottazzini
If the users wants to enable networkd this file will not be generate and the installation will fail. Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/systemd/systemd_219.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH V3 0/3] systemd: split modules into packages

2015-05-07 Thread Bruno Bottazzini
EXTRA_OECONF flags to use it with PAKAGECONFIG as Anders pointed in the review. - New patch that verifies if journal-flush.service exists. It may not exists depending on package configuration that the users want to be installed or removed. Bruno Bottazzini (2): systemd: Verify if journal

[OE-core] [PATCH V3 3/3] systemd: split modules into packages

2015-05-07 Thread Bruno Bottazzini
if one wants to launch a simple deamon, most modules are not required. He will be able to save space and exclude unwanted packages from the final image. Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/systemd/systemd_219.bb | 1063

[OE-core] [PATCH V3 1/3] dbus: split tools package.

2015-05-07 Thread Bruno Bottazzini
From: Gustavo Sverzut Barbieri gustavo.barbi...@intel.com Most tools are not required if one is launching a simple daemon. The user will be able to exclude dbus-tool and save some space in his build Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/dbus/dbus.inc

[OE-core] [PATCH V2 1/3] dbus: split tools package.

2015-05-04 Thread Bruno Bottazzini
From: Gustavo Sverzut Barbieri gustavo.barbi...@intel.com Most tools are not required if one is launching a simple daemon. The user will be able to exclude dbus-tool and save some space in his build Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/dbus/dbus.inc

[OE-core] [PATCH V2 0/3] systemd and dbus: split modules into packages

2015-05-04 Thread Bruno Bottazzini
on package configuration that the users want to be installed or removed. Bruno Bottazzini (2): systemd: Verify if journal-flush.service exists. systemd: split modules into packages Gustavo Sverzut Barbieri (1): dbus: split tools package. meta/recipes-core/dbus/dbus.inc |9

[OE-core] [PATCH V2 2/3] systemd: Verify if journal-flush.service exists.

2015-05-04 Thread Bruno Bottazzini
If the users wants to enable networkd this file will not be generate and the installation will fail. Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/systemd/systemd_219.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH V2 3/3] systemd: split modules into packages

2015-05-04 Thread Bruno Bottazzini
if one wants to launch a simple deamon, most modules are not required. He will be able to save space and exclude unwanted packages from the final image. Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/systemd/systemd_219.bb | 1139

[OE-core] [PATCH 2/3] dbus: split tools package.

2015-04-22 Thread Bruno Bottazzini
From: Gustavo Sverzut Barbieri gustavo.barbi...@intel.com Most tools are not required if one is launching a simple daemon. The user will be able to exclude dbus-tool and save some space in his build Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/dbus/dbus.inc

[OE-core] [PATCH 3/3] systemd: split modules into packages

2015-04-22 Thread Bruno Bottazzini
if one wants to launch a simple deamon, most modules are not required. He will be able to save space and exclude unwanted packages from the final image. --- meta/recipes-core/systemd/systemd_219.bb | 1075 ++ 1 file changed, 943 insertions(+), 132 deletions(-) diff

[OE-core] [PATCH 1/3] systemd 219 - system 219-stable

2015-04-22 Thread Bruno Bottazzini
The upstream systemd git repo only contains the main systemd branch that progresses at a quick pace, continuously bringing both bugfixes and new features. Distributions usually prefer basing their releases on stabilized versions that receive the bugfixes but not the features. ---

[OE-core] [PATCH V2 0/3] systemd: split modules into packages

2015-04-22 Thread Bruno Bottazzini
Differences from V1: - Rebasing with master since patchset wasn't fully reviewed last time Bruno Bottazzini (2): systemd 219 - system 219-stable systemd: split modules into packages Gustavo Sverzut Barbieri (1): dbus: split tools package. meta/recipes-core/dbus/dbus.inc |9

[OE-core] [PATCH] systemd 219 - system 219-stable The upstream systemd git repo only contains the main systemd branch that progresses at a quick pace, continuously bringing both bugfixes and new feat

2015-04-15 Thread Bruno Bottazzini
Distributions usually prefer basing their releases on stabilized versions that receive the bugfixes but not the features. --- meta/recipes-core/systemd/systemd_219.bb | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_219.bb

[OE-core] [PATCH] systemd: v219 with stable fixes

2015-03-30 Thread Bruno Bottazzini
3dc731c1d270e2e143de621db9bd898299fd849d Mon Sep 17 00:00:00 2001 -From: Khem Raj raj.k...@gmail.com -Date: Fri, 20 Feb 2015 05:24:49 + -Subject: [PATCH 10/11] Make root's home directory configurable +From dd843247b6c769a3983462f7e616dc43226974a0 Mon Sep 17 00:00:00 2001 +From: Bruno Bottazzini bruno.bottazz...@intel.com

[OE-core] [PATCH v3 0/4] systemd and dbus split into packages

2015-03-25 Thread Bruno Bottazzini
- systemd: add patches from systemd 219 - stable Adding patches that fix bugs for 219 version. This will get the same consistency of the stable systemd 219 version. Bruno Bottazzini (3): systemd: verify if files test-udev and systemd-journal-flush exists systemd: split modules into packages

[OE-core] [PATCH 2/4] systemd: verify if files test-udev and systemd-journal-flush exists

2015-03-25 Thread Bruno Bottazzini
If we compile using EXTRA_OECONF with '--disable-tests' option, the files test-udev and systemd-journal-flush will not be created and the systemd install phase will fail. --- meta/recipes-core/systemd/systemd_219.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 1/4] dbus: split tools package.

2015-03-25 Thread Bruno Bottazzini
From: Gustavo Sverzut Barbieri gustavo.barbi...@intel.com Most tools are not required if one is launching a simple daemon. The user will be able to exclude dbus-tool and save some space in his build Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/dbus/dbus.inc

[OE-core] [PATCH 3/4] systemd: split modules into packages

2015-03-25 Thread Bruno Bottazzini
if one wants to launch a simple deamon, most modules are not required. He will be able to save space and exclude unwanted packages from the final image. --- meta/recipes-core/systemd/systemd_219.bb | 1073 ++ 1 file changed, 943 insertions(+), 130 deletions(-) diff

[OE-core] [PATCH 4/4] systemd: v219 with stable fixes

2015-03-25 Thread Bruno Bottazzini
:00 2001 +From: Bruno Bottazzini bruno.bottazz...@intel.com +Date: Thu, 5 Mar 2015 17:38:12 -0300 +Subject: [PATCH] Make root's home directory configurable OpenEmbedded has a configurable home directory for root. Allow systemd to be built using its idea of what root's home directory @@ -9,32 +9,31

[OE-core] [PATCH v2 2/4] systemd: verify if files test-udev and systemd-journal-flush exists

2015-03-09 Thread Bruno Bottazzini
If we compile using EXTRA_OECONF with '--disable-tests' option, the files test-udev and systemd-journal-flush will not be created and the systemd install phase will fail. --- meta/recipes-core/systemd/systemd_219.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH v2 3/4] systemd: split modules into packages

2015-03-09 Thread Bruno Bottazzini
if one wants to launch a simple deamon, most modules are not required. He will be able to save space and exclude unwanted packages from the final image. --- meta/recipes-core/systemd/systemd_219.bb | 1073 ++ 1 file changed, 942 insertions(+), 131 deletions(-) diff

[OE-core] [PATCH V2 0/4] systemd and dbus split into packages

2015-03-09 Thread Bruno Bottazzini
. This will get the same consistency of the stable systemd 219 version. Bruno Bottazzini (3): systemd: verify if files test-udev and systemd-journal-flush exists systemd: split modules into packages systemd: v219 with stable fixes Gustavo Sverzut Barbieri (1): dbus: split tools package. Bruno

[OE-core] [PATCH v2 1/4] dbus: split tools package.

2015-03-09 Thread Bruno Bottazzini
From: Gustavo Sverzut Barbieri gustavo.barbi...@intel.com Most tools are not required if one is launching a simple daemon. The user will be able to exclude dbus-tool and save some space in his build Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/dbus/dbus.inc

[OE-core] [PATCH v2 4/4] systemd: v219 with stable fixes

2015-03-09 Thread Bruno Bottazzini
3dc731c1d270e2e143de621db9bd898299fd849d Mon Sep 17 00:00:00 2001 -From: Khem Raj raj.k...@gmail.com -Date: Fri, 20 Feb 2015 05:24:49 + -Subject: [PATCH 10/11] Make root's home directory configurable +From dd843247b6c769a3983462f7e616dc43226974a0 Mon Sep 17 00:00:00 2001 +From: Bruno Bottazzini bruno.bottazz...@intel.com

[OE-core] [PATCH] systemd: 219 - stable-219

2015-03-06 Thread Bruno Bottazzini
@@ -From 3dc731c1d270e2e143de621db9bd898299fd849d Mon Sep 17 00:00:00 2001 -From: Khem Raj raj.k...@gmail.com -Date: Fri, 20 Feb 2015 05:24:49 + -Subject: [PATCH 10/11] Make root's home directory configurable +From dd843247b6c769a3983462f7e616dc43226974a0 Mon Sep 17 00:00:00 2001 +From: Bruno

[OE-core] [PATCH 2/3] systemd: verify if files test-udev and systemd-journal-flush exists

2015-03-04 Thread Bruno Bottazzini
If we compile using EXTRA_OECONF with '--disable-tests' option, the files test-udev and systemd-journal-flush will not be created and the systemd install phase will fail. --- meta/recipes-core/systemd/systemd_219.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 3/3] systemd: split modules into packages

2015-03-04 Thread Bruno Bottazzini
if one wants to launch a simple deamon, most modules are not required. He will be able to save space and exclude unwanted packages from the final image. --- meta/recipes-core/systemd/systemd_219.bb | 1071 ++ 1 file changed, 942 insertions(+), 129 deletions(-) diff

[OE-core] [PATCH 1/3] dbus: split tools package.

2015-03-04 Thread Bruno Bottazzini
From: Gustavo Sverzut Barbieri gustavo.barbi...@intel.com Most tools are not required if one is launching a simple daemon. The user will be able to exclude dbus-tool and save some space in his build Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/dbus/dbus.inc

[OE-core] [PATCH 0/3] systemd and dbus split into packages

2015-03-04 Thread Bruno Bottazzini
grows with more and more tools, the recipe will provide a customizable layer and he will be able to choose what he wants to ship to the final image. He will be able to save space and exclude unwanted packages from the final image. Bruno Bottazzini (2): systemd: verify if files test

[OE-core] [PATCH] systemd: verify if file test-udev and systemd-journal-flush exists

2015-03-02 Thread Bruno Bottazzini
If we compile using EXTRA_OECONF with '--disable-tests' option, the files test-udev and systemd-journal-flush will not be created and the systemd install phase will fail. --- meta/recipes-core/systemd/systemd_219.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH] mkefidisk: change filesystem to be writeable on grub

2015-02-26 Thread Bruno Bottazzini
This patch changes grub configuration so the filesystem will be writeable instead, just read only when running the script. --- scripts/contrib/mkefidisk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh index

[OE-core] [PATCH v2 2/2] systemd: split modules into packages

2015-02-04 Thread Bruno Bottazzini
It wil be able to choose what systemd module to be installed. The final result may get smaller, if the user wanted to. By default it will install the whole systemd which may be big. --- meta/recipes-core/systemd/systemd_218.bb | 1059 ++ 1 file changed, 914

[OE-core] [PATCH v2 0/2] systemd: update version from 216 to 218

2015-02-04 Thread Bruno Bottazzini
of features, now the user can exclude them from the final build. Instead of carrying all systemd modules. We will be able to customize it as our needs. In the end we will be able to get a smaller and optimized system Bruno Bottazzini (2): systemd: update from 216 to 218 systemd: split modules

[OE-core] [PATCH v2 1/2] systemd: update from 216 to 218

2015-02-04 Thread Bruno Bottazzini
-218.patch @@ -0,0 +1,131 @@ +From 0dec519c563654148d3cdd363d2598b50313de60 Mon Sep 17 00:00:00 2001 +From: Bruno Bottazzini bruno.bottazz...@intel.com +Date: Mon, 2 Feb 2015 13:53:24 -0200 +Subject: [PATCH 1/1] add support for executing scripts under /etc/rcS.d/ + +To be compatible, all services

[OE-core] [PATCH] systemd: update version from 216 to 218

2015-02-03 Thread Bruno Bottazzini
-pam-fix-fallocate.patch new file mode 100644 index 000..2fbf4b4 --- /dev/null +++ b/meta/recipes-core/systemd/systemd/systemd_218-pam-fix-fallocate.patch @@ -0,0 +1,91 @@ +From 84c87cf474f9ffd23332a40b7e06900ff8272a69 Mon Sep 17 00:00:00 2001 +From: Bruno Bottazzini bruno.bottazz...@intel.com

[OE-core] [PATCH] systemd: update version from 216 to 218

2015-02-03 Thread Bruno Bottazzini
Bruno Bottazzini (1): systemd: update version from 216 to 218 ...r-executing-scripts-under-etc-systemd-218.patch | 131 ++ .../systemd/systemd_218-pam-fix-fallocate.patch| 91 ++ meta/recipes-core/systemd/systemd_218.bb | 1251 3 files changed, 1473

[OE-core] [PATCH 0/2] kmod new packageconfig and dbus split package

2015-01-21 Thread Bruno Bottazzini
In this patchset we include two changes: 1- kmod: new PACKAGECONFIG debug and logging to help reduce binary size. 2- dbus: split it into two package. We will be able to choose if we want the full version or a smaller one. Gustavo Sverzut Barbieri (2): kmod: new PACKAGECONFIG debug and

[OE-core] [PATCH 2/2] dbus: split tools package.

2015-01-21 Thread Bruno Bottazzini
From: Gustavo Sverzut Barbieri gustavo.barbi...@intel.com Most tools are not required if one is launching a simple daemon. The user will be able to exclude dbus-tool and save some space in his build Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/dbus/dbus.inc