[Q] Breakfast Problems: Grouper

Search This thread

pop1fizz

Member
Feb 8, 2014
29
0
Hello, I am using grouper (aka: asus nexus 7 2012) and I want to make a build environment. However, when I run the breakfast command
I get this error
Code:
Alfieres-Mac-Pro:omnirom Rexcalibur$ breakfast grouper
build/core/product_config.mk:227: *** _nic.PRODUCTS.[[device/asus/grouper/omni_grouper.mk]]: "vendor/asus/grouper/device-vendor.mk" does not exist.  Stop.
WARNING: Trying to fetch a device that's already there
WARNING: device/asus/grouper/omni.dependencies file not found
build/core/product_config.mk:227: *** _nic.PRODUCTS.[[device/asus/grouper/omni_grouper.mk]]: "vendor/asus/grouper/device-vendor.mk" does not exist.  Stop.

** Don't have a product spec for: 'omni_grouper'
** Do you have the right repo manifest?
Can someone help me? :)

P.S. I'm new to these forums. Excuse me if I put this in the wrong forum.
 

chasmodo

Senior Member
Dec 28, 2011
12,403
41,133
Novi Sad
It looks like you don't have proprietary blobs for Grouper.

Open ~/path-to-your-working-directory/ in file manager, then Ctrl-H for hidden stuff to appear, enter /.repo subfolder. If you don't see /local_manifests folder in there, create it. Enter local_manifests, create an empty file, name it my.xml. Paste the following into my.xml, save.

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="https://github.com/DonkeyCoyote" name="donkey" />
<project name="DonkeyCoyote/proprietary_vendor_asus" path="vendor/asus" remote="github" revision="android-4.4" />
<project name="android_device_asus_grouper" path="device/asus/grouper" remote="omnirom" revision="android-4.4" />
</manifest>

Do another repo sync and after that:

Code:
. build/envsetup.sh && time brunch grouper

No breakfast command is needed.
 
  • Like
Reactions: Has.007

pop1fizz

Member
Feb 8, 2014
29
0
It looks like you don't have proprietary blobs for Grouper.

Open ~/path-to-your-working-directory/ in file manager, then Ctrl-H for hidden stuff to appear, enter /.repo subfolder. If you don't see /local_manifests folder in there, create it. Enter local_manifests, create an empty file, name it my.xml. Paste the following into my.xml, save.



Do another repo sync and after that:

Code:
. build/envsetup.sh && time brunch grouper

No breakfast command is needed.

Thanks for the reply but when I paste the code into my .xml file and do the repo sync, it gives me this error:
Code:
Alfieres-Mac-Pro:omnirom Rexcalibur$ repo sync
fatal: duplicate path device/asus/grouper in /Volumes/android/omnirom/.repo/manifest.xml
How do I fix this? :confused:
 

Pons

Senior Member
Sep 2, 2010
3,932
2,067
Thanks for the reply but when I paste the code into my .xml file and do the repo sync, it gives me this error:
Code:
Alfieres-Mac-Pro:omnirom Rexcalibur$ repo sync
fatal: duplicate path device/asus/grouper in /Volumes/android/omnirom/.repo/manifest.xml
How do I fix this? :confused:

Then remove your grouper line in local_manifest and try again.
 
  • Like
Reactions: Gokulbalram

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    It looks like you don't have proprietary blobs for Grouper.

    Open ~/path-to-your-working-directory/ in file manager, then Ctrl-H for hidden stuff to appear, enter /.repo subfolder. If you don't see /local_manifests folder in there, create it. Enter local_manifests, create an empty file, name it my.xml. Paste the following into my.xml, save.

    <?xml version="1.0" encoding="UTF-8"?>
    <manifest>
    <remote fetch="https://github.com/DonkeyCoyote" name="donkey" />
    <project name="DonkeyCoyote/proprietary_vendor_asus" path="vendor/asus" remote="github" revision="android-4.4" />
    <project name="android_device_asus_grouper" path="device/asus/grouper" remote="omnirom" revision="android-4.4" />
    </manifest>

    Do another repo sync and after that:

    Code:
    . build/envsetup.sh && time brunch grouper

    No breakfast command is needed.
    1
    Thanks for the reply but when I paste the code into my .xml file and do the repo sync, it gives me this error:
    Code:
    Alfieres-Mac-Pro:omnirom Rexcalibur$ repo sync
    fatal: duplicate path device/asus/grouper in /Volumes/android/omnirom/.repo/manifest.xml
    How do I fix this? :confused:

    Then remove your grouper line in local_manifest and try again.