Brad Bishop | 7a83a12 | 2018-03-08 22:17:47 -0500 | [diff] [blame] | 1 | require conf/distro/include/phosphor-defaults.inc |
| 2 | |
Patrick Williams | 7e6220e | 2022-12-16 08:22:11 -0600 | [diff] [blame] | 3 | # Match the distro codename from upstream poky. |
Patrick Williams | 023e65f | 2023-12-06 10:33:09 -0600 | [diff] [blame] | 4 | DISTRO_CODENAME ?= "scarthgap" |
Patrick Williams | 7e6220e | 2022-12-16 08:22:11 -0600 | [diff] [blame] | 5 | |
Brad Bishop | f14643d | 2020-08-12 06:31:39 -0400 | [diff] [blame] | 6 | DISTROOVERRIDES .= ":openbmc-phosphor" |
| 7 | |
David Cobbley | 2a5e571 | 2018-06-29 13:27:44 -0700 | [diff] [blame] | 8 | TCLIBCAPPEND = "" |
| 9 | |
Anton Blanchard | 4d1faa8 | 2021-08-16 23:32:08 -0600 | [diff] [blame] | 10 | QEMU_TARGETS ?= "arm aarch64 i386 riscv32 riscv64 ppc64le x86_64" |
David Cobbley | 2a5e571 | 2018-06-29 13:27:44 -0700 | [diff] [blame] | 11 | |
| 12 | PREMIRRORS ??= "\ |
| 13 | bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
| 14 | cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
| 15 | git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
| 16 | gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
| 17 | hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
| 18 | osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
| 19 | p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
| 20 | svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" |
| 21 | |
| 22 | MIRRORS =+ "\ |
| 23 | ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
| 24 | http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
| 25 | https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" |
| 26 | |
Gunnar Mills | e5b3860 | 2018-08-31 12:39:15 -0500 | [diff] [blame] | 27 | # The CONNECTIVITY_CHECK_URI's are used to test whether we can successfully |
David Cobbley | 2a5e571 | 2018-06-29 13:27:44 -0700 | [diff] [blame] | 28 | # fetch from the network (and warn you if not). To disable the test set |
| 29 | # the variable to be empty. |
Patrick Williams | b389cd9 | 2021-12-15 21:34:22 -0600 | [diff] [blame] | 30 | # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=https;rev=master |
Andrew Geissler | 05164d0 | 2022-02-10 10:36:05 -0600 | [diff] [blame] | 31 | CONNECTIVITY_CHECK_URIS ?= "https://yoctoproject.org/connectivity.html" |
David Cobbley | 2a5e571 | 2018-06-29 13:27:44 -0700 | [diff] [blame] | 32 | |
| 33 | SANITY_TESTED_DISTROS ?= " \ |
Patrick Williams | 6a6e44b | 2024-03-21 10:26:10 -0500 | [diff] [blame] | 34 | poky-4.2 \n \ |
| 35 | poky-4.3 \n \ |
| 36 | ubuntu-18.04 \n \ |
| 37 | ubuntu-20.04 \n \ |
| 38 | ubuntu-22.04 \n \ |
| 39 | ubuntu-23.04 \n \ |
| 40 | fedora-38 \n \ |
| 41 | centosstream-8 \n \ |
| 42 | debian-11 \n \ |
| 43 | debian-12 \n \ |
| 44 | opensuseleap-15.4 \n \ |
| 45 | almalinux-8.8 \n \ |
| 46 | almalinux-9.2 \n \ |
| 47 | rocky-9 \n \ |
David Cobbley | 2a5e571 | 2018-06-29 13:27:44 -0700 | [diff] [blame] | 48 | " |
| 49 | # |
| 50 | # OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in |
| 51 | # an incompatible way. Such changes should usually be detailed in the commit |
| 52 | # that breaks the format and have been previously discussed on the mailing list |
| 53 | # with general agreement from the core team. |
| 54 | # |
Patrick Williams | fdc7403 | 2024-03-21 10:23:36 -0500 | [diff] [blame] | 55 | OELAYOUT_ABI = "15" |
David Cobbley | 2a5e571 | 2018-06-29 13:27:44 -0700 | [diff] [blame] | 56 | |
David Cobbley | 2a5e571 | 2018-06-29 13:27:44 -0700 | [diff] [blame] | 57 | # QA check settings - a little stricter than the OE-Core defaults |
| 58 | WARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \ |
| 59 | installed-vs-shipped ldflags pn-overrides rpaths staticdev \ |
| 60 | useless-rpaths" |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 61 | WARN_QA:remove = "${WARN_TO_ERROR_QA}" |
| 62 | ERROR_QA:append = " ${WARN_TO_ERROR_QA}" |
David Cobbley | 2a5e571 | 2018-06-29 13:27:44 -0700 | [diff] [blame] | 63 | |
David Cobbley | 2a5e571 | 2018-06-29 13:27:44 -0700 | [diff] [blame] | 64 | require conf/distro/include/no-static-libs.inc |
Patrick Williams | 5e3ca93 | 2020-01-18 14:14:31 -0600 | [diff] [blame] | 65 | require conf/distro/include/yocto-uninative.inc |
David Cobbley | 2a5e571 | 2018-06-29 13:27:44 -0700 | [diff] [blame] | 66 | |
Joel Stanley | 70d6c5e | 2022-05-02 11:59:53 +0930 | [diff] [blame] | 67 | DISTRO_NAME ?= "Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)" |
Brad Bishop | 7a83a12 | 2018-03-08 22:17:47 -0500 | [diff] [blame] | 68 | TARGET_VENDOR="-openbmc" |
| 69 | |
Patrick Williams | 677bc38 | 2024-02-06 11:47:22 -0600 | [diff] [blame] | 70 | |
Brad Bishop | 7a83a12 | 2018-03-08 22:17:47 -0500 | [diff] [blame] | 71 | VIRTUAL-RUNTIME_keymaps = "" |
| 72 | |
| 73 | # Phosphor OpenBMC uses systemd and udev |
Patrick Williams | 677bc38 | 2024-02-06 11:47:22 -0600 | [diff] [blame] | 74 | INIT_MANAGER = "systemd" |
| 75 | # systemd doesn't like us using /home/root instead of /root but we've been |
| 76 | # doing it a long time. The `INIT_MANAGER = systemd` switches the default to |
| 77 | # /root, but we should switch it back (and maybe adjust in another commit). |
| 78 | ROOT_HOME = "/home/root" |
Brad Bishop | 7a83a12 | 2018-03-08 22:17:47 -0500 | [diff] [blame] | 79 | |
Patrick Williams | 828c130 | 2024-03-08 19:50:48 -0600 | [diff] [blame] | 80 | # We want to persist /var/log, which is likely to be used for |
| 81 | # obmc-console and/or journald. |
| 82 | VOLATILE_LOG_DIR = "no" |
| 83 | |
Brad Bishop | d383934 | 2018-03-09 21:48:12 -0500 | [diff] [blame] | 84 | DISTRO_FEATURES_BACKFILL_CONSIDERED = " \ |
| 85 | bluez5 \ |
| 86 | ldconfig \ |
| 87 | gobject-introspection-data \ |
| 88 | pulseaudio \ |
Brad Bishop | d383934 | 2018-03-09 21:48:12 -0500 | [diff] [blame] | 89 | " |
| 90 | |
| 91 | DISTRO_FEATURES_OBMC = " \ |
| 92 | obmc-host-ctl \ |
Brad Bishop | 7a83a12 | 2018-03-08 22:17:47 -0500 | [diff] [blame] | 93 | obmc-host-ipmi \ |
Brad Bishop | d383934 | 2018-03-09 21:48:12 -0500 | [diff] [blame] | 94 | obmc-phosphor-chassis-mgmt \ |
| 95 | obmc-phosphor-fan-mgmt \ |
| 96 | obmc-phosphor-flash-mgmt \ |
Patrick Williams | 5a5f33c | 2021-11-03 10:35:37 -0500 | [diff] [blame] | 97 | obmc-phosphor-system-mgmt \ |
Brad Bishop | d383934 | 2018-03-09 21:48:12 -0500 | [diff] [blame] | 98 | " |
| 99 | |
| 100 | DISTRO_FEATURES_DEFAULT = " \ |
| 101 | avahi \ |
Patrick Williams | 8f58bba | 2020-05-13 10:51:49 -0500 | [diff] [blame] | 102 | ipv4 \ |
| 103 | ipv6 \ |
Brad Bishop | d383934 | 2018-03-09 21:48:12 -0500 | [diff] [blame] | 104 | pam \ |
Patrick Williams | ada9e0f | 2021-08-24 08:12:58 -0500 | [diff] [blame] | 105 | security \ |
Brad Bishop | d383934 | 2018-03-09 21:48:12 -0500 | [diff] [blame] | 106 | slp \ |
Andrew Geissler | 0540afd | 2021-08-30 20:37:00 -0500 | [diff] [blame] | 107 | seccomp \ |
Brad Bishop | d383934 | 2018-03-09 21:48:12 -0500 | [diff] [blame] | 108 | " |
| 109 | |
Andrew Geissler | fdcb2d9 | 2019-10-18 11:04:05 -0500 | [diff] [blame] | 110 | DISTRO_FEATURES += " \ |
Brad Bishop | d383934 | 2018-03-09 21:48:12 -0500 | [diff] [blame] | 111 | ${DISTRO_FEATURES_DEFAULT} \ |
Brad Bishop | d383934 | 2018-03-09 21:48:12 -0500 | [diff] [blame] | 112 | ${DISTRO_FEATURES_OBMC} \ |
Brad Bishop | 7a83a12 | 2018-03-08 22:17:47 -0500 | [diff] [blame] | 113 | " |
| 114 | |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 115 | DISTRO_EXTRA_RDEPENDS:remove:qemuarm = "packagegroup-core-device-devel" |
Brad Bishop | 7a83a12 | 2018-03-08 22:17:47 -0500 | [diff] [blame] | 116 | |
Brad Bishop | 7a83a12 | 2018-03-08 22:17:47 -0500 | [diff] [blame] | 117 | include conf/distro/include/openbmc-phosphor/${MACHINE}.inc |
| 118 | |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 119 | IMAGE_CLASSES:append = " image_types_phosphor phosphor-rootfs-postcommands" |
| 120 | IMAGE_CLASSES:append:npcm7xx = " image_types_phosphor_nuvoton" |
Tim Lee | dd14a91 | 2022-07-29 16:42:15 +0800 | [diff] [blame] | 121 | IMAGE_CLASSES:append:npcm8xx = " image_types_phosphor_nuvoton_npcm8xx" |
Brad Bishop | 7a83a12 | 2018-03-08 22:17:47 -0500 | [diff] [blame] | 122 | |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 123 | IMAGE_INSTALL:append = " dbus-broker libnss-systemd" |
William A. Kennington III | d73b9cd | 2019-09-16 17:49:53 -0700 | [diff] [blame] | 124 | |
Brad Bishop | 0c52342 | 2018-06-25 16:53:45 -0400 | [diff] [blame] | 125 | # Skip the udev database by default. It adds around 2MB |
| 126 | # compressed to the root filesystem, and probably doesn't |
| 127 | # make sense on a BMC anyway. |
William A. Kennington III | 79e4934 | 2019-09-16 17:50:53 -0700 | [diff] [blame] | 128 | BAD_RECOMMENDATIONS += "udev-hwdb" |
| 129 | BAD_RECOMMENDATIONS += "shared-mime-info" |
David Cobbley | 2a5e571 | 2018-06-29 13:27:44 -0700 | [diff] [blame] | 130 | |
William A. Kennington III | 97f0526 | 2021-12-20 02:06:07 -0800 | [diff] [blame] | 131 | # e2fsprogs isn't needed on a BMC without MMC, where it gets explicitly added |
| 132 | BAD_RECOMMENDATIONS += "e2fsprogs-e2fsck" |
| 133 | |
Dave Cobbley | 0639c5b | 2018-08-24 11:31:04 -0700 | [diff] [blame] | 134 | LAYER_CONF_VERSION ?= "8" |
Lei YU | b5a2c26 | 2019-05-15 19:52:10 -0400 | [diff] [blame] | 135 | |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 136 | KERNEL_CLASSES:append = " obmc-phosphor-kernel-version" |
Patrick Williams | 891b144 | 2020-06-12 06:04:25 -0500 | [diff] [blame] | 137 | |
| 138 | # Some packages have directory trees of YAML files arranged based on |
Patrick Williams | 0ea73d3 | 2023-01-12 11:37:14 -0600 | [diff] [blame] | 139 | # canonical organization names. 'org/freedesktop' and 'xyz/openbmc_project' |
| 140 | # should be used everywhere in phosphor, but some layers may append this with |
| 141 | # their own organization(s). |
| 142 | OBMC_ORG_YAML_SUBDIRS += " org/freedesktop xyz/openbmc_project" |
Patrick Williams | c864340 | 2023-03-16 17:05:37 -0500 | [diff] [blame] | 143 | |
| 144 | PREFERRED_VERSION_libgpiod = "1.6.4" |
Andrew Jeffery | ccf5bb2 | 2023-05-03 08:41:39 +0930 | [diff] [blame] | 145 | |
| 146 | # Enable SBOM: https://docs.yoctoproject.org/next/dev-manual/sbom.html |
| 147 | INHERIT += "create-spdx" |