mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
Allow DISTRO to be overridden from environment
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1372 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -24,9 +24,9 @@ MACHINE ?= "qemuarm"
|
||||
#MACHINE ?= "nokia770"
|
||||
|
||||
|
||||
DISTRO = "poky"
|
||||
DISTRO ?= "poky"
|
||||
# For bleeding edge / experimental / unstable package versions
|
||||
# DISTRO = "poky-bleeding"
|
||||
# DISTRO ?= "poky-bleeding"
|
||||
|
||||
# IMAGE_FEATURES configuration of the generated images
|
||||
# (Some of these are automatically added to certain image types)
|
||||
|
||||
Reference in New Issue
Block a user