blob: 172c9a5e1366a978f378d9ed99bc158a3827f0ee [file] [log] [blame]
Edward A. James20582d22017-08-12 15:29:59 -05001inherit obmc-phosphor-utils
2
Brad Bishop811eeec2018-03-09 00:04:00 -05003FILESEXTRAPATHS_prepend_df-obmc-ubi-fs := "${THISDIR}/${PN}:"
Edward A. James20582d22017-08-12 15:29:59 -05004
Brad Bishop811eeec2018-03-09 00:04:00 -05005RDEPENDS_${PN}_append_df-obmc-ubi-fs = " preinit-mounts"
Saqib Khanae0ccd62017-08-30 17:19:34 -05006
7do_install_append() {
8 install -d ${D}/srv
9}