I read this answer to a similar problem but it doesn't work for me.
In my custom-meta-layer/recipes-core/images/<image>.bbappend
I wrote:
EXTRA_OEMAKE += "build-openstlinuxeglfs-stm32mp1=. --enable-mbstring"
IMAGE_INSTALL += " \
rsync \
php \
php-cli \
php-modphp \
phpmyadmin \
sqlite3 \
apache2 \
nano \
"
as suggested in the answer linked above.
But when I bitbake <image>
I get:
Nothing RPROVIDES 'php-modphp'
Did I not understand the answer? Or perhaps something has changed over the time?
I need to enable: php-mbstring php-intl php-xml libapache2-mod-php
in order to let apache2 to show php pages.