diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-07-19 14:07:55 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-07-19 14:07:55 +0000 |
commit | cfdb9ae992bf4e218a9b8410205c46d4da749170 (patch) | |
tree | f6aedcd7e1bbb345695c832c2c9f2c3c672052de /conf/distro/jlime-henchman.conf | |
parent | 73d44fbb08742d10c1cd1a7ce07a4a699465c4ad (diff) |
conf/bitbake.conf: Merge in multimachine making it the standard layout as discussed on the mailing list. Anyone wanting the previous layout can INHERIT the new singlemachine class
Diffstat (limited to 'conf/distro/jlime-henchman.conf')
-rw-r--r-- | conf/distro/jlime-henchman.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/jlime-henchman.conf b/conf/distro/jlime-henchman.conf index 68353b0bd9..646d335390 100644 --- a/conf/distro/jlime-henchman.conf +++ b/conf/distro/jlime-henchman.conf @@ -32,7 +32,7 @@ IMAGE_NAME = "${IMAGE_BASENAME}-Henchman-${MACHINE}" # # Naming schemes # -INHERIT += "debian multimachine" +INHERIT += "debian" # # Packaging and output format |