[OE-core] [PATCH v2 0/1] recipes-core: breakout hwclock.sh from busybox
Alex Stewart
alex.stewart at ni.com
Wed Mar 21 18:55:58 UTC 2018
This is a resubmission of the previous patch by the same name submitted ~1
month ago, plus a fixup suggested by Andre McCurdy (calling getVar without
`expand=True`).
Otherwise, I have rebased to the latest master and revalidated that
hwclock-init, busybox, and util-linux build as expected from the OE-core
project and our internal derivative (NI Linux RT).
Alex Stewart (1):
recipes-core: breakout hwclock.sh from busybox
meta/recipes-core/busybox/busybox.inc | 16 +++--
meta/recipes-core/busybox/busybox_1.27.2.bb | 1 -
meta/recipes-core/busybox/files/hwclock.sh | 83 ----------------------
meta/recipes-core/hwclock-init/files/hwclock.sh | 83 ++++++++++++++++++++++
meta/recipes-core/hwclock-init/hwclock-init_1.0.bb | 31 ++++++++
meta/recipes-core/util-linux/util-linux.inc | 1 +
6 files changed, 124 insertions(+), 91 deletions(-)
delete mode 100644 meta/recipes-core/busybox/files/hwclock.sh
create mode 100644 meta/recipes-core/hwclock-init/files/hwclock.sh
create mode 100644 meta/recipes-core/hwclock-init/hwclock-init_1.0.bb
--
2.11.0
More information about the Openembedded-core
mailing list