[OE-core] [PATCH] boost: drop arm-intrinsics.patch

2021-01-16 Thread Mans Rullgard
This patch makes gcc produce broken code. It is unclear why it is there in the first place. Drop it. Signed-off-by: Mans Rullgard --- .../boost/boost/arm-intrinsics.patch | 55 --- meta/recipes-support/boost/boost_1.75.0.bb| 2 +- 2 files changed, 1 insertion

[OE-core] [PATCH] initscripts: populate-volatile: don't run commands in background

2016-12-16 Thread Mans Rullgard
If commands are run asynchronously they may be completed out of order causing problems if later entries depend on earlier ones. Signed-off-by: Mans Rullgard --- meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

[OE-core] [PATCH] initscripts: populate-volatile: improve config file parsing

2016-12-01 Thread Mans Rullgard
This improves the config file parsing to permit blank lines and comments following an entry or preceeded by whitespace. Signed-off-by: Mans Rullgard --- meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh | 6 +++--- meta/recipes-core/initscripts/initscripts-1.0/volatiles