Hi Intel
How can I upgrade BSP 1.0.1 to 1.0.4 about Intel Quark x1000?
I want to upgrade form 1.0.1 to 1.0.4.
I try to download "BSP-Patches-and-Build_Instructions.1.0.4".
The patch file line 33 ----> "cd meta-clanton_v1.0.2 "
I can not file the meta-clanton_v1.0.2 path. How can I do and file the "meta-clanton_v1.0.2" path ?
//-------------------------------------------------------------------------------------------------------------------------------------//
c. UART patches
cd $WORKSPACE/meta-clanton_v1.0.1/meta-clanton-bsp/recipes-kernel/linux/files/
cp ~/patches/uart-1.0.patch .
echo 'SRC_URI += "file://uart-1.0.patch"' >> ../linux-yocto-clanton_3.8.bb
cd $WORKSPACE
cp ~/patches/uart-reverse-8.patch .
cd meta-clanton_v1.0.2
patch -p1 < ../uart-reverse-8.patch
//-------------------------------------------------------------------------------------------------------------------------------------//
Do u have some document write how to upgarde 1.0.3 to 1.0.4 ? Thanks