From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: FILESPATHPKG question
Date: Wed, 06 May 2009 09:54:56 -0400 [thread overview]
Message-ID: <4A0196B0.4010202@balister.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1405 bytes --]
I ran across the change in files path behavior today. I'm trying to test
a beagleboard specific mux config in u-boot and was having trouble
figuring out where the patch should go.
To get it to live in u-boot-git/beagleboard/foo.patch I made the
following change to the u-boot_git.bb recipe:
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 9846cd8..a133532 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -1,6 +1,8 @@
require u-boot.inc
PR ="r22"
+FILESPATHPKG = "u-boot-git:u-boot:files:."
+
SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git "
SRCREV_davinci-sffsdr = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa"
SRCREV_davinci-dvevm = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa"
@@ -12,6 +14,7 @@ SRCREV_afeb9260 =
"2077e348c2a84901022ad95311b47b70361e6daa"
SRC_URI_beagleboard =
"git://gitorious.org/u-boot-omap3/mainline.git;branch=omap3-dev;protocol=git
\
file://fw-env.patch;patch=1 \
file://dss2.patch;patch=1 \
+ file://mcspi3-mux.patch;patch=1 \
"
SRCREV_beagleboard = "2dea1db2a3b7c12ed70bbf8ee50755089c5e5170"
PV_beagleboard = "2009.03+${PR}+gitr${SRCREV}"
Ignore the added patch :) Should I go ahead and push the FILESPATHPKG
change? Otherwise all the patches will end up in the files directory ....
Philip
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
next reply other threads:[~2009-05-06 14:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-06 13:54 Philip Balister [this message]
2009-05-06 16:07 ` FILESPATHPKG question Phil Blundell
2009-05-06 17:57 ` Philip Balister
2009-05-06 17:27 ` Phil Blundell
2009-05-06 18:11 ` Chris Larson
2009-05-06 18:18 ` Philip Balister
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A0196B0.4010202@balister.org \
--to=philip@balister.org \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.