mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 17:59:39 +01:00
Update bbclasses from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@266 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
inherit rootfs_ipk
|
||||
|
||||
# We need to follow RDEPENDS and RRECOMMENDS for images
|
||||
BUILD_ALL_DEPS = "1"
|
||||
|
||||
# Images are generally built explicitly, do not need to be part of world.
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
USE_DEVFS ?= "0"
|
||||
|
||||
DEPENDS += "makedevs-native"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
def get_image_deps(d):
|
||||
import bb
|
||||
|
||||
Reference in New Issue
Block a user