#
# File .......... petalinuxbsp.conf
# Author ........ Steve Haywood
# Website ....... http://www.spacewire.co.uk
# Project ....... Zedboard Linux (SpaceWire UK Tutorial)
# Date .......... 16 Mar 2026
# Version ....... 4.0
# Description ...
#   Updated to install the following :-
# -- ntp ....... Network Time Protocol
# -- ntpq ...... Standard NTP query program
# -- sntp ...... Simple Network Time Protocol
# -- nano ...... Text editor
# Updated to install a LAMP style stack :-
# -- Apache .... HTTP server
# -- SQLite .... SQL database engine
# -- PHP ....... Scripting language
#

#User Configuration

#OE_TERMINAL = "tmux"

IMAGE_INSTALL:append = " ntp ntpq sntp nano"
PACKAGECONFIG:append:pn-php = " apache2"
IMAGE_INSTALL:append = " apache2 sqlite3 php-modphp"
