All of lore.kernel.org
 help / color / mirror / Atom feed
* FILESPATHPKG question
@ 2009-05-06 13:54 Philip Balister
  2009-05-06 16:07 ` Phil Blundell
  0 siblings, 1 reply; 6+ messages in thread
From: Philip Balister @ 2009-05-06 13:54 UTC (permalink / raw)
  To: openembedded-devel

[-- 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 --]

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-05-06 18:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-06 13:54 FILESPATHPKG question Philip Balister
2009-05-06 16:07 ` 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

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.