[poky] Error for upgrading linux-yocto version from 3.0 to 3.0.1 for fishriver machine.
v sailaja
vsailub4u at gmail.com
Thu Aug 11 06:50:28 PDT 2011
Hi,
I am trying to build the poky with linux-yocto kernel v3.0.1 for fishriver
machine.
I modyfied the the linux-yocto_3.0.bb as follows.
-----------ooooooooooooo----------------------------
inherit kernel
require linux-yocto.inc
KMACHINE = "yocto/standard/base"
KMACHINE_qemux86 = "yocto/standard/common-pc/base"
KMACHINE_qemux86-64 = "yocto/standard/common-pc-64/base"
KMACHINE_qemuppc = "yocto/standard/qemu-ppc32"
KMACHINE_qemumips = "yocto/standard/mti-malta32-be"
KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs"
KMACHINE_atom-pc = "yocto/standard/common-pc/atom-pc"
KMACHINE_routerstationpro = "yocto/standard/routerstationpro"
KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb"
KMACHINE_beagleboard = "yocto/standard/beagleboard"
KMACHINE_fishriver = "yocto/standard/fishriver"
KBRANCH = ${KMACHINE}
KMETA = meta
LINUX_VERSION ?= "3.0.1"
LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
PR = "r0"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRCREV_FORMAT = "meta_machine"
SRC_URI = "git://
git.pokylinux.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta
"
COMPATIBLE_MACHINE =
"(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|mpc8315e-rdb|routerstationpro|beagleboard)"
# Functionality flags
KERNEL_REVISION_CHECKING ?= "t"
KERNEL_FEATURES="features/netfilter"
KERNEL_FEATURES_append_qemux86=" cfg/sound"
KERNEL_FEATURES_append_qemux86-64=" cfg/sound"
YOCTO_KERNEL_META_DATA=t
# Temporary fix for oprofile and latencytop on qemux86-64
KERNEL_FEATURES_append_qemux86-64=" features/profiling"
KERNEL_FEATURES_append_qemux86-64=" features/latencytop"
# extra tasks
addtask kernel_link_vmlinux after do_compile before do_install
addtask validate_branches before do_patch after do_kernel_checkout
addtask kernel_configcheck after do_configure before do_compile
require linux-tools.inc
-----------------------------end of the file-----------------------
Included the SRCREV s in the file
"meta-intel/meta-fishriver/conf/machine/fishriver.conf "
SRCREV_machine_pn-linux-yocto_fishriver ?=
"c111526f70815ceff495bab07df64c0cee494d8a"
SRCREV_meta_pn-linux-yocto_fishriver ?=
"55f9c40ff632d03c527d6a6ceddcda0a224587a6"
Source has downloaded properly. But I am getting an error in "do_patch".
If i do the *"git status*" in "*
build/tmp/work/fishriver-poky-linux/linux-yocto-3.0.1+git2+55f9c40ff632d03c527d6a6ceddcda0a224587a6_2+c111526f70815ceff495bab07df64c0cee494d8a-r0/linux/
* "
It is showing many files are modified and deleted.
Please find the attached files for *"run.do_patch", "log.do_patch" and "git
status "*
Please Can anyone tell me the steps to upgrade the linux-yocto kernel to
v3.0.1.
--
Thanks & Regards,
SAI
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20110811/6938d495/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log.do_patch
Type: application/octet-stream
Size: 210874 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20110811/6938d495/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: run.do_patch
Type: application/octet-stream
Size: 8449 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20110811/6938d495/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: git_status
Type: application/octet-stream
Size: 295357 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20110811/6938d495/attachment-0002.obj>
More information about the poky
mailing list