From 439db2032c8b3446fc3bbae945370d2f28b0d2c2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 28 May 2006 21:58:59 +0000 Subject: Change multimachine to a bbclass and update distro configurations. Add multimachine functionlity to cope with packages with machine specific sub packages. Also applied to OE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@450 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/conf/distro/include/multimachine.conf | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 openembedded/conf/distro/include/multimachine.conf (limited to 'openembedded/conf/distro/include') diff --git a/openembedded/conf/distro/include/multimachine.conf b/openembedded/conf/distro/include/multimachine.conf deleted file mode 100644 index 1f73ffd30..000000000 --- a/openembedded/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" -- cgit v1.2.3