summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-23 09:42:43 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-23 09:42:43 +0000
commit3b50962e83320894cf4bf6613f06c73bc0296ffd (patch)
tree636fbdf3aeaef8d8eefd5142419b3a45c1ed1d54 /meta/classes/base.bbclass
parent97924c6008a7b5dfaf3a3b9f829b4baac98c08e8 (diff)
downloadpoky-3b50962e83320894cf4bf6613f06c73bc0296ffd.tar.gz
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
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r--meta/classes/base.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 0fa2b8cd07..0081a52d53 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -1,3 +1,4 @@
1BB_DEFAULT_TASK = "build"
1PATCHES_DIR="${S}" 2PATCHES_DIR="${S}"
2 3
3def base_dep_prepend(d): 4def base_dep_prepend(d):