diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-05-28 18:49:08 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-28 18:49:08 +0000 |
commit | f18661145bcacd7adca80e31cf3ee214f3ad7078 (patch) | |
tree | 567da405ed14f736299f0389e5aa15f3e724bb57 /conf/distro/include | |
parent | db176af0bf1987aac2502954576d9265a92b80fe (diff) |
multimachine: Change from an include to a .bblass (and update distros using multimachine accordingly). Add code to find packages with machine specific subpackages and build these in a multimachine compatible way.
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/.mtn2git_empty | 0 | ||||
-rw-r--r-- | conf/distro/include/multimachine.conf | 3 |
2 files changed, 0 insertions, 3 deletions
diff --git a/conf/distro/include/.mtn2git_empty b/conf/distro/include/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/conf/distro/include/.mtn2git_empty +++ /dev/null diff --git a/conf/distro/include/multimachine.conf b/conf/distro/include/multimachine.conf deleted file mode 100644 index 1f73ffd30f..0000000000 --- a/conf/distro/include/multimachine.conf +++ /dev/null @@ -1,3 +0,0 @@ -STAMP = "${TMPDIR}/stamps/${PACKAGE_ARCH}-${HOST_OS}/${PF}" -WORKDIR = "${TMPDIR}/work/${PACKAGE_ARCH}-${HOST_OS}/${PF}" -STAGING_KERNEL_DIR = "${STAGING_DIR}/${PACKAGE_ARCH}-${HOST_OS}/kernel" |