diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-28 20:10:57 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-28 20:10:57 +0000 |
commit | 035b4d2d19f636486dadc9b05c65467d46486a37 (patch) | |
tree | 456ccd9e114784f2da0762573c6fa6c121f8d5a1 | |
parent | 9b229758467921cef9fff627c26d66f612589957 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages
2004/07/28 19:26:17+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages
2004/07/28 19:26:05+02:00 uni-frankfurt.de!mickey
add a dummy kernel for MACHINE=native and tweak native.conf. oemake opie-image just ran through with this configuration.
BKrev: 41080851TVwE7XO5GzBtK7_iY1Gl3g
-rw-r--r-- | conf/native.conf | 12 | ||||
-rw-r--r-- | native/native-kernel.oe | 0 |
2 files changed, 12 insertions, 0 deletions
diff --git a/conf/native.conf b/conf/native.conf index e69de29bb2..b28565316f 100644 --- a/conf/native.conf +++ b/conf/native.conf @@ -0,0 +1,12 @@ +#@TYPE: Machine +#@NAME: Build Station +#@DESCRIPTION: Machine configuration for your build station. + +TARGET_ARCH = "${BUILD_ARCH}" +IPKG_ARCHS = "all ${TARGET_ARCH}" +TARGET_PREFIX = "" +VENDOR = "-oe" + +PREFERRED_PROVIDER_virtual/kernel = "native-kernel" +ASSUME_PROVIDED = "virtual/gcc-initial virtual/gcc virtual/g++" +ASSUME_PROVIDED += "binutils-cross" diff --git a/native/native-kernel.oe b/native/native-kernel.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/native/native-kernel.oe |