Hi,
I am using the overo-oe repository.
I have a linux-omap3-2.6.29.bb recipe that pulls in the sources from
the master branch of the linux-omap-2.6 repository, as follows:
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-
omap-2.6.git;branch=master;protocol=git \
file://defconfig \
If I run the bitbake linux-omap3-2.6.29 command in the /tool/overo-oe/
tmp/work/overo-angstrom-linux-gnueabi/linux-omap3-2.6.29-r41/git/arch/
arm/mach-omap2/board-overo.c file,
on line 41, there is a #include <mach/board-overo.h> entry as shown
below.
39 #include <asm/mach/map.h>
40
41 #include <mach/board-overo.h>
42 #include <mach/board.h>
Now, I have in a separate folder, cloned the same repository using the
following command:
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-
omap-2.6.git
However, when I look at arch/arm/mach-omap2/board-overo.c file, the
#include <mach/board-overo.h> entry is missing
39 #include <asm/mach/map.h>
40
41 #include <mach/board.h>
What task is contributing to this extra code, when I run the bitbake
recipe, compared to the original linux-omap-2.6 master branch?
I'm trying to patch in Tomi's DSS2 and Kevin's PM patches, for the
Overo by modifying the linux-omap3-2.6.29.bb recipe. I'm getting stuck
because of this apparent difference, and cannot make modifications to
Tomi's patch files without first being able to manually fast forward
to the appropriate state.
Best regards,
Elvis
# Linux OMAP3 2.6.29 recipie
DEFAULT_PREFERENCE = 1
# Required packages
require linux.inc
# Package information
DESCRIPTION = "Linux kernel for OMAP3 processors"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "beagleboard|omap3evm|overo"
SRCREV = "90e758af52ba803cba233fabee81176d99589f09"
PN = "linux-omap3"
PV = "2.6.29"
PR = "r41"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-
omap-2.6.git;branch=master;protocol=git \
file://defconfig \
"
SRC_URI_append = " \
"
SRC_URI_append_beagleboard = " \
file://beagle-ehci.patch;patch=1 \
"
SRC_URI_append_omap3evm = " \
"
SRC_URI_append_overo = " \
"
S = "${WORKDIR}/git"
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html