From: Rod Whitby Date: Mon, 21 Nov 2005 01:43:51 +0000 (+0000) Subject: ixp4xx, ixp425-eth: Updated latest versions to use staging/kernel-config instead... X-Git-Tag: Release-2010-05/1~9453^2~3036^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cca214a4f0a1b0b00e50977119f3c796d6aa2e9;p=openembedded.git ixp4xx, ixp425-eth: Updated latest versions to use staging/kernel-config instead of trying to work out the correct version number (which does not seem to be available to module.bb). --- diff --git a/packages/ixp425-eth/ixp400-eth_1.5.bb b/packages/ixp425-eth/ixp400-eth_1.5.bb index 9564210917..86fef76c1d 100644 --- a/packages/ixp425-eth/ixp400-eth_1.5.bb +++ b/packages/ixp425-eth/ixp400-eth_1.5.bb @@ -59,7 +59,7 @@ EXTRA_OEMAKE = "'PWD=${S}' \ # This is to check for unresolved symbol errors and ensure the build # fails, an error here probably means too much as been deconfigured # out of ixp4xx-csr. -KCONFIG_FILE = "${STAGING_KERNEL_DIR}/config-${KERNEL_VERSION}" +KCONFIG_FILE = "${STAGING_KERNEL_DIR}/kernel-config" do_compile_append () { . '${KCONFIG_FILE}' echo "MODPOST: checking that all symbols are resolved" diff --git a/packages/ixp4xx/ixp4xx-csr_2.1.bb b/packages/ixp4xx/ixp4xx-csr_2.1.bb index 65282c4aa3..6da973b0d7 100644 --- a/packages/ixp4xx/ixp4xx-csr_2.1.bb +++ b/packages/ixp4xx/ixp4xx-csr_2.1.bb @@ -82,7 +82,7 @@ EXTRA_OEMAKE = "'AR=${AR}' \ MAKE_TARGETS = "lib/${IX_TARGET}/ixp400.o" -KCONFIG_FILE = "${STAGING_KERNEL_DIR}/config-${KERNEL_VERSION}" +KCONFIG_FILE = "${STAGING_KERNEL_DIR}/kernel-config" do_stage () { install -d ${STAGING_INCDIR}/linux/ixp4xx-csr install -m 0644 src/include/*.h ${STAGING_INCDIR}/linux/ixp4xx-csr/