mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 21:32:12 +02:00
13 lines
292 B
HTML
13 lines
292 B
HTML
#@TYPE: Distribution
|
|
#@NAME: OpenZaurus
|
|
#@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org)
|
|
|
|
INHERIT += " package_ipk debian"
|
|
# For some reason, this doesn't work
|
|
# TARGET_OS ?= "linux"
|
|
TARGET_OS = "linux"
|
|
TARGET_FPU = "soft"
|
|
|
|
PARALLEL_INSTALL_MODULES = "1"
|
|
|