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