Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
meta-phosphor
/
f5ac32ccfe4b90279a8c4a2c974729eabc68ef58
/
.
/
common
/
recipes-phosphor
/
preinit-mounts
/
preinit-mounts.bb
blob: e3aaf546bcbbcd2be7a538ff4a081df8b9551349 [
file
] [
log
] [
blame
]
inherit obmc
-
phosphor
-
license
SRC_URI
+=
"file://init"
FILES_$
{
PN
}
+=
"/sbin/init"
do_install
()
{
install
-
d $
{
D
}/
sbin
install
-
m
0755
$
{
WORKDIR
}/
init $
{
D
}/
sbin
/
init
}