xref: /openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults-native.bb (revision 6f3f0aa7aaf3b0483f49527b71a70a3272264840)
1ff075f6eSBrad BishopSUMMARY = "Default settings"
2ff075f6eSBrad BishopPR = "r1"
375f0387bSBrad BishopLICENSE = "Apache-2.0"
4*6f3f0aa7SBrad BishopLIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
5ff075f6eSBrad Bishop
6ff075f6eSBrad Bishopinherit native
7ff075f6eSBrad Bishopinherit phosphor-settings-manager
8ff075f6eSBrad Bishop
9ff075f6eSBrad BishopSRC_URI += "file://defaults.yaml"
10ff075f6eSBrad Bishop
11ff075f6eSBrad BishopPROVIDES += "virtual/phosphor-settings-defaults"
12ff075f6eSBrad Bishop
13ff075f6eSBrad BishopS = "${WORKDIR}"
14ff075f6eSBrad Bishop
15ff075f6eSBrad Bishopdo_install() {
16ff075f6eSBrad Bishop        DEST=${D}${settings_datadir}
17ff075f6eSBrad Bishop        install -d ${DEST}
18ff075f6eSBrad Bishop        install defaults.yaml ${DEST}
19ff075f6eSBrad Bishop}
20