diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-30 22:11:12 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-30 22:11:12 +0000 |
commit | b9f06d1671aa2606810aa9edd1c056c5c2d3cf74 (patch) | |
tree | fc5aa0eef637e2a94ef3888f705e530120ecdf25 /meta/conf/distro | |
parent | c1ab349f631a881104cca6615c8bbe365e0ef057 (diff) | |
download | poky-b9f06d1671aa2606810aa9edd1c056c5c2d3cf74.tar.gz |
devshell: Convert to its own class and add to poky.conf by default. Export EXTRA_OEMAKE to devshell.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@683 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index c326314710..148124ef4c 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -9,7 +9,7 @@ DISTRO_TYPE ?= "release" | |||
9 | 9 | ||
10 | MAINTAINER_poky = "OpenedHand <poky@openedhand.com>" | 10 | MAINTAINER_poky = "OpenedHand <poky@openedhand.com>" |
11 | 11 | ||
12 | INHERIT += " package_ipk debian multimachine poky " | 12 | INHERIT += " package_ipk debian multimachine poky devshell " |
13 | # For some reason, this doesn't work | 13 | # For some reason, this doesn't work |
14 | # TARGET_OS ?= "linux" | 14 | # TARGET_OS ?= "linux" |
15 | TARGET_OS = "linux" | 15 | TARGET_OS = "linux" |