BKrev: 41ad9a50ojh5lYMpR1q6iCNyth_GRA
+# Cross packages are built indirectly via dependency,
+# no need for them to be a direct target of 'world'
+EXCLUDE_FROM_WORLD = "1"
+
PACKAGES = ""
HOST_ARCH = "${BUILD_ARCH}"
inherit rootfs_ipk
+# Images are generally built explicitly, do not need to be part of world.
+EXCLUDE_FROM_WORLD = "1"
+
USE_DEVFS ?= "0"
DEPENDS += "makedevs-native"
inherit base
+# Native packages are built indirectly via dependency,
+# no need for them to be a direct target of 'world'
+EXCLUDE_FROM_WORLD = "1"
+
PACKAGES = ""
TARGET_ARCH = "${BUILD_ARCH}"