| commit | c6fd16b949fb5174ae3d04c3b100889efe429406 | [log] [tgz] |
|---|---|---|
| author | Anthony <anthonyhkf@google.com> | Wed Sep 21 15:37:48 2022 +0800 |
| committer | Benjamin Fair <benjaminfair@google.com> | Wed Sep 28 18:59:47 2022 +0000 |
| tree | b4eb3ebb29eeb7fd2b9b6e595b277712dc829730 | |
| parent | 0048f5756cc72501b90d881f4dd051aa4e9f199d [diff] |
meta-nuvoton-npcm8xx: change inherit to IMAGE_CLASSES In https://gerrit.openbmc.org/c/openbmc/openbmc/+/56708, logging.bbclass was moved from `classes` to `classes-global`. Refer to: https://github.com/openembedded/bitbake/commit/f33ce7e742f46635658c400b82558cf822690b5e Google-Bug-Id: 247841789 In-review: https://github.com/Nuvoton-Israel/openbmc/pull/581 Signed-off-by: Anthony <anthonyhkf@google.com> Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Ie31ea475804543cabffdc7a2f4f776039aee6eac
diff --git a/meta-nuvoton-npcm8xx/classes/image_types_phosphor_nuvoton_npcm8xx.bbclass b/meta-nuvoton-npcm8xx/classes/image_types_phosphor_nuvoton_npcm8xx.bbclass index 2329480..95d599c 100644 --- a/meta-nuvoton-npcm8xx/classes/image_types_phosphor_nuvoton_npcm8xx.bbclass +++ b/meta-nuvoton-npcm8xx/classes/image_types_phosphor_nuvoton_npcm8xx.bbclass
@@ -12,7 +12,8 @@ UBOOT_SUFFIX:append = ".${MERGED_SUFFIX}" IGPS_DIR = "${STAGING_DIR_NATIVE}/${datadir}/npcm8xx-igps" -inherit logging + +IMAGE_CLASSES += "logging" # Prepare the Bootblock and U-Boot images using npcm8xx-bingo do_prepare_bootloaders() {