blob: 8eceaa3637a0ad3bce084ee5255c382810345c84 [file] [log] [blame]
ifeq ($(ROOTDIR),)
$(error $$ROOTDIR IS NOT DEFINED -- don\'t forget to source setup.sh)
endif
include $(ROOTDIR)/build/preamble.mk
REQUIRED_PACKAGES := \
bc \
build-essential \
binfmt-support \
debian-archive-keyring \
debootstrap \
device-tree-compiler \
kpartx \
mtools \
parted \
qemu-user-static \
rsync \
xz-utils
prereqs:
sudo apt-get install -y $(REQUIRED_PACKAGES)
targets::
@echo "prereqs - installs packages required by this Makefile"
.PHONY:: prereqs