diff options
Diffstat (limited to 'meta/task-bootstrap.oe')
-rw-r--r-- | meta/task-bootstrap.oe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/task-bootstrap.oe b/meta/task-bootstrap.oe index 95541109f0..9199ed98cd 100644 --- a/meta/task-bootstrap.oe +++ b/meta/task-bootstrap.oe @@ -2,6 +2,10 @@ DESCRIPTION = "Core packages required for a basic installation" MAINTAINER = "Phil Blundell <pb@handhelds.org>" PR = "r10" +# The BOOTSTRAP_EXTRA_ variables are often manipulated by the +# MACHINE .conf files, so adjust PACKAGE_ARCH accordingly. +PACKAGE_ARCH := "${MACHINE_ARCH}" + ALLOW_EMPTY = 1 PACKAGES = "${PN}" |