All of lore.kernel.org
 help / color / mirror / Atom feed
* Arago build fails if building srcipk is disabled
@ 2014-09-18 21:02 Matt Schuckmann
  2014-09-18 21:45 ` Denys Dmytriyenko
  0 siblings, 1 reply; 8+ messages in thread
From: Matt Schuckmann @ 2014-09-18 21:02 UTC (permalink / raw)
  To: meta-arago@arago-project.org

I've been chasing this for a bit and I think I've almost got it figured out. 
I've been trying to create a new DISTRO based on Arago and I keep getting the following error. 

/home/dev/builds/zanzibar/tisdk/build/arago-tmp-external-linaro-toolchain/work/zanziboard-oe-linux-gnueabi/linux-ti-staging/3.14.17-r22e+gitrAUTOINC+1ef37cd35d-arago1/temp/run.do_compile.28819: line 105: sourceipk_do_create_srcipk: command not found

I finally figured out that if I included arago-source-ipk.conf in my DISTRO file the error goes away. 
My understanding is that arago-source-ipk.conf turns on creating srcipk packages for all the packages included in the SDK. I'm not interested in creating srcipk's (at least I don't think I am) since I'm not trying to create an SDK I just want a deployable image. 

Digging a little deeper I found that meta-arago-distro/recipes-kernel/linux/copy-defconfig.inc calls sourceipk_do_create_srcipk in a do_compile_prepend() function to pick up any changes to the configuration file and then rebuild the srcipk. 

I think that the do_compile_prepend() function should test the value of one of the CREATE_SRCIPK_* variables before it tries to call sourceipk_do_create_srcipk, I'm just not sure which one. 
I'm guessing maybe CREATE_SRCIPK_pn-linux-ti-staging but I'm not sure or maybe it should test multiple variables? 

I'd appreciate any guidance. 

Thanks,
Matt S. 


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

end of thread, other threads:[~2014-09-19 20:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-18 21:02 Arago build fails if building srcipk is disabled Matt Schuckmann
2014-09-18 21:45 ` Denys Dmytriyenko
2014-09-18 22:55   ` Matt Schuckmann
2014-09-18 23:00     ` Denys Dmytriyenko
2014-09-18 23:38       ` Matt Schuckmann
2014-09-19 19:20     ` Dmytriyenko, Denys
2014-09-19 20:04       ` Matt Schuckmann
2014-09-19 20:07         ` Denys Dmytriyenko

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.