meta-starlingx/meta-stx-integ/recipes-core/initrdscripts/initramfs-module-install_1.0.bbappend
Babak Sarashki 63b6601bdd meta-stx: update LICENSE and copyright info
- Change License from Apache2 to MIT.
- Remove Copyright from individual recipes
- Move License to README.md
- Add meta-stx Copyright to README.md

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
2020-06-08 13:00:26 -07:00

13 lines
218 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
do_install_append () {
sed -i -e 's/@STX_ID@/${STX_ID}/' ${D}/init.d/install.sh
}
RDEPENDS_${PN} += "\
util-linux-mount \
util-linux-uuidgen \
lvm2 \
"