Initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
IMAGE_FEATURES:remove = "\
|
||||
obmc-net-ipmi \
|
||||
obmc-user-mgmt-ldap \
|
||||
"
|
||||
IMAGE_FEATURES:remove:fb-nohost = "\
|
||||
obmc-console \
|
||||
ssh-server-dropbear \
|
||||
"
|
||||
IMAGE_FEATURES:append:fb-nohost = "\
|
||||
ssh-server-openssh \
|
||||
"
|
||||
|
||||
OBMC_IMAGE_EXTRA_INSTALL:append = "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'tpm', \
|
||||
bb.utils.contains('MACHINE_FEATURES', 'tpm2', 'packagegroup-security-tpm2 libtss2-tcti-device', '', d), \
|
||||
'', d)} \
|
||||
curl \
|
||||
dbus-top \
|
||||
strace \
|
||||
tmux \
|
||||
wget \
|
||||
"
|
||||
OBMC_IMAGE_EXTRA_INSTALL:append:mf-fb-secondary-emmc = " emmc-init"
|
||||
|
||||
IMAGE_LINGUAS="en-us"
|
||||
|
||||
include recipes-phosphor/images/fb-${MACHINE}-phosphor-image.inc
|
||||
@@ -0,0 +1,5 @@
|
||||
require recipes-phosphor/images/fb-phosphor-image.inc
|
||||
|
||||
# Please do not add any content directly to this file. Instead add it to
|
||||
# the corresponding .inc file. Otherwise, builds from facebook/openbmc will
|
||||
# not be able to pick up your content.
|
||||
Reference in New Issue
Block a user