Thank you for answer.
But the link describe about Yocto. I use LTIB.
It's different Yocto and LTIB.
Let me introduce my steps and resuilt.
[Steps]
1. Download patch-3.0.35-rt56.patch.(https://www.kernel.org/pub/linux/kernel/projects/rt/3.0/older/patch-3.0.35-rt56.patch.bz2)
2. Be expanded patch-3.0.35-rt56.patch to ./ltib/rpm/BUILD/linux-3.0.35 forder.
3. Run the patch.(command : $patch -p1 patch-3.0.35-rt56.patch)
4. Modify config file.
( Add below setting values
CONFIG_PREEMPT_RT_BASE=y
CONFIG_PREEMPT_RT_FULL=y
)
5. set config file.(command : $make imx6_defconfig)
6. Run build.(command : $make uImage)
[Resuilt]
build error
Are these steps correct???