1 # Linux kernel OE build file
for the AMD Geode GX processor
2 # Copyright
(C
) 2005, Advanced Micro Devices
, Inc. All Rights Reserved
3 # Released under the MIT license
(see packages
/COPYING
)
5 COMPATIBLE_MACHINE
= "geodegx"
8 DESCRIPTION
= "Linux kernel for the AMD Geode GX processor"
11 SRC_URI
= "${KERNELORG_MIRROR}/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2;name=kernel \
12 http://www.amd.com/files/connectivitysolutions/geode/Patches_Linux_${KV}_1.00.tar.gz;name=patch \
13 file://${WORKDIR}/Patches_Linux_${KV}_1.00/linux-${KV}-geode.patch \
14 file://linux-2.4.24-gcc340-fixes.patch \
17 S
= "${WORKDIR}/linux-${KV}"
23 do_configure_prepend
() {
24 install
-m
0644 $
{WORKDIR
}/defconfig $
{S
}/.config
28 SRC_URI
[kernel.md5sum
] = "1e055c42921b2396a559d84df4c3d9aa"
29 SRC_URI
[kernel.sha256sum
] = "9a6c37e048376cd2a9845f6f75cb44fb27c244d719e9d9dd81063a525f081e1f"
30 # This is from checksums.ini
31 SRC_URI
[patch.md5sum
] = "5e47d51daf090c25635cf2c3597150bc"
32 SRC_URI
[patch.sha256sum
] = "5194ae0f07aaf274e46712cd3f2be553ca75970d2124ac388ce444adee5e2878"
33 # CHECKSUMS.INI MISMATCH
: I got this instead
:
34 #SRC_URI
[patch.md5sum
] = "87c2098e64b751f57dc1f4cd8a5b1575"
35 #SRC_URI
[patch.sha256sum
] = "56094f8eebbdea160d82af6847aded27e7c53cefec1b00a8e0843c697ba888e4"