blob: 10631126ed2fe6b9ab77fa45ee6ea5a7a67fdf66 [file] [log] [blame]
Brad Bishope3060732016-08-08 20:21:44 -04001SUMMARY = "Phosphor Systemd targets"
Gunnar Millse0a76382018-01-09 16:40:15 -06002DESCRIPTION = "Provides well known Systemd synchronization points for OpenBMC."
Brad Bishope3060732016-08-08 20:21:44 -04003HOMEPAGE = "http://github.com/openbmc"
4PR = "r1"
Brad Bishop75f03872018-11-03 09:41:57 -07005LICENSE = "Apache-2.0"
Brad Bishop6f3f0aa2019-09-13 12:14:05 -04006LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
Brad Bishope3060732016-08-08 20:21:44 -04007
Lei YU065ca472021-06-10 16:01:54 +08008inherit allarch obmc-phosphor-systemd
9
10SRC_URI += "\
11 file://obmc-mapper.target \
12"
13
Patrick Williams12fc9392021-08-06 09:16:53 -050014SYSTEMD_SERVICE:${PN} += " \
Lei YU065ca472021-06-10 16:01:54 +080015 obmc-mapper.target \
16"