ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ltib] PPP, GPP, etc... failures on new package prep


From: Stephens, Peter A.
Subject: [Ltib] PPP, GPP, etc... failures on new package prep
Date: Thu, 20 Mar 2008 11:02:40 -0400

Guys, I am trying to build a little test application.  I copied your helloworld application as a starting point and packaged it per the FAQ to test things out. 
 
I got to the "prep" step in the FAQ item "How can I add a completely new package to the root filesystem".  I got failures because it could not find the PPP or GPP.  This makes sense as I am behind a proxy so I changed the ".ltibrc" as needed and now it checks the GPP, but still fails the PPP.  I understand this as the PPP still points at the private area for Freescale.  What should I do?  Should I disable these checks?  If so, how do you tell LTIB not to check the GPP and PPP?
 
P.S. I added a few lines to the Makefile to help in packaging up the new sources:
 
address@hidden test-0.2]$ svn diff Makefile
Index: Makefile
===================================================================
--- Makefile    (revision 6)
+++ Makefile    (working copy)
@@ -3,6 +3,8 @@
 progs    =  test test_static testcpp testcpp_static
 prefix   =  /usr
 DESTDIR  =
+pkgname  =  test
+pkgver   =  0.2
 
 all : $(progs)
 
@@ -20,3 +22,7 @@
 
 %_static : %.cpp
        g++ -static $(CXXFLAGS) $< -o $@
+
+lpp :
+       rm -f $(progs)
+       tar -zcvf /opt/freescale/pkgs/$(pkgname)-$(pkgver).tar.gz ../$(pkgname)-$(pkgver)
 
I would rather grab the pkgname and pkgver from the directory name, but haven't yet figgered this out... - Pete
 

Peter A. Stephens
address@hidden
765-451-7074   

Dream as if you'll live forever;

Live as if you'll die today.           - James Dean

    Electronics & Safety, Advanced Engineering

 

 
****************************************************************************************

Note: If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you.

****************************************************************************************

reply via email to

[Prev in Thread] Current Thread [Next in Thread]