Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
premsjha
/
op-build
/
e7254c7a5d209aeded91aef86d76cf1bc5401742
/
.
/
op-build-env
blob: 9f2bfd24a0c0339559ac4238311d39ab4fa2d8f7 [
file
] [
log
] [
blame
]
#!/bin/bash
__PWD
=
`pwd`
if
[
-
e
./
customrc
];
then
source
./
customrc
fi
export BR2_EXTERNAL
=
$
{
__PWD
}/
openpower
export BR2_DL_DIR
=
$
{
__PWD
}/
dl
alias op
-
build
=
"make --directory=${__PWD}/buildroot O=${__PWD}/output "