Hi,
I'm trying to create a recipe to for linux-omap3-2.6.30-rc6.
But I get a fatal: Not a git repository error each time.
I've based this off the linux-omap3_git.bb recipe.
# Linux OMAP3 2.6.30 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"
# Specify the source revision tag
SRCREV = "151c7a7fc30cceb58e7999adbf3ad5e0c734b4a7"
PN = "linux-omap3"
PV = "2.6.30"
PR = "r01"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-
omap-2.6.git;branch=master;protocol=git \
file://defconfig \
"
What am I doing wrong?
How do I get the correct SRCREV?
If I substitute it with
SRCREV="90e758af52ba803cba233fabee81176d99589f09" which corresponds to
the linux-omap3-2.6.29, it works,
but when I replace it with the commit id, ie. SRCREV =
"151c7a7fc30cceb58e7999adbf3ad5e0c734b4a7", from http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=151c7a7fc30cceb58e7999adbf3ad5e0c734b4a7
it doesn't work.
Best regards,
Elvis
--
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