diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-23 09:42:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-23 09:42:43 +0000 |
commit | 3b50962e83320894cf4bf6613f06c73bc0296ffd (patch) | |
tree | 636fbdf3aeaef8d8eefd5142419b3a45c1ed1d54 /meta/classes/base.bbclass | |
parent | 97924c6008a7b5dfaf3a3b9f829b4baac98c08e8 (diff) | |
download | poky-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.bbclass | 1 |
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 @@ | |||
1 | BB_DEFAULT_TASK = "build" | ||
1 | PATCHES_DIR="${S}" | 2 | PATCHES_DIR="${S}" |
2 | 3 | ||
3 | def base_dep_prepend(d): | 4 | def base_dep_prepend(d): |