Tweaks to work with bitbake trunk: add BB_DEFAULT_TASK, add do_rootfs[nostamp] back...
authorRichard Purdie <richard@openedhand.com>
Wed, 23 Aug 2006 09:42:43 +0000 (09:42 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 23 Aug 2006 09:42:43 +0000 (09:42 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@630 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/base.bbclass
meta/classes/image_ipk.bbclass
meta/classes/rootfs_ipk.bbclass

index 0fa2b8c..0081a52 100644 (file)
@@ -1,3 +1,4 @@
+BB_DEFAULT_TASK = "build"
 PATCHES_DIR="${S}"
 
 def base_dep_prepend(d):
index 6c47e29..18476b9 100644 (file)
@@ -9,8 +9,6 @@ EXCLUDE_FROM_WORLD = "1"
 
 USE_DEVFS ?= "0"
 
-PR = "${DATE}-${TIME}"
-
 DEPENDS += "makedevs-native"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
index 393ad32..8f9fddd 100644 (file)
@@ -10,6 +10,7 @@ DEPENDS_append=" ${EXTRA_IMAGEDEPENDS}"
 
 PACKAGES = ""
 
+do_rootfs[nostamp] = 1
 do_rootfs[dirs] = ${TOPDIR}
 do_build[nostamp] = 1