Tweaks to work with bitbake trunk: add BB_DEFAULT_TASK, add do_rootfs[nostamp] back, remove image_ipk PR

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@630 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-08-23 09:42:43 +00:00
parent 97924c6008
commit 3b50962e83
3 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,4 @@
BB_DEFAULT_TASK = "build"
PATCHES_DIR="${S}"
def base_dep_prepend(d):

View File

@ -9,8 +9,6 @@ EXCLUDE_FROM_WORLD = "1"
USE_DEVFS ?= "0"
PR = "${DATE}-${TIME}"
DEPENDS += "makedevs-native"
PACKAGE_ARCH = "${MACHINE_ARCH}"

View File

@ -10,6 +10,7 @@ DEPENDS_append=" ${EXTRA_IMAGEDEPENDS}"
PACKAGES = ""
do_rootfs[nostamp] = 1
do_rootfs[dirs] = ${TOPDIR}
do_build[nostamp] = 1